Skip to content

Bump the dev-dependencies group with 15 updates#47

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-d1f4b45a42
Nov 10, 2025
Merged

Bump the dev-dependencies group with 15 updates#47
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-d1f4b45a42

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the dev-dependencies group with 15 updates:

Package From To
io.freefair.aspectj.post-compile-weaving 9.0.0 9.1.0
org.aspectj:aspectjrt 1.9.24 1.9.25
org.aspectj:aspectjweaver 1.9.24 1.9.25
software.amazon.awssdk:bom 2.37.3 2.38.2
commons-codec:commons-codec 1.19.0 1.20.0
commons-io:commons-io 2.20.0 2.21.0
org.jdbi:jdbi3-caffeine-cache 3.49.6 3.50.0
org.jdbi:jdbi3-core 3.49.6 3.50.0
org.jdbi:jdbi3-noop-cache 3.49.6 3.50.0
org.jdbi:jdbi3-postgres 3.49.6 3.50.0
org.jdbi:jdbi3-sqlobject 3.49.6 3.50.0
org.jdbi:jdbi3-testing 3.49.6 3.50.0
io.etcd:jetcd-core 0.8.5 0.8.6
io.etcd:jetcd-test 0.8.5 0.8.6
io.micrometer:micrometer-core 1.15.5 1.16.0

Updates io.freefair.aspectj.post-compile-weaving from 9.0.0 to 9.1.0

Release notes

Sourced from io.freefair.aspectj.post-compile-weaving's releases.

9.1.0

What's Changed

Full Changelog: freefair/gradle-plugins@9.0.0...9.1.0

Commits
  • 53bf1da Merge branch '8.x' of github.com:freefair/gradle-plugins
  • 2ba7317 Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin (#1553)
  • 0e3186e Bump org.webjars:bootstrap from 5.3.7 to 5.3.8 in /examples (#1546)
  • ed92503 Bump com.github.spotbugs from 6.4.2 to 6.4.4 in /examples (#1552)
  • be47de5 Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 (#1515)
  • cb0c5e7 Bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin (#1556)
  • 1e977a8 Merge branch '8.x' of github.com:freefair/gradle-plugins
  • df39949 Update to Maven Plugin Tools 3.15.2
  • 39f6c7e Merge branch '8.x' of github.com:freefair/gradle-plugins
  • 8ae1514 Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 (#1517)
  • Additional commits viewable in compare view

Updates org.aspectj:aspectjrt from 1.9.24 to 1.9.25

Release notes

Sourced from org.aspectj:aspectjrt's releases.

1.9.25

Java 25

AspectjJ 1.9.25 release notes

Commits

Updates org.aspectj:aspectjweaver from 1.9.24 to 1.9.25

Release notes

Sourced from org.aspectj:aspectjweaver's releases.

1.9.25

Java 25

AspectjJ 1.9.25 release notes

Commits

Updates org.aspectj:aspectjweaver from 1.9.24 to 1.9.25

Release notes

Sourced from org.aspectj:aspectjweaver's releases.

1.9.25

Java 25

AspectjJ 1.9.25 release notes

Commits

Updates software.amazon.awssdk:bom from 2.37.3 to 2.38.2

Updates commons-codec:commons-codec from 1.19.0 to 1.20.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.20.0 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.20.0.

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

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

New features

  •         Add org.apache.commons.codec.digest.Crc16. Thanks to Fredrik Kjellberg, Gary Gregory.
    
  •         Add builders to org.apache.commons.codec.digest streams and deprecate some old constructors. Thanks to Gary Gregory.
    
  •         Add builder to Base16 streams and deprecate some old constructors. Thanks to Gary Gregory.
    
  •         Add support for SHAKE128-256 and SHAKE256-512 to `DigestUtils` and `MessageDigestAlgorithms` on Java 25 and up. Thanks to Gary Gregory.
    
  •         Add BaseNCodec.AbstractBuilder.setDecodeTable(byte[]) and refactor subclasses. Thanks to Gary Gregory.
    

Changes

  •         Deprecate all but one Base32 constructor in favor of the builder added in version 1.17.0. Thanks to Gary Gregory.
    
  •         Deprecate all but one Base64 constructor in favor of the builder added in version 1.17.0. Thanks to Gary Gregory.
    
  •         BaseNCodecInputStream subclasses are now type-safe to match its matching BaseNCodec. Thanks to Gary Gregory.
    
  •         BaseNCodecOutputStream subclasses are now type-safe to match its matching BaseNCodec. Thanks to Gary Gregory.
    
  •         Bump org.apache.commons:commons-parent from 85 to 91. Thanks to Gary Gregory, Dependabot.
    
  •         [test] Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. Thanks to Gary Gregory.
    

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

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

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits

Updates commons-io:commons-io from 2.20.0 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.21.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.21.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Version 2.21.0: Java 8 or later is required.

New features

o FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_RB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_QB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], int, int, long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, long). Thanks to Gary Gregory. o Add length unit support in FileSystem limits. Thanks to Piotr P. Karwasz. o Add IOUtils.toByteArray(InputStream, int, int) for safer chunked reading with size validation. Thanks to Piotr P. Karwasz. o Add org.apache.commons.io.file.PathUtils.getPath(String, String). Thanks to Gary Gregory. o Add org.apache.commons.io.channels.ByteArraySeekableByteChannel. Thanks to Gary Gregory. o Add IOIterable.asIterable(). Thanks to Gary Gregory. o Add NIO channel support to AbstractStreamBuilder. Thanks to Piotr P. Karwasz. o Add CloseShieldChannel to close-shielded NIO Channels #786. Thanks to Piotr P. Karwasz. o Added IOUtils.checkFromIndexSize as a Java 8 backport of Objects.checkFromIndexSize #790. Thanks to Piotr P. Karwasz.

Fixed Bugs

o When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory. o When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE. Thanks to Gary Gregory. o ValidatingObjectInputStream does not validate dynamic proxy interfaces. Thanks to Stanislav Fort, Gary Gregory. o BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead of 0 when no limit is set. Thanks to Piotr P. Karwasz. o BoundedInputStream.available() correctly accounts for the maximum read limit. Thanks to Piotr P. Karwasz. o Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray(InputStream) now throws IOException on byte array overflow. Thanks to Piotr P. Karwasz. o Javadoc general improvements. Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray() now throws EOFException when not enough data is available #796. Thanks to Piotr P. Karwasz. o Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P. Karwasz. o [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class that is built #806. Thanks to J Hawkins.

Changes

o Bump org.apache.commons:commons-parent from 85 to 91 #774, #783, #808. Thanks to Gary Gregory, Dependabot.

... (truncated)

Commits

Updates org.jdbi:jdbi3-caffeine-cache from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-core from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-noop-cache from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-postgres from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-sqlobject from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-testing from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-core from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-noop-cache from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-postgres from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Changelog

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.
Commits
  • 3c46b14 [maven-release-plugin] prepare release v3.50.0
  • 9967ed6 update release notes
  • ef8e55f Merge pull request #2884 from hgschmie/remote-flyway-check
  • ee979d3 Merge pull request #2883 from hgschmie/remove-stubs
  • 34a0ce0 remove no longer needed flyway helper
  • 9310568 Merge pull request #2881 from hgschmie/fix-graal-ci
  • 726d6b0 Remove stub tests
  • 791ff81 Updates for native build
  • ddf3d13 update graalvm CI action
  • 3a6bdba Merge pull request #2880 from hgschmie/java17-changes
  • Additional commits viewable in compare view

Updates org.jdbi:jdbi3-sqlobject from 3.49.6 to 3.50.0

Release notes

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

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further a...

Description has been truncated

Bumps the dev-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) | `9.0.0` | `9.1.0` |
| [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) | `1.9.24` | `1.9.25` |
| [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) | `1.9.24` | `1.9.25` |
| software.amazon.awssdk:bom | `2.37.3` | `2.38.2` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [org.jdbi:jdbi3-caffeine-cache](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [org.jdbi:jdbi3-noop-cache](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [org.jdbi:jdbi3-testing](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [io.etcd:jetcd-core](https://github.com/etcd-io/jetcd) | `0.8.5` | `0.8.6` |
| [io.etcd:jetcd-test](https://github.com/etcd-io/jetcd) | `0.8.5` | `0.8.6` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.5` | `1.16.0` |


Updates `io.freefair.aspectj.post-compile-weaving` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@9.0.0...9.1.0)

Updates `org.aspectj:aspectjrt` from 1.9.24 to 1.9.25
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.aspectj:aspectjweaver` from 1.9.24 to 1.9.25
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.aspectj:aspectjweaver` from 1.9.24 to 1.9.25
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `software.amazon.awssdk:bom` from 2.37.3 to 2.38.2

Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)

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

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

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

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

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

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

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

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

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

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

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

Updates `io.etcd:jetcd-core` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](etcd-io/jetcd@jetcd-0.8.5...jetcd-0.8.6)

Updates `io.etcd:jetcd-test` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](etcd-io/jetcd@jetcd-0.8.5...jetcd-0.8.6)

Updates `io.etcd:jetcd-test` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](etcd-io/jetcd@jetcd-0.8.5...jetcd-0.8.6)

Updates `io.micrometer:micrometer-core` from 1.15.5 to 1.16.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.15.5...v1.16.0)

---
updated-dependencies:
- dependency-name: io.freefair.aspectj.post-compile-weaving
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjrt
  dependency-version: 1.9.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-version: 1.9.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-version: 1.9.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.etcd:jetcd-core
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.etcd:jetcd-test
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.etcd:jetcd-test
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.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 Nov 10, 2025
@github-actions github-actions bot merged commit 111b4fc into main Nov 10, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-d1f4b45a42 branch November 10, 2025 16:58
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