Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the dependencies group with 11 updates in the / directory:

Package From To
io.netty:netty-bom 4.2.8.Final 4.2.9.Final
io.netty:netty-codec-http2 4.2.8.Final 4.2.9.Final
io.netty:netty-transport-native-epoll 4.2.8.Final 4.2.9.Final
io.netty:netty-transport-native-kqueue 4.2.8.Final 4.2.9.Final
io.netty:netty-transport-native-io_uring 4.2.8.Final 4.2.9.Final
io.lettuce:lettuce-core 7.2.0.RELEASE 7.2.1.RELEASE
io.vertx:vertx-core 5.0.5 5.0.6
io.vertx:vertx-sql-client 5.0.5 5.0.6
io.vertx:vertx-mysql-client 5.0.5 5.0.6
io.vertx:vertx-pg-client 5.0.5 5.0.6
com.puppycrawl.tools:checkstyle 12.2.0 12.3.0

Updates io.netty:netty-bom from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-codec-http2 from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-epoll from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-kqueue from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-io_uring from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.lettuce:lettuce-core from 7.2.0.RELEASE to 7.2.1.RELEASE

Release notes

Sourced from io.lettuce:lettuce-core's releases.

7.2.1.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!

Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.2.1.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.1.RELEASE/api/

🐞 Bug Fixes

Full Changelog: redis/lettuce@7.2.0.RELEASE...7.2.1.RELEASE

Changelog

Sourced from io.lettuce:lettuce-core's changelog.

Lettuce 7.2.1 RELEASE NOTES

The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!

Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.2.1.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.1.RELEASE/api/

🐞 Bug Fixes

Full Changelog: redis/lettuce@7.2.0.RELEASE...7.2.1.RELEASE

Commits

Updates io.netty:netty-codec-http2 from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-epoll from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-kqueue from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport-native-io_uring from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.vertx:vertx-core from 5.0.5 to 5.0.6

Commits

Updates io.vertx:vertx-sql-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff in compare view

Updates io.vertx:vertx-mysql-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff in compare view

Updates io.vertx:vertx-pg-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff in compare view

Updates com.puppycrawl.tools:checkstyle from 12.2.0 to 12.3.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-12.3.0

Checkstyle 12.3.0 - https://checkstyle.org/releasenotes.html#Release_12.3.0

New:

#18207 - IllegalImport: new property illegalModules to cover module imports #17223 - Google-style: New Check TextBlockGoogleStyleFormattingCheck

Bug fixes:

#18283 - Google style checks should allow _ keyword for anonymous variables

Commits
  • 7cd24ce [maven-release-plugin] prepare release checkstyle-12.3.0
  • 66da258 doc: release notes for 12.3.0
  • f5bcfd8 Issue #18283: allow unnamed variables (_) in naming patterns
  • 25322e2 Issue #17882: Update LITERAL_INLINE_TAG AST format
  • 98c66e6 Issue #18272: Clone apache/kafka once KAFKA-19809 is merged
  • 2cca325 dependency: bump actions/upload-artifact from 5 to 6
  • e2c6a48 dependency: bump org.eclipse.jgit:org.eclipse.jgit
  • f264b99 dependency: bump actions/cache from 4 to 5
  • fbbddc0 Issue #17882: Update LEADING_ASTERISK of Javadoc CommentTokenTypes into AST f...
  • 4d23c0b infra: move no-error-trino to no-error-workflow.yml
  • Additional commits viewable in compare view

Updates io.vertx:vertx-sql-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff in compare view

Updates io.vertx:vertx-mysql-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff in compare view

Updates io.vertx:vertx-pg-client from 5.0.5 to 5.0.6

Commits
  • 44f73b7 Releasing 5.0.6
  • aa3ec28 Use a custom pgBouncer container image (#1589) (#1590)
  • f2eca6b Pool queries should honor connection timeout (#1586) (#1587)
  • 68369c2 Sql Server Client may report an IndexOutOfBoundsException when using cursor (...
  • ef87b19 Cursor.close() does not complete if it was already called (#1579)
  • 021f84a PgPoolTest.testEventLoopSize fails on systems with more than 25 cores (#1572)
  • cee8982 SqlConnectionPool does not invoke PoolMetrics begin/end methods (#1568)
  • 125df2f MySQL cursor fetch uses wrong row descriptor after initial fetch (#1562) (#1563)
  • 532a4a2 Set next snapshot version
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 15, 2025
@jknack
Copy link
Member

jknack commented Dec 15, 2025

@dependabot rebase

…pdates

Bumps the dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.netty:netty-bom](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-transport-native-io_uring](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.lettuce:lettuce-core](https://github.com/redis/lettuce) | `7.2.0.RELEASE` | `7.2.1.RELEASE` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `5.0.5` | `5.0.6` |
| [io.vertx:vertx-sql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.5` | `5.0.6` |
| [io.vertx:vertx-mysql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.5` | `5.0.6` |
| [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.5` | `5.0.6` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.2.0` | `12.3.0` |



Updates `io.netty:netty-bom` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-codec-http2` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-kqueue` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-io_uring` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.lettuce:lettuce-core` from 7.2.0.RELEASE to 7.2.1.RELEASE
- [Release notes](https://github.com/redis/lettuce/releases)
- [Changelog](https://github.com/redis/lettuce/blob/7.2.1.RELEASE/RELEASE-NOTES.md)
- [Commits](redis/lettuce@7.2.0.RELEASE...7.2.1.RELEASE)

Updates `io.netty:netty-codec-http2` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-kqueue` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport-native-io_uring` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.vertx:vertx-core` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vert.x@5.0.5...5.0.6)

Updates `io.vertx:vertx-sql-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

Updates `io.vertx:vertx-mysql-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

Updates `io.vertx:vertx-pg-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

Updates `com.puppycrawl.tools:checkstyle` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-12.2.0...checkstyle-12.3.0)

Updates `io.vertx:vertx-sql-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

Updates `io.vertx:vertx-mysql-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

Updates `io.vertx:vertx-pg-client` from 5.0.5 to 5.0.6
- [Commits](eclipse-vertx/vertx-sql-client@5.0.5...5.0.6)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-kqueue
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-io_uring
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.2.1.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-kqueue
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-io_uring
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-core
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-9f56dd4bd9 branch from 3fe6b42 to b2cb73b Compare December 15, 2025 22:11
@jknack jknack added this to the 4.0.13 milestone Dec 16, 2025
@jknack jknack merged commit 2f5c682 into main Dec 16, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-9f56dd4bd9 branch December 16, 2025 11:16
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