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 across 1 directory with 9 updates #2967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the minorandpatch group with 9 updates in the /backend directory:

Package From To
org.apache.commons:commons-csv 1.11.0 1.12.0
org.flywaydb:flyway-database-postgresql 10.18.0 10.19.0
org.jetbrains.exposed:exposed-spring-boot-starter 0.54.0 0.55.0
org.jetbrains.exposed:exposed-jdbc 0.54.0 0.55.0
org.jetbrains.exposed:exposed-json 0.54.0 0.55.0
org.jetbrains.exposed:exposed-kotlin-datetime 0.54.0 0.55.0
org.testcontainers:postgresql 1.20.1 1.20.2
org.junit.platform:junit-platform-launcher 1.11.0 1.11.2
org.springframework.boot 3.3.3 3.3.4

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

Changelog

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

Apache Commons CSV Version 1.12.0 Release Notes

This document contains the release notes for the 1.12.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-270: Add CSVException that extends IOException thrown on invalid input instead of IOException. Thanks to Thomas Kamps, Gary Gregory.

Fixed Bugs

  •       Fix PMD issues for port to PMD 7.1.0. Thanks to Gary Gregory.
    
  •       Fix some Javadoc links [#442](https://github.com/apache/commons-csv/issues/442). Thanks to Dávid Szigecsán, Gary Gregory.
    
  •       Extract duplicated code into a method [#444](https://github.com/apache/commons-csv/issues/444). Thanks to Dávid Szigecsán.
    
  •       Migrate CSVFormat#print(File, Charset) to NIO [#445](https://github.com/apache/commons-csv/issues/445). Thanks to Dávid Szigecsán.
    
  •       Fix documentation for CSVFormat private constructor [#466](https://github.com/apache/commons-csv/issues/466). Thanks to Dávid Szigecsán.
    
  • CSV-294: CSVFormat does not support explicit " as escape char. Thanks to Joern Huxhorn, Gary Gregory.
  • CSV-150: Escaping is not disableable. Thanks to dota17, Gary Gregory, Jörn Huxhorn.
  •       Fix Javadoc warnings on Java 23. Thanks to Gary Gregory.
    
  •       Improve parser performance by up to 20%, YMMV. Thanks to Gary Gregory.
    

Changes

  •       Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 [#422](https://github.com/apache/commons-csv/issues/422), [#449](https://github.com/apache/commons-csv/issues/449). Thanks to Dependabot.
    
  •       Bump org.apache.commons:commons-parent from 69 to 75 [#435](https://github.com/apache/commons-csv/issues/435), [#452](https://github.com/apache/commons-csv/issues/452), [#465](https://github.com/apache/commons-csv/issues/465), [#468](https://github.com/apache/commons-csv/issues/468), [#475](https://github.com/apache/commons-csv/issues/475). Thanks to Gary Gregory.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#441](https://github.com/apache/commons-csv/issues/441). Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#450](https://github.com/apache/commons-csv/issues/450), [#459](https://github.com/apache/commons-csv/issues/459), [#470](https://github.com/apache/commons-csv/issues/470). Thanks to Gary Gregory.
    
  •       Bump org.hamcrest:hamcrest from 2.2 to 3.0 [#455](https://github.com/apache/commons-csv/issues/455). Thanks to Gary Gregory.
    
  •       Bump commons-io:commons-io from 2.16.1 to 2.17.0 [#476](https://github.com/apache/commons-csv/issues/476). Thanks to Gary Gregory, 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, 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

... (truncated)

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.18.0 to 10.19.0

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.54.0 to 0.55.0

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.54.0 to 0.55.0

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 0.54.0 to 0.55.0

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-kotlin-datetime from 0.54.0 to 0.55.0

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.1 to 1.20.2

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.2

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 8b36391 [mongodb] Remove incubating note
  • 8921a5a Add MongoDB Atlas implementation (#9290)
  • 04206d9 Remove exclusions from milvus-sdk-java dependency
  • 41b5786 Merge pull request #9286 from testcontainers/combined-pr-branch
  • d754435 Merge remote-tracking branch 'origin/dependabot/gradle/core/redis.clients-jed...
  • 38e73ad Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/org....
  • 193e842 Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq/org.apa...
  • 61fe2a8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasticsearch/...
  • b175776 Merge pull request #9285 from testcontainers/combined-pr-branch
  • 84cc17f Merge remote-tracking branch 'origin/dependabot/gradle/modules/cratedb/org.po...
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.2

Commits

Updates org.springframework.boot from 3.3.3 to 3.3.4

Release notes

Sourced from org.springframework.boot's releases.

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42322
  • Missing details in OAuth2ClientProperties validation error message #42279
  • FileNotFoundException from unused mis-configured SSL bundles #42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42107
  • JarLauncher fails to load large jar files #42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42059
  • Default Logback config uses deprecated "converterClass" attribute #42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42285
  • Update link to Log4j2 system properties #42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42208
  • Syntax error in "Receive a message reactively section" of the reference guide #42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #42193
  • Replace RFC 7807 by RFC 9457 in property documentation #42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #42176
  • Update documentation to reflect new no handler found exception behavior #42167
  • Polish configuration property reference #42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #42111
  • Fix StatsD link typo on Metrics documentation page #42109
  • Improve docker without buildpacks documentation #42106
  • Improve documentation in "Command-line Completion" #42103
  • Kotlin code examples are missing from the Testing section #42094
  • Fix incorrect command in Docker configuration for Colima #42078
  • Gradle Plugin AOT documentation has sample error #42046

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.23 #42292
  • Upgrade to Hibernate 6.5.3.Final #42365
  • Upgrade to Infinispan 15.0.8.Final #42253
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
  • Upgrade to Jetty 12.0.13 #42256
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
  • Upgrade to Logback 1.5.8 #42257
  • Upgrade to Micrometer 1.13.4 #42129
  • Upgrade to Micrometer Tracing 1.3.4 #42130
  • Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
  • Upgrade to Native Build Tools Plugin 0.10.3 #42205
  • Upgrade to Netty 4.1.113.Final #42259
  • Upgrade to Postgresql 42.7.4 #42260
  • Upgrade to R2DBC MariaDB 1.2.2 #42326
  • Upgrade to Reactor Bom 2023.0.10 #42131
  • Upgrade to SendGrid 4.10.3 #42366

... (truncated)

Commits
  • 8e9dc7b Release v3.3.4
  • 4e860f1 Merge branch '3.2.x' into 3.3.x
  • d137191 Next development version (v3.2.11-SNAPSHOT)
  • 97dd01e Upgrade to SendGrid 4.10.3
  • 1b3b3aa Upgrade to Hibernate 6.5.3.Final
  • c2adc3b Upgrade to Zipkin Reporter 3.4.2
  • 0271b24 Merge branch '3.2.x' into 3.3.x
  • ae8315e Use Liberica for Java 23 CI
  • 4956990 Merge branch '3.2.x' into 3.3.x
  • f9379f4 Apply nohttp check per-project rather than at root
  • 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

…pdates

Bumps the minorandpatch group with 9 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.11.0` | `1.12.0` |
| org.flywaydb:flyway-database-postgresql | `10.18.0` | `10.19.0` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.54.0` | `0.55.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.54.0` | `0.55.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.54.0` | `0.55.0` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.54.0` | `0.55.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.20.2` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) | `1.11.0` | `1.11.2` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |



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

Updates `org.flywaydb:flyway-database-postgresql` from 10.18.0 to 10.19.0

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

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

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

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

Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2)

Updates `org.junit.platform:junit-platform-launcher` from 1.11.0 to 1.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.springframework.boot` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

---
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.flywaydb:flyway-database-postgresql
  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: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 7, 2024
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.

0 participants