Skip to content

Bump the dev-dependencies group with 13 updates#14

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-afe5fd3dc6
Apr 28, 2025
Merged

Bump the dev-dependencies group with 13 updates#14
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-afe5fd3dc6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the dev-dependencies group with 13 updates:

Package From To
software.amazon.awssdk:bom 2.31.25 2.31.30
com.mchange:c3p0 0.10.2 0.11.0
com.fasterxml.jackson.core:jackson-annotations 2.18.3 2.19.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.18.3 2.19.0
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.18.3 2.19.0
org.jdbi:jdbi3-core 3.49.0 3.49.2
org.jdbi:jdbi3-caffeine-cache 3.49.0 3.49.2
org.jdbi:jdbi3-noop-cache 3.49.0 3.49.2
org.jdbi:jdbi3-postgres 3.49.0 3.49.2
org.jdbi:jdbi3-sqlobject 3.49.0 3.49.2
org.jdbi:jdbi3-testing 3.49.0 3.49.2
org.testcontainers:testcontainers 1.20.6 1.21.0
org.testcontainers:postgresql 1.20.6 1.21.0

Updates software.amazon.awssdk:bom from 2.31.25 to 2.31.30

Updates com.mchange:c3p0 from 0.10.2 to 0.11.0

Commits
  • 7d0e9f7 Bump version for 0.11.0 final.
  • eddc46e Move older release notes into 'release-notes-past' directory.
  • b6a82ec Define release notes for c3p0-0.11.0
  • 1777d72 Tweak README.md.
  • a876dfa Tweak README.md.
  • ab3976b Cap CHANGELOG for, update version to, 0.11.0-pre2
  • f23afa3 Implement cancelAutomaticallyClosedStatements property, which if set forces a...
  • 87f5dd0 Bump version to 0.11.0-pre2-SNAPSHOT.
  • bbebcc2 Update dependency version and version for 0.11.0-pre1 final.
  • 60f185d CHANGELOG updates.
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.18.3 to 2.19.0

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.3 to 2.19.0

Commits
  • 5e01d3c [maven-release-plugin] prepare release jackson-dataformats-text-2.19.0
  • 946fb01 Prep for 2.19.0
  • 716e30f Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#558)
  • ca9c15a Bump actions/setup-java from 4.7.0 to 4.7.1 (#557)
  • d3fdd1d Part of "master"->"3.x" rename (JSTEP-12)
  • dcf21db Back to snapshot deps
  • a9f3b18 [maven-release-plugin] prepare for next development iteration
  • 835b530 [maven-release-plugin] prepare release jackson-dataformats-text-2.19.0-rc2
  • b918f84 Prep for 2.19.0-rc2
  • a6e1a29 Fix #554: enforce/document immutability of CsvSchema (#555)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.3 to 2.19.0

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.3 to 2.19.0

Commits
  • 5e01d3c [maven-release-plugin] prepare release jackson-dataformats-text-2.19.0
  • 946fb01 Prep for 2.19.0
  • 716e30f Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#558)
  • ca9c15a Bump actions/setup-java from 4.7.0 to 4.7.1 (#557)
  • d3fdd1d Part of "master"->"3.x" rename (JSTEP-12)
  • dcf21db Back to snapshot deps
  • a9f3b18 [maven-release-plugin] prepare for next development iteration
  • 835b530 [maven-release-plugin] prepare release jackson-dataformats-text-2.19.0-rc2
  • b918f84 Prep for 2.19.0-rc2
  • a6e1a29 Fix #554: enforce/document immutability of CsvSchema (#555)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.3 to 2.19.0

Updates org.jdbi:jdbi3-core from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-caffeine-cache from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-caffeine-cache's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-caffeine-cache's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-noop-cache from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-noop-cache's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-noop-cache's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-postgres from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-postgres's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-postgres's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-sqlobject from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-sqlobject's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-sqlobject's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-testing from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-testing's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-testing's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-caffeine-cache from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-caffeine-cache's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-caffeine-cache's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-noop-cache from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-noop-cache's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-noop-cache's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-postgres from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-postgres's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-postgres's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-sqlobject from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-sqlobject's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-sqlobject's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.jdbi:jdbi3-testing from 3.49.0 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-testing's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Changelog

Sourced from org.jdbi:jdbi3-testing's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#2764)
  • Remove Freebuilder support, which is archived upstream
Commits

Updates org.testcontainers:testcontainers from 1.20.6 to 1.21.0

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.21.0

What's Changed

⚠️ Breaking API changes

🚀 Features & Enhancements

☠️ Deprecations

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 8d954b5 Fix connection leak in JdbcDatabaseDelegate (#9662)
  • 705d59b Expose Tempo in LgtmContainer (#10192)
  • 3d5e7ff Polish DockerModelRunnerContainer
  • 4e8c421 Add DockerModelRunnerContainer to core (#10183)
  • 73e0637 Allow configuring the AlwaysPullPolicy (#10188)
  • 57b3402 Update Gradle Wrapper from undefined to 8.13 (#10033)
  • d6ff41c Fix ImageNameSubstitutionTest
  • 910e7f5 Fix typo in LGTM container method (#10189)
  • e730674 Allow spock tests to be skipped when Docker is unavailable (#10180)
  • 80ae5d7 Pass start command required in Solr 10 (#10174)
  • Additional commits viewabl...

    Description has been truncated

Bumps the dev-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| software.amazon.awssdk:bom | `2.31.25` | `2.31.30` |
| [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.10.2` | `0.11.0` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.18.3` | `2.19.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.18.3` | `2.19.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.3` | `2.19.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.jdbi:jdbi3-caffeine-cache](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.jdbi:jdbi3-noop-cache](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.jdbi:jdbi3-testing](https://github.com/jdbi/jdbi) | `3.49.0` | `3.49.2` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.0` |


Updates `software.amazon.awssdk:bom` from 2.31.25 to 2.31.30

Updates `com.mchange:c3p0` from 0.10.2 to 0.11.0
- [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.2...v0.11.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.3 to 2.19.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.3...jackson-dataformats-text-2.19.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.3 to 2.19.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.3...jackson-dataformats-text-2.19.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `org.jdbi:jdbi3-core` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-caffeine-cache` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-noop-cache` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-postgres` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-sqlobject` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-testing` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-caffeine-cache` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-noop-cache` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-postgres` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-sqlobject` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.jdbi:jdbi3-testing` from 3.49.0 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.0...v3.49.2)

Updates `org.testcontainers:testcontainers` from 1.20.6 to 1.21.0
- [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.6...1.21.0)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0
- [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.6...1.21.0)

Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.0
- [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.6...1.21.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.mchange:c3p0
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 Apr 28, 2025
@github-actions github-actions bot merged commit ea532d3 into main Apr 28, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-afe5fd3dc6 branch April 28, 2025 18:09
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