From a8fa02c38c1e4589b9be86395d89131fe0baecf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:06:39 +0000 Subject: [PATCH] chore(deps): bump the misc group across 1 directory with 6 updates Bumps the misc group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.7` | | org.slf4j:slf4j-simple | `2.0.18` | `2.0.19` | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.33.2.1` | `3.33.3.2` | | [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.33.2.1` | `3.33.3.2` | | software.amazon.awssdk:bom | `2.29.0` | `2.54.13` | | org.apache.pdfbox:pdfbox | `3.0.7` | `3.0.8` | Updates `io.rest-assured:rest-assured` from 5.4.0 to 5.5.7 - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.4.0...rest-assured-5.5.7) Updates `org.slf4j:slf4j-simple` from 2.0.18 to 2.0.19 Updates `io.quarkus.platform:quarkus-bom` from 3.33.2.1 to 3.33.3.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.33.2.1...3.33.3.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.33.2.1 to 3.33.3.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.33.2.1...3.33.3.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.33.2.1 to 3.33.3.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.33.2.1...3.33.3.2) Updates `software.amazon.awssdk:bom` from 2.29.0 to 2.54.13 Updates `org.apache.pdfbox:pdfbox` from 3.0.7 to 3.0.8 --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: misc - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.33.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: misc - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.33.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.33.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: software.amazon.awssdk:bom dependency-version: 2.54.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: org.apache.pdfbox:pdfbox dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: misc ... Signed-off-by: dependabot[bot] --- examples/platform-integration/distribution-tomcat/pom.xml | 2 +- examples/platform-integration/distribution-wildfly/pom.xml | 2 +- examples/platform-integration/integration-keycloak/pom.xml | 2 +- examples/platform-integration/runtime-quarkus/pom.xml | 2 +- examples/use-cases/contract-signing/pom.xml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/platform-integration/distribution-tomcat/pom.xml b/examples/platform-integration/distribution-tomcat/pom.xml index 3be8867..e09fc17 100644 --- a/examples/platform-integration/distribution-tomcat/pom.xml +++ b/examples/platform-integration/distribution-tomcat/pom.xml @@ -95,7 +95,7 @@ org.slf4j slf4j-simple - 2.0.18 + 2.0.19 test diff --git a/examples/platform-integration/distribution-wildfly/pom.xml b/examples/platform-integration/distribution-wildfly/pom.xml index c51b663..edb7f12 100644 --- a/examples/platform-integration/distribution-wildfly/pom.xml +++ b/examples/platform-integration/distribution-wildfly/pom.xml @@ -117,7 +117,7 @@ org.slf4j slf4j-simple - 2.0.18 + 2.0.19 test diff --git a/examples/platform-integration/integration-keycloak/pom.xml b/examples/platform-integration/integration-keycloak/pom.xml index 6d1f9b6..0c6fe40 100644 --- a/examples/platform-integration/integration-keycloak/pom.xml +++ b/examples/platform-integration/integration-keycloak/pom.xml @@ -78,7 +78,7 @@ org.slf4j slf4j-simple - 2.0.18 + 2.0.19 test diff --git a/examples/platform-integration/runtime-quarkus/pom.xml b/examples/platform-integration/runtime-quarkus/pom.xml index f528547..68ed9bb 100644 --- a/examples/platform-integration/runtime-quarkus/pom.xml +++ b/examples/platform-integration/runtime-quarkus/pom.xml @@ -20,7 +20,7 @@ UTF-8 21 - 3.33.2.1 + 3.33.3.2 2.1.2 diff --git a/examples/use-cases/contract-signing/pom.xml b/examples/use-cases/contract-signing/pom.xml index 4ce7fa1..57594e8 100644 --- a/examples/use-cases/contract-signing/pom.xml +++ b/examples/use-cases/contract-signing/pom.xml @@ -19,7 +19,7 @@ 21 2.1.0 - 2.29.0 + 2.54.13 @@ -79,7 +79,7 @@ org.apache.pdfbox pdfbox - 3.0.7 + 3.0.8 @@ -116,7 +116,7 @@ io.rest-assured rest-assured - 5.4.0 + 5.5.7 test