Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the all group with 28 updates in the /wren-core-legacy directory:

Package From To
io.airlift:airbase 279 322
org.jdbi:jdbi3-bom 3.49.5 3.49.6
org.testcontainers:testcontainers-bom 1.21.3 2.0.1
org.testcontainers:testcontainers 1.21.3 2.0.1
com.fasterxml.jackson.core:jackson-annotations 2.19.1 2.20
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.20.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.19.1 2.20.0
com.google.code.gson:gson 2.13.1 2.13.2
com.google.errorprone:error_prone_annotations 2.40.0 2.43.0
com.google.errorprone:error_prone_core 2.40.0 2.43.0
com.google.protobuf:protobuf-java 4.31.1 4.33.0
com.hubspot.jinjava:jinjava 2.8.1 2.8.2
com.zaxxer:HikariCP 6.3.0 7.0.2
io.airlift:units 1.10 1.12
io.opentelemetry:opentelemetry-api 1.47.0 1.55.0
io.opentelemetry:opentelemetry-sdk 1.47.0 1.55.0
net.bytebuddy:byte-buddy 1.17.6 1.17.8
org.checkerframework:checker-qual 3.49.5 3.51.1
org.duckdb:duckdb_jdbc 1.3.2.0 1.4.1.0
org.jetbrains:annotations 26.0.2 26.0.2-1
org.postgresql:postgresql 42.7.7 42.7.8
org.threeten:threetenbp 1.7.1 1.7.2
org.apache.maven.plugins:maven-shade-plugin 3.6.0 3.6.1
org.apache.maven.plugins:maven-antrun-plugin 3.1.0 3.2.0
org.codehaus.mojo:exec-maven-plugin 3.5.1 3.6.2
io.airlift.drift:drift-maven-plugin 1.23 1.24
io.trino:trino-maven-plugin 15 17
org.apache.maven.plugins:maven-dependency-plugin 3.8.1 3.9.0

Updates io.airlift:airbase from 279 to 322

Release notes

Sourced from io.airlift:airbase's releases.

airbase 322

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@321...322

airbase 321

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@320...321

airbase 320

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@319...320

airbase 319

What's Changed

Dependency updates 📦

Others

Full Changelog: airlift/airbase@318...319

318

What's Changed

Improvements 🎉

... (truncated)

Commits

Updates org.jdbi:jdbi3-bom from 3.49.5 to 3.49.6

Release notes

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

3.49.6

We have some problems with our upstream parent POM. There are changes to Maven Central that require us to roll the parent POM into the Jdbi project. This is a temporary thing and will go away as soon as uploading parent poms to Central has been reenabled.

  • Add support for PGvector types (#2830)
  • Improve concurrency of statement cache loading (#2834)
  • ExtensionHandler interface pulls out handling of target object into new AttachedExtensionHandler interface (#2828)
  • collectInto supports types that do not implement Collection ( #2849, thanks @​mattbertolini !)

Note that with the release of Java 25, this will be the last release to support Java 11!

Changelog

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

3.49.6

We have some problems with our upstream parent POM. There are changes to Maven Central that require us to roll the parent POM into the Jdbi project. This is a temporary thing and will go away as soon as uploading parent poms to Central has been reenabled.

  • Add support for PGvector types (#2830)
  • Improve concurrency of statement cache loading (#2834)
  • ExtensionHandler interface pulls out handling of target object into new AttachedExtensionHandler interface (#2828)
  • collectInto supports types that do not implement Collection ( #2849, thanks @​mattbertolini !)
Commits
  • a06ea6c [maven-release-plugin] prepare release v3.49.6
  • 3b2b9a7 add 3.49.6 to docs
  • 15beb5d update release notes
  • f671a37 Merge pull request #2851 from hgschmie/basepom-workaround
  • 46ca9e4 use newer javadoc plugin
  • a12feda turn off japicmp checks for 3.49.x release
  • 2570345 fixes for pmd 7.17.0
  • 0123b4f Roll basepom temporarily into jdbi
  • 97e650e not yet 3.50.0 ...
  • 3959af8 Merge pull request #2853 from hgschmie/oracle-runner-fix
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

2.0.1

What's Changed

🐛 Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#11119) @​eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#11117) @​eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#11118) @​eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#11120) @​eddumelendez

📖 Documentation

🧹 Housekeeping

2.0.0

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

... (truncated)

Changelog

Sourced from org.testcontainers:testcontainers-bom's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

  • Fixed with* methods of CouchbaseContainer (#810)
  • Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)

... (truncated)

Commits
  • da52524 Remove dynalite documentation
  • 527a969 Fix Pinecone's description
  • a0df99d Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQ...
  • ca450d0 Fix artifact coordinates listed in docs (#11121)
  • 1f3b9be Remove lombok from OracleR2DBCDatabaseContainer (#11116)
  • 09aefb2 Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb....
  • c32d811 Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserve...
  • a8b0f5c Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postg...
  • 546fa4a Fix exclusion of testcontainers-jdbc-test from publication (#11115)
  • 376642b Fix doc about Testcontainers JUnit Jupiter coordinates (#11113)
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.21.3 to 2.0.1

Release notes

Sourced from org.testcontainers:testcontainers's releases.

2.0.1

What's Changed

🐛 Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#11119) @​eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#11117) @​eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#11118) @​eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#11120) @​eddumelendez

📖 Documentation

🧹 Housekeeping

2.0.0

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

... (truncated)

Changelog

Sourced from org.testcontainers:testcontainers's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

  • Fixed with* methods of CouchbaseContainer (#810)
  • Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)

... (truncated)

Commits
  • da52524 Remove dynalite documentation
  • 527a969 Fix Pinecone's description
  • a0df99d Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQ...
  • ca450d0 Fix artifact coordinates listed in docs (#11121)
  • 1f3b9be Remove lombok from OracleR2DBCDatabaseContainer (#11116)
  • 09aefb2 Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb....
  • c32d811 Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserve...
  • a8b0f5c Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postg...
  • 546fa4a Fix exclusion of testcontainers-jdbc-test from publication (#11115)
  • 376642b Fix doc about Testcontainers JUnit Jupiter coordinates (#11113)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.1 to 2.20

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.20.0

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.1 to 2.20.0

Commits

Updates com.google.code.gson:gson from 2.13.1 to 2.13.2

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.13.2

The main changes in this release are just newer dependencies.

What's Changed

New Contributors

Full Changelog: google/gson@gson-parent-2.13.1...gson-parent-2.13.2

Commits
  • 686fad7 [maven-release-plugin] prepare release gson-parent-2.13.2
  • c2d252a Switch to using central-publishing-maven-plugin. (#2900)
  • 69cb755 Bump the github-actions group with 5 updates (#2894)
  • ea552c2 Bump the maven group across 1 directory with 3 updates (#2898)
  • fdc616d Set top-level permissions for CodeQL workflow (#2889)
  • 9334715 Create scorecard.yml (#2888)
  • f7de5c2 Bump the maven group with 8 updates (#2885)
  • 8c23cd3 Update sources to satisfy a new Error Prone check. (#2887)
  • 5eab3ed Bump the github-actions group with 2 updates (#2886)
  • 5f5c200 Bump the maven group across 1 directory with 10 updates (#2872)
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.40.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0

Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_core from 2.40.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Error Prone 2.42.0

New checks:

Changes:

  • The return type of ASTHelpers.asFlagSet has changed. The previous type was EnumSet<Flags.Flag>, where Flags.Flag is an enum in the javac class Flags. A recent JDK change has replaced that enum with a new top-level enum called FlagsEnum. It is not possible to change ASTHelpers.asFlagSet in a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returns ImmutableSet<String>, where the strings come from the toString() of the enum constants. That means they are "native", "abstract", etc.
  • Flag IO.print[ln]() in SystemOut.

Full changelog: google/error-prone@v2.41.0...v2.42.0

Error Prone 2.41.0

New checks:

  • EffectivelyPrivate: Detect declarations that have public or protected modifiers, but are effectively private

Changes:

  • Skip BooleanLiteral findings if the target type is boxed (#5134)

Full changelog: google/error-prone@v2.40.0...v2.41.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 4.31.1 to 4.33.0

Commits

Updates com.hubspot.jinjava:jinjava from 2.8.1 to 2.8.2

Release notes

Sourced from com.hubspot.jinjava:jinjava's releases.

jinjava-2.8.2

2025-10-22 Version 2.8.2 (Maven Central)

Changelog

Sourced from com.hubspot.jinjava:jinjava's changelog.

2025-10-22 Version 2.8.2 (Maven Central)

Commits
  • 122f112 [maven-release-plugin] prepare release jinjava-2.8.2
  • a8466a7 Merge pull request #1267 from HubSpot/update-changes
  • 1f808f0 Update CHANGES.md
  • 1e6ff21 Merge pull request #1265 from HubSpot/handle-continue-used-in-deferred-for-loop
  • 8d01d13 Merge pull request #1266 from HubSpot/tk/bump-basepom
  • 4b03967 Fix 25 build
  • 430c38c Run tests on all active LTS JDKs
  • 0d160a7 Properly set JDK versions
  • 8c72b77 Remove unreferenced property
  • a2d024b Use latest version of basepom
  • Additional commits viewable in compare view

Updates com.zaxxer:HikariCP from 6.3.0 to 7.0.2

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 7.0.2

  • decrease thread yield frequency in ConcurrentBag.unreserve()

Changes in 7.0.1

  • merged #2346 fix regression with setSchema behavior

  • decrease thread yield frequency in Con...

    Description has been truncated

Bumps the all group with 28 updates in the /wren-core-legacy directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `279` | `322` |
| [org.jdbi:jdbi3-bom](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `2.0.1` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `2.0.1` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.19.1` | `2.20` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.20.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.19.1` | `2.20.0` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.1` | `2.13.2` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.40.0` | `2.43.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.40.0` | `2.43.0` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.31.1` | `4.33.0` |
| [com.hubspot.jinjava:jinjava](https://github.com/HubSpot/jinjava) | `2.8.1` | `2.8.2` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.3.0` | `7.0.2` |
| [io.airlift:units](https://github.com/airlift/units) | `1.10` | `1.12` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.47.0` | `1.55.0` |
| [io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java) | `1.47.0` | `1.55.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.6` | `1.17.8` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.49.5` | `3.51.1` |
| [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) | `1.3.2.0` | `1.4.1.0` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2` | `26.0.2-1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.7` | `42.7.8` |
| [org.threeten:threetenbp](https://github.com/ThreeTen/threetenbp) | `1.7.1` | `1.7.2` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.6.0` | `3.6.1` |
| [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `3.1.0` | `3.2.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.1` | `3.6.2` |
| [io.airlift.drift:drift-maven-plugin](https://github.com/airlift/drift) | `1.23` | `1.24` |
| [io.trino:trino-maven-plugin](https://github.com/trinodb/trino-maven-plugin) | `15` | `17` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.8.1` | `3.9.0` |



Updates `io.airlift:airbase` from 279 to 322
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

Updates `org.jdbi:jdbi3-bom` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)

Updates `org.testcontainers:testcontainers-bom` from 1.21.3 to 2.0.1
- [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.21.3...2.0.1)

Updates `org.testcontainers:testcontainers` from 1.21.3 to 2.0.1
- [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.21.3...2.0.1)

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

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2)

Updates `com.google.errorprone:error_prone_annotations` from 2.40.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.40.0...v2.43.0)

Updates `com.google.errorprone:error_prone_core` from 2.40.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.40.0...v2.43.0)

Updates `com.google.protobuf:protobuf-java` from 4.31.1 to 4.33.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.hubspot.jinjava:jinjava` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/HubSpot/jinjava/releases)
- [Changelog](https://github.com/HubSpot/jinjava/blob/master/CHANGES.md)
- [Commits](HubSpot/jinjava@jinjava-2.8.1...jinjava-2.8.2)

Updates `com.zaxxer:HikariCP` from 6.3.0 to 7.0.2
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.3.0...HikariCP-7.0.2)

Updates `io.airlift:units` from 1.10 to 1.12
- [Release notes](https://github.com/airlift/units/releases)
- [Commits](airlift/units@1.10...1.12)

Updates `io.opentelemetry:opentelemetry-api` from 1.47.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.47.0...v1.55.0)

Updates `io.opentelemetry:opentelemetry-sdk` from 1.47.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.47.0...v1.55.0)

Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.8
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.6...byte-buddy-1.17.8)

Updates `org.checkerframework:checker-qual` from 3.49.5 to 3.51.1
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.49.5...checker-framework-3.51.1)

Updates `org.duckdb:duckdb_jdbc` from 1.3.2.0 to 1.4.1.0
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Commits](duckdb/duckdb@v1.3.2...v1.4.1)

Updates `org.jetbrains:annotations` from 26.0.2 to 26.0.2-1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.2...26.0.2-1)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.8
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.8)

Updates `org.testcontainers:testcontainers` from 1.21.3 to 2.0.1
- [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.21.3...2.0.1)

Updates `org.threeten:threetenbp` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/ThreeTen/threetenbp/releases)
- [Changelog](https://github.com/ThreeTen/threetenbp/blob/main/RELEASE-NOTES.md)
- [Commits](ThreeTen/threetenbp@v1.7.1...v1.7.2)

Updates `com.google.errorprone:error_prone_core` from 2.40.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.40.0...v2.43.0)

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1)

Updates `org.apache.maven.plugins:maven-antrun-plugin` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
- [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.1 to 3.6.2
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.5.1...3.6.2)

Updates `io.airlift.drift:drift-maven-plugin` from 1.23 to 1.24
- [Commits](airlift/drift@1.23...1.24)

Updates `io.trino:trino-maven-plugin` from 15 to 17
- [Commits](https://github.com/trinodb/trino-maven-plugin/commits)

Updates `org.ow2.asm:asm` from 9.8 to 9.9

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.8.1 to 3.9.0
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-version: '322'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.jdbi:jdbi3-bom
  dependency-version: 3.49.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.20'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.hubspot.jinjava:jinjava
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.zaxxer:HikariCP
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: io.airlift:units
  dependency-version: '1.12'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-sdk
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 3.51.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.duckdb:duckdb_jdbc
  dependency-version: 1.4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.0.2-1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.threeten:threetenbp
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-antrun-plugin
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.airlift.drift:drift-maven-plugin
  dependency-version: '1.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.trino:trino-maven-plugin
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.ow2.asm:asm
  dependency-version: '9.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 v1-engine-changed labels Oct 27, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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 v1-engine-changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant