From d87ab0aee521ed58f8de70460c5269982d6b65e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:08:46 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 9 updates Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.15` | `1.5.16` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.0` | `3.27.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` | | [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) | `6.5.1.RELEASE` | `6.5.2.RELEASE` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.43.0` | `2.44.0` | | [io.netty.incubator:netty-incubator-transport-native-io_uring](https://github.com/netty/netty-incubator-transport-io_uring) | `0.0.25.Final` | `0.0.26.Final` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.17.2` | | software.amazon.awssdk:bom | `2.29.39` | `2.29.46` | Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16) Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.2 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.2) Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `io.lettuce:lettuce-core` from 6.5.1.RELEASE to 6.5.2.RELEASE - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.2.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.1.RELEASE...6.5.2.RELEASE) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.44.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.43.0...lib/2.44.0) Updates `io.netty.incubator:netty-incubator-transport-native-io_uring` from 0.0.25.Final to 0.0.26.Final - [Commits](https://github.com/netty/netty-incubator-transport-io_uring/compare/netty-incubator-transport-parent-io_uring-0.0.25.Final...netty-incubator-transport-parent-io_uring-0.0.26.Final) Updates `commons-codec:commons-codec` from 1.17.1 to 1.17.2 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2) Updates `software.amazon.awssdk:bom` from 2.29.39 to 2.29.46 --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.netty.incubator:netty-incubator-transport-native-io_uring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- modules/jooby-avaje-validator/pom.xml | 2 +- modules/jooby-awssdk-v2/pom.xml | 2 +- modules/jooby-netty/pom.xml | 2 +- modules/jooby-openapi/pom.xml | 2 +- modules/jooby-redis/pom.xml | 2 +- pom.xml | 10 +++++----- tests/pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/jooby-avaje-validator/pom.xml b/modules/jooby-avaje-validator/pom.xml index 8a4188ef0c..19d2c9198d 100644 --- a/modules/jooby-avaje-validator/pom.xml +++ b/modules/jooby-avaje-validator/pom.xml @@ -79,7 +79,7 @@ org.assertj assertj-core - 3.27.0 + 3.27.2 test diff --git a/modules/jooby-awssdk-v2/pom.xml b/modules/jooby-awssdk-v2/pom.xml index 61920190fd..a586ddf91f 100644 --- a/modules/jooby-awssdk-v2/pom.xml +++ b/modules/jooby-awssdk-v2/pom.xml @@ -13,7 +13,7 @@ jooby-awssdk-v2 - 2.29.39 + 2.29.46 diff --git a/modules/jooby-netty/pom.xml b/modules/jooby-netty/pom.xml index 5ae01d8b01..fe35897a00 100644 --- a/modules/jooby-netty/pom.xml +++ b/modules/jooby-netty/pom.xml @@ -53,7 +53,7 @@ io.netty.incubator netty-incubator-transport-native-io_uring - 0.0.25.Final + 0.0.26.Final true diff --git a/modules/jooby-openapi/pom.xml b/modules/jooby-openapi/pom.xml index 557003ee52..dca603868c 100644 --- a/modules/jooby-openapi/pom.xml +++ b/modules/jooby-openapi/pom.xml @@ -68,7 +68,7 @@ commons-codec commons-codec - 1.17.1 + 1.17.2 diff --git a/modules/jooby-redis/pom.xml b/modules/jooby-redis/pom.xml index e81d346cd5..97e2b06e6d 100644 --- a/modules/jooby-redis/pom.xml +++ b/modules/jooby-redis/pom.xml @@ -43,7 +43,7 @@ io.lettuce lettuce-core - 6.5.1.RELEASE + 6.5.2.RELEASE diff --git a/pom.xml b/pom.xml index faf981688a..0dd7ace2db 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 3.47.0 9.22.3 22.3 - 6.5.1.RELEASE + 6.5.2.RELEASE 2.12.0 3.9.0 3.1.8 @@ -50,7 +50,7 @@ 7.0.0 - 1.5.15 + 1.5.16 2.24.3 2.0.16 @@ -112,8 +112,8 @@ 0.8.12 5.11.4 5.5.0 - 3.27.0 - 5.14.2 + 3.27.2 + 5.15.2 33.4.0-jre 1.1.1 @@ -1663,7 +1663,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.43.0 + 2.44.0 true diff --git a/tests/pom.xml b/tests/pom.xml index 6d0e3228d0..39bb937fb6 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -227,7 +227,7 @@ commons-codec commons-codec - 1.17.1 + 1.17.2