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 minorandpatch group in /backend with 6 updates #1773

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the minorandpatch group in /backend with 6 updates:

Package From To
org.apache.commons:commons-csv 1.10.0 1.11.0
org.jetbrains.exposed:exposed-spring-boot-starter 0.49.0 0.50.0
org.jetbrains.exposed:exposed-jdbc 0.49.0 0.50.0
org.jetbrains.exposed:exposed-json 0.49.0 0.50.0
org.jetbrains.exposed:exposed-kotlin-datetime 0.49.0 0.50.0
io.spring.dependency-management 1.1.4 1.1.5

Updates org.apache.commons:commons-csv from 1.10.0 to 1.11.0

Changelog

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

Apache Commons CSV Version 1.11.0 Release Notes

This document contains the release notes for the 1.11.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.

Feature and bug fix release (Java 8 or above)

Changes in this version include:

New Features

  • CSV-308: [Javadoc] Add example to CSVFormat#setHeaderComments() #344. Thanks to Buddhi De Silva, Gary Gregory.
  •       Add and use CSVFormat#setTrailingData(boolean) in CSVFormat.EXCEL for Excel compatibility [#303](https://github.com/apache/commons-csv/issues/303). Thanks to DamjanJovanovic, Gary Gregory.
    
  •       Add and use CSVFormat#setLenientEof(boolean) in CSVFormat.EXCEL for Excel compatibility [#303](https://github.com/apache/commons-csv/issues/303). Thanks to DamjanJovanovic, Gary Gregory.
    

Fixed Bugs

  • CSV-306: Replace deprecated method in user guide, update external link #324, #325. Thanks to Sam Ng, Bruno P. Kinoshita.
  •       Document duplicate header behavior [#309](https://github.com/apache/commons-csv/issues/309). Thanks to Seth Falco, Bruno P. Kinoshita.
    
  •       Add missing docs [#328](https://github.com/apache/commons-csv/issues/328). Thanks to jkbkupczyk.
    
  •       [StepSecurity] CI: Harden GitHub Actions [#329](https://github.com/apache/commons-csv/issues/329), [#330](https://github.com/apache/commons-csv/issues/330). Thanks to step-security-bot.
    
  • CSV-147: Better error message during faulty CSV record read #347. Thanks to Steven Peterson, Benedikt Ritter, Gary Gregory, Joerg Schaible, Buddhi De Silva, Elliotte Rusty Harold.
  • CSV-310: Misleading error message when QuoteMode set to None #352. Thanks to Buddhi De Silva.
  • CSV-311: OutOfMemory for very long rows despite using column value of type Reader. Thanks to Christian Feuersaenger, Gary Gregory.
  •       Use try-with-resources to manage JDBC Clob in CSVPrinter.printRecords(ResultSet). Thanks to Gary Gregory.
    
  •       JDBC Blob columns are now output as Base64 instead of Object#toString(), which usually is InputStream#toString(). Thanks to Gary Gregory.
    
  •       Support unusual Excel use cases: Add support for trailing data after the closing quote, and EOF without a final closing quote [#303](https://github.com/apache/commons-csv/issues/303). Thanks to DamjanJovanovic, Gary Gregory.
    
  •       MongoDB CSV empty first column parsing fix [#412](https://github.com/apache/commons-csv/issues/412). Thanks to Igor Kamyshnikov, Gary Gregory.
    

Changes

  •       Bump commons-io:commons-io: from 2.11.0 to 2.16.1 [#408](https://github.com/apache/commons-csv/issues/408), [#413](https://github.com/apache/commons-csv/issues/413). Thanks to Gary Gregory.
    
  •       Bump commons-parent from 57 to 69 [#410](https://github.com/apache/commons-csv/issues/410). Thanks to Gary Gregory, Dependabot.
    
  •       Bump h2 from 2.1.214 to 2.2.224 [#333](https://github.com/apache/commons-csv/issues/333), [#349](https://github.com/apache/commons-csv/issues/349), [#359](https://github.com/apache/commons-csv/issues/359). Thanks to Dependabot.
    
  •       Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary Gregory.
    
  •       Update exception message in CSVRecord#getNextRecord() [#348](https://github.com/apache/commons-csv/issues/348). Thanks to Buddhi De Silva, Michael Osipov, Gary Gregory.
    
  •       Bump tests using com.opencsv:opencsv from 5.8 to 5.9 [#373](https://github.com/apache/commons-csv/issues/373). Thanks to Dependabot.
    

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

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,

... (truncated)

Commits
  • 74e1274 Prepare for the next release candidate
  • 89cbc7b Prepare for the next release candidate
  • 447682e Match version to POM
  • 4c186f2 Merge pull request #420 from apache/dependabot/github_actions/actions/checkou...
  • 8af37f7 Merge pull request #418 from apache/dependabot/github_actions/github/codeql-a...
  • 2238314 Merge pull request #419 from apache/dependabot/github_actions/actions/upload-...
  • 2ccf668 Bump actions/checkout from 4.1.2 to 4.1.4
  • 26cf90e Bump actions/upload-artifact from 4.3.2 to 4.3.3
  • 586310a Bump github/codeql-action from 3.25.1 to 3.25.3
  • bea505a Merge pull request #416 from apache/dependabot/github_actions/actions/upload-...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.49.0 to 0.50.0

Release notes

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

0.50.0

Change log

New Contributors

Changelog

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

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

Commits
  • 76466fd Update documentation
  • da560b3 chore: Bump Exposed version from 0.49.0 to 0.50.0
  • d2f02dd fix: EXPOSED-350 keepLoadedReferencesOutOfTransaction causes duplicate query ...
  • 55dc680 docs: Add example for CRUD operations with RETURNING clause (#2063)
  • 2ce8a37 feat: EXPOSED-356 Support UPDATE...RETURNING statement (#2062)
  • f7ee07c fix: Error when updating different entities mapped to the same table (#2065)
  • c87f446 feat: EXPOSED-357 Support DELETE...RETURNING statement (#2061)
  • 4f5b037 feat: EXPOSED-355 Support INSERT...RETURNING statement (#2060)
  • f42315e deprecate: EXPOSED-354 Database.connectPool() with ConnectionPoolDataSource (...
  • ef62acd fix: EXPOSED-349 "defaultValueFun" is lost from Column in Alias (#2058)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.49.0 to 0.50.0

Release notes

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

0.50.0

Change log

New Contributors

Changelog

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

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

Commits
  • 76466fd Update documentation
  • da560b3 chore: Bump Exposed version from 0.49.0 to 0.50.0
  • d2f02dd fix: EXPOSED-350 keepLoadedReferencesOutOfTransaction causes duplicate query ...
  • 55dc680 docs: Add example for CRUD operations with RETURNING clause (#2063)
  • 2ce8a37 feat: EXPOSED-356 Support UPDATE...RETURNING statement (#2062)
  • f7ee07c fix: Error when updating different entities mapped to the same table (#2065)
  • c87f446 feat: EXPOSED-357 Support DELETE...RETURNING statement (#2061)
  • 4f5b037 feat: EXPOSED-355 Support INSERT...RETURNING statement (#2060)
  • f42315e deprecate: EXPOSED-354 Database.connectPool() with ConnectionPoolDataSource (...
  • ef62acd fix: EXPOSED-349 "defaultValueFun" is lost from Column in Alias (#2058)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 0.49.0 to 0.50.0

Release notes

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

0.50.0

Change log

New Contributors

Changelog

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

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

Commits
  • 76466fd Update documentation
  • da560b3 chore: Bump Exposed version from 0.49.0 to 0.50.0
  • d2f02dd fix: EXPOSED-350 keepLoadedReferencesOutOfTransaction causes duplicate query ...
  • 55dc680 docs: Add example for CRUD operations with RETURNING clause (#2063)
  • 2ce8a37 feat: EXPOSED-356 Support UPDATE...RETURNING statement (#2062)
  • f7ee07c fix: Error when updating different entities mapped to the same table (#2065)
  • c87f446 feat: EXPOSED-357 Support DELETE...RETURNING statement (#2061)
  • 4f5b037 feat: EXPOSED-355 Support INSERT...RETURNING statement (#2060)
  • f42315e deprecate: EXPOSED-354 Database.connectPool() with ConnectionPoolDataSource (...
  • ef62acd fix: EXPOSED-349 "defaultValueFun" is lost from Column in Alias (#2058)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-kotlin-datetime from 0.49.0 to 0.50.0

Release notes

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

0.50.0

Change log

New Contributors

Changelog

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

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

Commits
  • 76466fd Update documentation
  • da560b3 chore: Bump Exposed version from 0.49.0 to 0.50.0
  • d2f02dd fix: EXPOSED-350 keepLoadedReferencesOutOfTransaction causes duplicate query ...
  • 55dc680 docs: Add example for CRUD operations with RETURNING clause (#2063)
  • 2ce8a37 feat: EXPOSED-356 Support UPDATE...RETURNING statement (#2062)
  • f7ee07c fix: Error when updating different entities mapped to the same table (#2065)
  • c87f446 feat: EXPOSED-357 Support DELETE...RETURNING statement (#2061)
  • 4f5b037 feat: EXPOSED-355 Support INSERT...RETURNING statement (#2060)
  • f42315e deprecate: EXPOSED-354 Database.connectPool() with ConnectionPoolDataSource (...
  • ef62acd fix: EXPOSED-349 "defaultValueFun" is lost from Column in Alias (#2058)
  • Additional commits viewable in compare view

Updates io.spring.dependency-management from 1.1.4 to 1.1.5

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.5

🐞 Bug Fixes

  • When a dependency has been substituted by changing its target, its version is managed based on its original group and artifact IDs #383
  • Plugin triggers a deprecation warning for LenientConfiguration#getArtifacts(Spec) with Gradle 8.8 #381
  • Exclusions are calculated unnecessarily for non-transitive configurations #372

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​fp7

Commits
  • b3f62a0 Release v1.1.5
  • 70f3e08 Release from GitHub Actions
  • b5ed22b Correct the value of build-name when deploying to Artifactory
  • 029d266 Specify the shell for build and publish step
  • 2ddde6f Prepare snapshot workflow for addition of release workflow
  • 6cc618e Enable linting and treat warnings as errors
  • 7a56eaa Broaden Gradle version compatibility testing
  • 63c2738 Upgrade to Gradle 7.6.4
  • 2ed89ef Upgrade to Gradle Enterprise Conventions 0.0.17
  • 0676dc0 Merge pull request #372 from fp7
  • Additional commits viewable in compare view

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 minorandpatch group in /backend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.10.0` | `1.11.0` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.4` | `1.1.5` |


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

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

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

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

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

Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

@corneliusroemer corneliusroemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests fail, opened issue #1779

@corneliusroemer corneliusroemer marked this pull request as draft May 6, 2024 19:53
@chaoran-chen
Copy link
Member

chaoran-chen commented May 6, 2024

@dependabot ignore org.jetbrains.exposed:exposed-spring-boot-starter patch version
@dependabot ignore org.jetbrains.exposed:exposed-jdbc patch version
@dependabot ignore org.jetbrains.exposed:exposed-json patch version
@dependabot ignore org.jetbrains.exposed:exposed-kotlin-datetime patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

OK, I won't notify you about version 0.50.0 of org.jetbrains.exposed:exposed-spring-boot-starter again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

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

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/gradle/backend/minorandpatch-0e6caa3c98 branch May 6, 2024 21:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants