Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the minor group in /backend with 5 updates #3519

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the minor group in /backend with 5 updates:

Package From To
org.apache.commons:commons-csv 1.12.0 1.13.0
org.jetbrains.exposed:exposed-spring-boot-starter 0.57.0 0.58.0
org.jetbrains.exposed:exposed-jdbc 0.57.0 0.58.0
org.jetbrains.exposed:exposed-json 0.57.0 0.58.0
org.jetbrains.exposed:exposed-kotlin-datetime 0.57.0 0.58.0

Updates org.apache.commons:commons-csv from 1.12.0 to 1.13.0

Changelog

Sourced from org.apache.commons:commons-csv's changelog.

Apache Commons CSV Version 1.13.0 Release Notes

This document contains the release notes for the 1.13.0 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.

Commons CSV requires at least Java 8.

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

This is a feature and maintenance release. Java 8 or later is required.

Changes in this version include:

New Features

  • CSV-313: Add CSVPrinter.getRecordCount(). Thanks to Gary Gregory.
  •       Add and use CSVParser.Builder and builder() and deprecate CSVParser constructors. Thanks to Gary Gregory.
    
  •       CSVFormat.Builder implements Supplier<CSVFormat>. Thanks to Gary Gregory.
    
  •       Deprecate CSVFormat.Builder.build() for get(). Thanks to Gary Gregory.
    
  • CSV-196: Track byte position #502. Thanks to Yuzhan Jiang, Gary Gregory.

Fixed Bugs

  • CSV-314: Required OSGi Import-Package version numbers in MANIFEST.MF #504. Thanks to Gary Gregory.
  • CSV-314: CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed. Thanks to Gary Gregory.

Changes

  •       Bump org.apache.commons:commons-parent from 76 to 78 [#486](https://github.com/apache/commons-csv/issues/486), [#495](https://github.com/apache/commons-csv/issues/495). Thanks to Gary Gregory, Dependabot.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#493](https://github.com/apache/commons-csv/issues/493). Thanks to Gary Gregory, Dependabot.
    
  •       Bump commons-io:commons-io from 2.17.0 to 2.18.0 [#505](https://github.com/apache/commons-csv/issues/505). Thanks to Gary Gregory, Dependabot.
    
  •       Bump commons-codec:commons-codec from 1.17.1 to 1.17.2. Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website:

https://commons.apache.org/proper/commons-csv/

Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi

Have fun! -Apache Commons CSV team

... (truncated)

Commits
  • f2f1cff Prepare for the next release candidate
  • 732c2f8 Prepare for the next release candidate
  • 02b398d Add Checstyle UnnecessaryParentheses
  • 947c514 Add Checstyle SuperFinalize
  • 4579bd3 Add Checstyle SuperClone
  • a0ff618 Add Checstyle StringLiteralEquality
  • f69526c Add Checstyle SimplifyBooleanReturn
  • 81f9044 Add Checstyle SimplifyBooleanExpression
  • 6afa33c Add Checstyle MultipleVariableDeclarations
  • 114118c Add Checstyle IllegalInstantiation
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.57.0 to 0.58.0

Release notes

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's releases.

0.58.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's changelog.

0.58.0

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in JetBrains/Exposed#2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:

Commits
  • 628a5ee 0.58.0
  • 2652f5e 0.58.0
  • 2903535 0.58.0
  • 9105cc1 fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db conn...
  • b5c934d EXPOSED-675 Clarify that sort methods are from the Kotlin std lib in DAO's 'C...
  • e7ad4df docs: EXPOSED-682 Switch api link from deprecated select() (#2349)
  • a9feb99 build: Enable the new Dokka Gradle plugin (#2341)
  • 9fe5ad2 test: EXPOSED-683 Fix flaky task sqlserverComposeUp on TC build (#2350)
  • d763e8e chore: Deprecate functions that should be replaced by migration functions (#2...
  • ffa3eef feat: EXPOSED-654 Allow customizing the check constraint names of columns wit...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.57.0 to 0.58.0

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

0.58.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

0.58.0

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in JetBrains/Exposed#2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:

Commits
  • 628a5ee 0.58.0
  • 2652f5e 0.58.0
  • 2903535 0.58.0
  • 9105cc1 fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db conn...
  • b5c934d EXPOSED-675 Clarify that sort methods are from the Kotlin std lib in DAO's 'C...
  • e7ad4df docs: EXPOSED-682 Switch api link from deprecated select() (#2349)
  • a9feb99 build: Enable the new Dokka Gradle plugin (#2341)
  • 9fe5ad2 test: EXPOSED-683 Fix flaky task sqlserverComposeUp on TC build (#2350)
  • d763e8e chore: Deprecate functions that should be replaced by migration functions (#2...
  • ffa3eef feat: EXPOSED-654 Allow customizing the check constraint names of columns wit...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 0.57.0 to 0.58.0

Release notes

Sourced from org.jetbrains.exposed:exposed-json's releases.

0.58.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-json's changelog.

0.58.0

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in JetBrains/Exposed#2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:

Commits
  • 628a5ee 0.58.0
  • 2652f5e 0.58.0
  • 2903535 0.58.0
  • 9105cc1 fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db conn...
  • b5c934d EXPOSED-675 Clarify that sort methods are from the Kotlin std lib in DAO's 'C...
  • e7ad4df docs: EXPOSED-682 Switch api link from deprecated select() (#2349)
  • a9feb99 build: Enable the new Dokka Gradle plugin (#2341)
  • 9fe5ad2 test: EXPOSED-683 Fix flaky task sqlserverComposeUp on TC build (#2350)
  • d763e8e chore: Deprecate functions that should be replaced by migration functions (#2...
  • ffa3eef feat: EXPOSED-654 Allow customizing the check constraint names of columns wit...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-kotlin-datetime from 0.57.0 to 0.58.0

Release notes

Sourced from org.jetbrains.exposed:exposed-kotlin-datetime's releases.

0.58.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-kotlin-datetime's changelog.

0.58.0

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in JetBrains/Exposed#2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:

Commits
  • 628a5ee 0.58.0
  • 2652f5e 0.58.0
  • 2903535 0.58.0
  • 9105cc1 fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db conn...
  • b5c934d EXPOSED-675 Clarify that sort methods are from the Kotlin std lib in DAO's 'C...
  • e7ad4df docs: EXPOSED-682 Switch api link from deprecated select() (#2349)
  • a9feb99 build: Enable the new Dokka Gradle plugin (#2341)
  • 9fe5ad2 test: EXPOSED-683 Fix flaky task sqlserverComposeUp on TC build (#2350)
  • d763e8e chore: Deprecate functions that should be replaced by migration functions (#2...
  • ffa3eef feat: EXPOSED-654 Allow customizing the check constraint names of columns wit...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jetbrains.exposed:exposed-spring-boot-starter [>= 0.50.0.a, < 0.50.1]
org.jetbrains.exposed:exposed-jdbc [>= 0.50.0.a, < 0.50.1]
org.jetbrains.exposed:exposed-json [>= 0.50.0.a, < 0.50.1]
org.jetbrains.exposed:exposed-kotlin-datetime [>= 0.50.0.a, < 0.50.1]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group in /backend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.12.0` | `1.13.0` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.57.0` | `0.58.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.57.0` | `0.58.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.57.0` | `0.58.0` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.57.0` | `0.58.0` |


Updates `org.apache.commons:commons-csv` from 1.12.0 to 1.13.0
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.12.0...rel/commons-csv-1.13.0)

Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.57.0 to 0.58.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.57.0...0.58.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.57.0 to 0.58.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.57.0...0.58.0)

Updates `org.jetbrains.exposed:exposed-json` from 0.57.0 to 0.58.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.57.0...0.58.0)

Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.57.0 to 0.58.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.57.0...0.58.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.jetbrains.exposed:exposed-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 13, 2025
@anna-parker
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 14, 2025
@dependabot dependabot bot deleted the dependabot/gradle/backend/minor-78b0cc6e3d branch January 14, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant