From 1a1b4a3ee5d51203452a3b377a305ef36d84b266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:09:17 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.6.1` | `1.6.2` | | [org.conscrypt:conscrypt-openjdk-uber](https://github.com/google/conscrypt) | `2.6.1` | `2.6.2` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.9.0` | `13.10.0` | | [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) | `4.8.186` | `4.8.192` | | software.amazon.awssdk:bom | `2.51.2` | `2.53.0` | | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.64.0` | `1.65.0` | | [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `3.0.11` | `3.0.13` | Updates `org.junit:junit-bom` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `ch.qos.logback:logback-classic` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.6.1...v_1.6.2) Updates `org.conscrypt:conscrypt-openjdk-uber` from 2.6.1 to 2.6.2 - [Release notes](https://github.com/google/conscrypt/releases) - [Commits](https://github.com/google/conscrypt/compare/2.6.1...2.6.2) Updates `com.puppycrawl.tools:checkstyle` from 13.9.0 to 13.10.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.9.0...checkstyle-13.10.0) Updates `io.github.classgraph:classgraph` from 4.8.186 to 4.8.192 - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.186...classgraph-4.8.192) Updates `software.amazon.awssdk:bom` from 2.51.2 to 2.53.0 Updates `io.opentelemetry:opentelemetry-bom` from 1.64.0 to 1.65.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0) Updates `org.asynchttpclient:async-http-client` from 3.0.11 to 3.0.13 - [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases) - [Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-3.0.11...async-http-client-project-3.0.13) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.conscrypt:conscrypt-openjdk-uber dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.192 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: software.amazon.awssdk:bom dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.asynchttpclient:async-http-client dependency-version: 3.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- modules/jooby-awssdk-v2/pom.xml | 2 +- modules/jooby-javadoc/pom.xml | 2 +- modules/jooby-trpc-generator/pom.xml | 2 +- pom.xml | 8 ++++---- tests/pom.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/jooby-awssdk-v2/pom.xml b/modules/jooby-awssdk-v2/pom.xml index e7b862f1bc..1f04d95b60 100644 --- a/modules/jooby-awssdk-v2/pom.xml +++ b/modules/jooby-awssdk-v2/pom.xml @@ -12,7 +12,7 @@ jooby-awssdk-v2 - 2.51.2 + 2.53.0 diff --git a/modules/jooby-javadoc/pom.xml b/modules/jooby-javadoc/pom.xml index 062a83e6ea..c8b4537282 100644 --- a/modules/jooby-javadoc/pom.xml +++ b/modules/jooby-javadoc/pom.xml @@ -29,7 +29,7 @@ com.puppycrawl.tools checkstyle - 13.9.0 + 13.10.0 org.codehaus.plexus diff --git a/modules/jooby-trpc-generator/pom.xml b/modules/jooby-trpc-generator/pom.xml index 64069d8db7..deab0afab1 100644 --- a/modules/jooby-trpc-generator/pom.xml +++ b/modules/jooby-trpc-generator/pom.xml @@ -20,7 +20,7 @@ io.github.classgraph classgraph - 4.8.186 + 4.8.192 diff --git a/pom.xml b/pom.xml index a9ecb2be04..4603d202a4 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 1.83.1 - 1.6.1 + 1.6.2 2.26.1 2.0.18 @@ -118,7 +118,7 @@ 2.0.0-rc.20 - 2.6.1 + 2.6.2 12.6 @@ -141,7 +141,7 @@ 1.12.797 4.21.0 1.9.3 - 1.64.0 + 1.65.0 2.22.0 @@ -151,7 +151,7 @@ 0.8.15 - 6.1.2 + 6.1.3 6.0.1 3.27.7 5.23.0 diff --git a/tests/pom.xml b/tests/pom.xml index 7b5812a701..6e78bf12e5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -353,7 +353,7 @@ org.asynchttpclient async-http-client - 3.0.11 + 3.0.13