From 1a68d8793bd110a9548d750d21460b42ab56e388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:14:39 +0000 Subject: [PATCH 1/2] Bump quarkus.version from 3.23.0 to 3.23.3 Bumps `quarkus.version` from 3.23.0 to 3.23.3. Updates `io.quarkus.platform:quarkus-bom` from 3.23.0 to 3.23.3 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.23.0...3.23.3) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.23.0 to 3.23.3 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.23.0...3.23.3) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 804f297bd11..d3a67374aab 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.0 + 3.23.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 689e2bf1789..765166b5e8a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.0 + 3.23.3 diff --git a/pom.xml b/pom.xml index 69f801f7d7b..13a7f3e913f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.23.0 + 3.23.3 2.0.17 5.8.14 From 7b6e9448f2184826bf163bd15fb8428664c20dd9 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 16 Jun 2025 12:10:33 -0500 Subject: [PATCH 2/2] Also update spring-web --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 98d7226b987..5b05c68f609 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.7 + 6.2.8 provided