From 2eab9369ca581e975abbaee6d50de8dd08d9bb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:07:14 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 8 updates 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](https://github.com/apache/commons-io/compare/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](https://github.com/jdbi/jdbi/compare/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](https://github.com/fizzed/rocker/compare/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](https://github.com/fizzed/rocker/compare/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](https://github.com/fizzed/rocker/compare/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](https://github.com/apache/commons-codec/compare/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](https://github.com/kagkarlsson/db-scheduler/compare/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](https://github.com/reactor/reactor-core/compare/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] --- modules/jooby-awssdk-v2/pom.xml | 2 +- modules/jooby-db-scheduler/pom.xml | 2 +- modules/jooby-openapi/pom.xml | 2 +- modules/jooby-reactor/pom.xml | 2 +- modules/jooby-rocker/pom.xml | 2 +- pom.xml | 6 +++--- tests/pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/jooby-awssdk-v2/pom.xml b/modules/jooby-awssdk-v2/pom.xml index 0aedc51de2..04582a81cb 100644 --- a/modules/jooby-awssdk-v2/pom.xml +++ b/modules/jooby-awssdk-v2/pom.xml @@ -12,7 +12,7 @@ jooby-awssdk-v2 - 2.37.3 + 2.38.2 diff --git a/modules/jooby-db-scheduler/pom.xml b/modules/jooby-db-scheduler/pom.xml index 2f044f97ba..f4beeb2f1c 100644 --- a/modules/jooby-db-scheduler/pom.xml +++ b/modules/jooby-db-scheduler/pom.xml @@ -22,7 +22,7 @@ com.github.kagkarlsson db-scheduler - 16.4.1 + 16.6.0 diff --git a/modules/jooby-openapi/pom.xml b/modules/jooby-openapi/pom.xml index cb3a7af7e2..510876775f 100644 --- a/modules/jooby-openapi/pom.xml +++ b/modules/jooby-openapi/pom.xml @@ -54,7 +54,7 @@ commons-codec commons-codec - 1.19.0 + 1.20.0 diff --git a/modules/jooby-reactor/pom.xml b/modules/jooby-reactor/pom.xml index 785e7d27ba..34dcb64a85 100644 --- a/modules/jooby-reactor/pom.xml +++ b/modules/jooby-reactor/pom.xml @@ -26,7 +26,7 @@ io.projectreactor reactor-core - 3.7.12 + 3.8.0 diff --git a/modules/jooby-rocker/pom.xml b/modules/jooby-rocker/pom.xml index 830f7ae993..01bdab70ff 100644 --- a/modules/jooby-rocker/pom.xml +++ b/modules/jooby-rocker/pom.xml @@ -32,7 +32,7 @@ com.fizzed rocker-compiler - 2.2.1 + 2.4.0 provided diff --git a/pom.xml b/pom.xml index 81019d0697..bec1e05b2c 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 2.13.2 3.0.1 3.0.4 - 2.2.1 + 2.4.0 3.1.3.RELEASE 3.2.1 @@ -74,7 +74,7 @@ 1.2 7.0.4.Final 17.1.1 - 3.49.6 + 3.50.0 11.15.0 24.3 7.0.0.RELEASE @@ -140,7 +140,7 @@ 4.15.0 1.9.3 - 2.20.0 + 2.21.0 2.2.21 diff --git a/tests/pom.xml b/tests/pom.xml index c93dfe1d00..0a6406b8e9 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -244,7 +244,7 @@ commons-codec commons-codec - 1.19.0 + 1.20.0