Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 8 updates:

Package From To
commons-io:commons-io 2.20.0 2.21.0
org.jdbi:jdbi3-core 3.49.6 3.50.0
com.fizzed:rocker-runtime 2.2.1 2.4.0
com.fizzed:rocker-compiler 2.2.1 2.4.0
commons-codec:commons-codec 1.19.0 1.20.0
com.github.kagkarlsson:db-scheduler 16.4.1 16.6.0
software.amazon.awssdk:bom 2.37.3 2.38.2
io.projectreactor:reactor-core 3.7.12 3.8.0

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-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 com.fizzed:rocker-runtime from 2.2.1 to 2.4.0

Changelog

Sourced from com.fizzed:rocker-runtime's changelog.

2.4.0 - 2025-11-06

  • Fix PlainTextUnloadedClassLoader to decode url to handle special characters in resource path (NikolajCupan)
  • Bump commons-lang3 to v3.18.0
  • Confirm and add unit tests for Java 25 support
  • Only related to building project: update blaze.jar to v2.3.0; support for improved cross host testing

2.3.4 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.3 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.2 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.1 - 2025-11-05

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.0 - 2025-11-05

  • Ignore this version. Bad deploy to maven central w/ no ability to rollback due to gradle plugin release as well.
Commits
  • fe619d7 [maven-release-plugin] prepare release v2.4.0
  • 957c960 [maven-release-plugin] prepare for next development iteration
  • e3f303b [maven-release-plugin] prepare release v2.3.3
  • af62282 Skip publishing of gradle plugin to maven central (it publishes directly to g...
  • ac35338 [maven-release-plugin] prepare for next development iteration
  • 6e35d09 [maven-release-plugin] prepare release v2.3.2
  • 2ffaa2f Bump parent maven to v3.4.0 (fixes some central publishing issues)
  • 4d913c2 Update changelog
  • 02d362d [maven-release-plugin] prepare for next development iteration
  • df604c5 [maven-release-plugin] prepare release v2.3.1
  • Additional commits viewable in compare view

Updates com.fizzed:rocker-compiler from 2.2.1 to 2.4.0

Changelog

Sourced from com.fizzed:rocker-compiler's changelog.

2.4.0 - 2025-11-06

  • Fix PlainTextUnloadedClassLoader to decode url to handle special characters in resource path (NikolajCupan)
  • Bump commons-lang3 to v3.18.0
  • Confirm and add unit tests for Java 25 support
  • Only related to building project: update blaze.jar to v2.3.0; support for improved cross host testing

2.3.4 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.3 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.2 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.1 - 2025-11-05

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.0 - 2025-11-05

  • Ignore this version. Bad deploy to maven central w/ no ability to rollback due to gradle plugin release as well.
Commits
  • fe619d7 [maven-release-plugin] prepare release v2.4.0
  • 957c960 [maven-release-plugin] prepare for next development iteration
  • e3f303b [maven-release-plugin] prepare release v2.3.3
  • af62282 Skip publishing of gradle plugin to maven central (it publishes directly to g...
  • ac35338 [maven-release-plugin] prepare for next development iteration
  • 6e35d09 [maven-release-plugin] prepare release v2.3.2
  • 2ffaa2f Bump parent maven to v3.4.0 (fixes some central publishing issues)
  • 4d913c2 Update changelog
  • 02d362d [maven-release-plugin] prepare for next development iteration
  • df604c5 [maven-release-plugin] prepare release v2.3.1
  • Additional commits viewable in compare view

Updates com.fizzed:rocker-compiler from 2.2.1 to 2.4.0

Changelog

Sourced from com.fizzed:rocker-compiler's changelog.

2.4.0 - 2025-11-06

  • Fix PlainTextUnloadedClassLoader to decode url to handle special characters in resource path (NikolajCupan)
  • Bump commons-lang3 to v3.18.0
  • Confirm and add unit tests for Java 25 support
  • Only related to building project: update blaze.jar to v2.3.0; support for improved cross host testing

2.3.4 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.3 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.2 - 2025-11-06

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.1 - 2025-11-05

  • Ignore this version. Maven central having serious outage and this was a test deploy.

2.3.0 - 2025-11-05

  • Ignore this version. Bad deploy to maven central w/ no ability to rollback due to gradle plugin release as well.
Commits
  • fe619d7 [maven-release-plugin] prepare release v2.4.0
  • 957c960 [maven-release-plugin] prepare for next development iteration
  • e3f303b [maven-release-plugin] prepare release v2.3.3
  • af62282 Skip publishing of gradle plugin to maven central (it publishes directly to g...
  • ac35338 [maven-release-plugin] prepare for next development iteration
  • 6e35d09 [maven-release-plugin] prepare release v2.3.2
  • 2ffaa2f Bump parent maven to v3.4.0 (fixes some central publishing issues)
  • 4d913c2 Update changelog
  • 02d362d [maven-release-plugin] prepare for next development iteration
  • df604c5 [maven-release-plugin] prepare release v2.3.1
  • Additional commits viewable in compare view

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 com.github.kagkarlsson:db-scheduler from 16.4.1 to 16.6.0

Release notes

Sourced from com.github.kagkarlsson:db-scheduler's releases.

v16.6.0

Changelog

🚀 Features

  • b14e8e0 Use execution-time when calculating age of execution with unresolved task (#768), closes #768

Contributors

We'd like to thank the following people for their contributions:

v16.5.0

Changelog

🚀 Features

  • 16daff3 add pagination support for SchedulerClient #547 (#732), closes #547 #732

🐛 Fixes

  • b8773eb Make KotlinSerializer.kt more robust (#524), closes #524

Contributors

We'd like to thank the following people for their contributions:

Commits
  • b14e8e0 feat: Use execution-time when calculating age of execution with unresolved ta...
  • 16daff3 feat: add pagination support for SchedulerClient #547 (#732)
  • b8773eb fix: Make KotlinSerializer.kt more robust (#524)
  • See full diff in compare view

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

Updates io.projectreactor:reactor-core from 3.7.12 to 3.8.0

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.8.0

Reactor Core 3.8.0 is part of 2025.0.0 Release Train.

3.8.0 Highlights

Enhanced Null Safety using JSpecify

🦺 Reactor Core 3.8.0 introduces JSpecify annotations for comprehensive null safety, replacing the legacy JSR 305-based annotations with a modern, properly specified standard that prevents NullPointerExceptions through build-time checks. This upgrade provides enhanced IDE support, seamless Kotlin integration with automatic translation to Kotlin's null safety system, and more precise nullability declarations including support for arrays, varargs, and generic types — making Reactor APIs safer and more developer-friendly across the entire ecosystem.

⚠️ Nullability annotations from reactor.util.annotation have been deprecated in favour of JSpecify annotations.

📖 Check the refreshed reference documentation section on Null Safety.

⚠️ Note for Kotlin users: While this change is backwards compatible in the Java ecosystem and does not dictate a new generation of Reactor Core, we do appreciate it can appear as breaking changes for Kotlin codebases. The benefits are well defined nullness of the Reactor API and reduction of the ceremony that was required prior to the introduction of JSpecify annotations.

Repeat Spec

Repeat functionality from Reactor Addons has been ported to Reactor Core under the RepeatSpec class and can be used in conjunction with the Flux#repeatWhen() and Mono#repeatWhen() operators. Make sure to check out the Javadoc.

Reactor Core Micrometer version aligned with Reactor Core version

The reactor-core-micrometer library, which is part of the reactor-core repository is always released together with reactor-core, hence we decided to align their versions starting from 3.8.0 (the previous line was 1.2.x corresponding with 3.7.x of reactor-core).

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

📖 Documentation

New Contributors

... (truncated)

Commits
  • fedfdd2 [release] Prepare and release 3.8.0
  • fe9d705 [docs] Add Null Safety documentation (#4137)
  • 56c2a33 Merge-ignore release 3.7.13 into 3.8.0
  • 4ab91b1 [release] Next development version 3.7.14-SNAPSHOT
  • dbbb82f [release] Prepare and release 3.7.13
  • f96f1d4 Unify reactor-core-micrometer version with reactor-core (#4136)
  • 68c5e2c Merge #4129 into 3.8.0
  • f4a8e99 Bump ruby/setup-ruby from 1.263.0 to 1.267.0 in /.github/workflows (#4129)
  • c7c3b4e Merge #4120 into 3.8.0
  • 135bcb1 Bump io.projectreactor.tools:blockhound from 1.0.14.RELEASE to 1.0.15.RELEASE...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.6` | `3.50.0` |
| [com.fizzed:rocker-runtime](https://github.com/fizzed/rocker) | `2.2.1` | `2.4.0` |
| [com.fizzed:rocker-compiler](https://github.com/fizzed/rocker) | `2.2.1` | `2.4.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` |
| [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `16.4.1` | `16.6.0` |
| software.amazon.awssdk:bom | `2.37.3` | `2.38.2` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.12` | `3.8.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-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 `com.fizzed:rocker-runtime` from 2.2.1 to 2.4.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v2.2.1...v2.4.0)

Updates `com.fizzed:rocker-compiler` from 2.2.1 to 2.4.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v2.2.1...v2.4.0)

Updates `com.fizzed:rocker-compiler` from 2.2.1 to 2.4.0
- [Changelog](https://github.com/fizzed/rocker/blob/master/CHANGELOG.md)
- [Commits](fizzed/rocker@v2.2.1...v2.4.0)

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 `com.github.kagkarlsson:db-scheduler` from 16.4.1 to 16.6.0
- [Release notes](https://github.com/kagkarlsson/db-scheduler/releases)
- [Changelog](https://github.com/kagkarlsson/db-scheduler/blob/master/jreleaser.yml)
- [Commits](kagkarlsson/db-scheduler@v16.4.1...v16.6.0)

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

Updates `io.projectreactor:reactor-core` from 3.7.12 to 3.8.0
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.12...v3.8.0)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-runtime
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-compiler
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fizzed:rocker-compiler
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.kagkarlsson:db-scheduler
  dependency-version: 16.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 10, 2025
@jknack jknack added this to the 4.0.11 milestone Nov 13, 2025
@jknack jknack merged commit a325b19 into main Nov 13, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-6831fc94b2 branch November 13, 2025 16:31
@jknack jknack modified the milestones: 4.0.11, 4.0.12 Nov 14, 2025
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.

2 participants