Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the dependencies group with 15 updates:

Package From To
com.fasterxml.jackson:jackson-bom 2.20.1 2.21.0
ch.qos.logback:logback-classic 1.5.24 1.5.25
io.undertow:undertow-core 2.3.21.Final 2.3.22.Final
io.repaint.maven:tiles-maven-plugin 2.42 2.43
org.codehaus.mojo:versions-maven-plugin 2.20.1 2.21.0
io.vertx:vertx-core 5.0.6 5.0.7
io.vertx:vertx-sql-client 5.0.6 5.0.7
io.vertx:vertx-mysql-client 5.0.6 5.0.7
io.vertx:vertx-pg-client 5.0.6 5.0.7
net.bytebuddy:byte-buddy 1.18.3 1.18.4
gg.jte:jte 3.2.1 3.2.2
gg.jte:jte-models 3.2.1 3.2.2
software.amazon.awssdk:bom 2.41.5 2.41.10
org.codehaus.mojo:properties-maven-plugin 1.2.1 1.3.0
io.projectreactor:reactor-core 3.8.1 3.8.2

Updates com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0

Commits

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates io.undertow:undertow-core from 2.3.21.Final to 2.3.22.Final

Commits
  • 3eb7cd4 Prepare for 2.3.22.Final release
  • 189eb96 Merge pull request #1863 from jamezp/UNDERTOW-2676
  • 4a13dac Merge pull request #1867 from bstansberry/UNDERTOW-2681
  • 421f6d8 [UNDERTOW-2681] In MessageHandlers for annotated methods set the TCCL to the ...
  • 65c2eb1 [UNDERTOW-2676] Do not set the merged query parameters on the current exchang...
  • 93a46f9 Next is 2.3.22.Final
  • See full diff in compare view

Updates io.repaint.maven:tiles-maven-plugin from 2.42 to 2.43

Release notes

Sourced from io.repaint.maven:tiles-maven-plugin's releases.

2.43

  • Adds direct dependency on the latest 3.x version of plexus-utils, resolves issues with filtering
Commits
  • 86e9247 [maven-release-plugin] prepare release tiles-maven-plugin-2.43
  • 9889ebb Added explicit dependency on plexus-util:3.6.0
  • 0fef13b [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.20.1 to 2.21.0

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.21.0

🚀 New features and improvements

🐛 Bug Fixes

  • #1331: Fix NPE in restrictionForUnchangedSegment if actual version is null (#1332) @​andrzejj0
  • #1310: Corrected UseDepVersionMojo + handling a similar case in SetMojo, SetScmTagMojo, UpdateChildModulesMojo (#1322) @​andrzejj0
  • UseDepVersionMoto should process all projects on the project list (#1320) @​andrzejj0
  • Fixed #1317: Regression coming from ArtifactVersions::filter when currentVersion is null and ignoredVersions is not null (#1319) @​andrzejj0

📝 Documentation updates

📦 Dependency updates

Commits
  • 1cdedea [maven-release-plugin] prepare release 2.21.0
  • b947957 Fix README typos in Contributing section
  • b85c0a8 Bump project version to 2.21.0-SNAPSHOT
  • 7ae3767 Bump byteBuddyVersion from 1.18.3 to 1.18.4 (#1335)
  • 38afa9f Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 39af6a2 Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0
  • f51b9d5 #1331: Fix NPE in restrictionForUnchangedSegment if actual version is null (#...
  • 8d209b3 Bump org.codehaus.mojo:mojo-parent from 94 to 95 (#1330)
  • 4929d48 Bump byteBuddyVersion from 1.18.2 to 1.18.3 (#1329)
  • cb84d01 Add versions.skip parameter to skip plugin execution (#1328)
  • Additional commits viewable in compare view

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

Commits
  • c3f7765 Releasing 5.0.7
  • 5b67f5d Fix a bug in the removeDotSegments implementation.
  • f6f1e3f Update the Vert.x logging implementation to log better human readable message...
  • a28d92d Ensure setup is only called once
  • 93a1eaa Stabilize test by keeping reference to NetClient
  • 735c4f2 Ensure setup is only called once
  • ad40676 Restore handling of headers after goaway received
  • d16a032 Set next snapshot version
  • See full diff in compare view

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

Commits

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

Commits

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

Commits

Updates net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.18.4

  • Add support for new build description in Android 9.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

16. January 2026: version 1.18.4

  • Add support for new build description in Android 9.
Commits
  • c080180 [maven-release-plugin] prepare release byte-buddy-1.18.4
  • 3e40080 [release] Release new version
  • e94974f [release] Release new version
  • b09ee41 Android 9 (#1881)
  • 647b6d0 Update checksums.
  • c6169a2 Do not run multi-release target on JDK8 publish.
  • e049d8f Add profile for Java 8 release.
  • 887ca37 Update internal Byte Buddy
  • cdcbb65 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits

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

Commits

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

Commits

Updates gg.jte:jte from 3.2.1 to 3.2.2

Release notes

Sourced from gg.jte:jte's releases.

3.2.2

  • #417 Use spring-configuration-metadata.json generated by spring boot configuration processor instead of manually creating it
  • #450 Add more config properties to jte-models
  • #490 Do not set order in JteViewResolver
  • #478 Refactor gradle plugin so that tasks can be constructed independently
  • #502 Make generated Kotlin classes internal
Commits
  • 72abf66 Add missing module names
  • c574faf Bump version to 3.2.2
  • 7184974 Change to central publishing
  • 23e87a7 Merge pull request #502 from MariusVolkhart/mv/kotlinInternal
  • 5aecd01 Merge pull request #500 from eddiclin/main
  • dd65812 Make generated Kotlin classes internal
  • e8d474c Merge pull request #501 from pelinasan/add-demeter-website
  • 52f2c79 Add Demeter Car website to JTE users list
  • 6155061 Improve the docs.
  • 8a86aaa Merge pull request #499 from tntim96/link-to-jte-spring-mvc-6-example
  • Additional commits viewable in compare view

Updates gg.jte:jte-models from 3.2.1 to 3.2.2

Release notes

Sourced from gg.jte:jte-models's releases.

3.2.2

  • #417 Use spring-configuration-metadata.json generated by spring boot configuration processor instead of manually creating it
  • #450 Add more config properties to jte-models
  • #490 Do not set order in JteViewResolver
  • #478 Refactor gradle plugin so that tasks can be constructed independently
  • #502 Make generated Kotlin classes internal
Commits
  • 72abf66 Add missing module names
  • c574faf Bump version to 3.2.2
  • 7184974 Change to central publishing
  • 23e87a7 Merge pull request #502 from MariusVolkhart/mv/kotlinInternal
  • 5aecd01 Merge pull request #500 from eddiclin/main
  • dd65812 Make generated Kotlin classes internal
  • e8d474c Merge pull request #501 from pelinasan/add-demeter-website
  • 52f2c79 Add Demeter Car website to JTE users list
  • 6155061 Improve the docs.
  • 8a86aaa Merge pull request #499 from tntim96/link-to-jte-spring-mvc-6-example
  • Additional commits viewable in compare view

Updates gg.jte:jte-models from 3.2.1 to 3.2.2

Release notes

Sourced from gg.jte:jte-models's releases.

3.2.2

  • #417 Use spring-configuration-metadata.json generated by spring boot configuration processor instead of manually creating it
  • #450 Add more config properties to jte-models
  • #490 Do not set order in JteViewResolver
  • #478 Refactor gradle plugin so that tasks can be constructed independently
  • #502 Make generated Kotlin classes internal
Commits
  • 72abf66 Add missing module names
  • c574faf Bump version to 3.2.2
  • 7184974 Change to central publishing
  • 23e87a7 Merge pull request #502 from MariusVolkhart/mv/kotlinInternal
  • 5aecd01 Merge pull request #500 from eddiclin/main
  • dd65812 Make generated Kotlin classes internal
  • e8d474c Merge pull request #501 from pelinasan/add-demeter-website
  • 52f2c79 Add Demeter Car website to JTE users list
  • 6155061 Improve the docs.
  • 8a86aaa Merge pull request #499 from tntim96/link-to-jte-spring-mvc-6-example
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.41.5 to 2.41.10

Updates org.codehaus.mojo:properties-maven-plugin from 1.2.1 to 1.3.0

Release notes

Sourced from org.codehaus.mojo:properties-maven-plugin's releases.

1.3.0

🚀 New features and improvements

👻 Maintenance

🔧 Build

📦 Dependency updates

Commits
  • 91a2ade [maven-release-plugin] prepare release properties-maven-plugin-1.3.0
  • bf56d32 Bump org.codehaus.mojo:mojo-parent from 94 to 95
  • 80e20be Bump org.codehaus.mojo:mojo-parent from 93 to 94
  • e8ae7a5 Bump org.yaml:snakeyaml from 2.4 to 2.5
  • bb39c3d Bump org.codehaus.mojo:mojo-parent from 92 to 93
  • b41267b Bump org.codehaus.mojo:mojo-parent from 91 to 92
  • bb548c5 Bump org.codehaus.mojo:mojo-parent from 87 to 91
  • 3ffa9cb Use Sisu plugin
  • 7adbe3b Require Maven 3.6.3
  • 407342f Bump org.yaml:snakeyaml from 2.3 to 2.4
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.8.1 to 3.8.2

Release notes

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

v3.8.2

Reactor Core 3.8.2 is part of the 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.1...v3.8.2

Commits
  • 126a846 [release] Prepare and release 3.8.2
  • 771a60d Merge-ignore release 3.7.15 into 3.8.2
  • 590087a [release] Next development version 3.7.16-SNAPSHOT
  • 5de5a2a [release] Prepare and release 3.7.15
  • 4cf56bb Bump Micrometer from 1.16.1 to 1.16.2 (#4182)
  • 55a9513 Merge #4181 into 3.8.2
  • cb953c7 Bump io.projectreactor.tools:blockhound from 1.0.15.RELEASE to 1.0.16.RELEASE...
  • 537f6f3 Bump NullAway from 0.12.12 to 0.12.15 and adjust VirtualTimeScheduler (#4180)
  • be0c230 Merge #4178 into 3.8.2
  • 7c33de8 Bump ruby/setup-ruby from 1.267.0 to 1.281.0 in /.github/workflows (#4178)
  • 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 15 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.1` | `2.21.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.24` | `1.5.25` |
| [io.undertow:undertow-core](https://github.com/undertow-io/undertow) | `2.3.21.Final` | `2.3.22.Final` |
| [io.repaint.maven:tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) | `2.42` | `2.43` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.20.1` | `2.21.0` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `5.0.6` | `5.0.7` |
| [io.vertx:vertx-sql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.6` | `5.0.7` |
| [io.vertx:vertx-mysql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.6` | `5.0.7` |
| [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.0.6` | `5.0.7` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.3` | `1.18.4` |
| [gg.jte:jte](https://github.com/casid/jte) | `3.2.1` | `3.2.2` |
| [gg.jte:jte-models](https://github.com/casid/jte) | `3.2.1` | `3.2.2` |
| software.amazon.awssdk:bom | `2.41.5` | `2.41.10` |
| [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) | `1.2.1` | `1.3.0` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.8.1` | `3.8.2` |


Updates `com.fasterxml.jackson:jackson-bom` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.20.1...jackson-bom-2.21.0)

Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `io.undertow:undertow-core` from 2.3.21.Final to 2.3.22.Final
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.3.21.Final...2.3.22.Final)

Updates `io.repaint.maven:tiles-maven-plugin` from 2.42 to 2.43
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](repaint-io/maven-tiles@tiles-maven-plugin-2.42...tiles-maven-plugin-2.43)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.20.1 to 2.21.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.20.1...2.21.0)

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

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

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

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

Updates `net.bytebuddy:byte-buddy` from 1.18.3 to 1.18.4
- [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.18.3...byte-buddy-1.18.4)

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

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

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

Updates `gg.jte:jte` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.1...3.2.2)

Updates `gg.jte:jte-models` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.1...3.2.2)

Updates `gg.jte:jte-models` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.1...3.2.2)

Updates `software.amazon.awssdk:bom` from 2.41.5 to 2.41.10

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

Updates `io.projectreactor:reactor-core` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.8.1...v3.8.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.undertow:undertow-core
  dependency-version: 2.3.22.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.repaint.maven:tiles-maven-plugin
  dependency-version: '2.43'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-core
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte-models
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte-models
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.41.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 19, 2026
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.

1 participant