This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-4.4.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.4.x by this push: new 4b109c5697a CAMEL-21473: Upgrade to SB 3.2.12 4b109c5697a is described below commit 4b109c5697a17d4afe8fa6c116f8d5dede75d632 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 25 16:24:40 2024 +0100 CAMEL-21473: Upgrade to SB 3.2.12 --- pom.xml | 2 +- tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 597bc936d23..973d9b45281 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>3.2.10</spring-boot-version> + <spring-boot-version>3.2.12</spring-boot-version> <!-- Camel target version --> <camel-version>4.4.5-SNAPSHOT</camel-version> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 0d0fe50d24f..7bbd2bb295d 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -210,27 +210,27 @@ <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-commons</artifactId> - <version>1.12.10</version> + <version>1.12.13</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-observation</artifactId> - <version>1.12.10</version> + <version>1.12.13</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-jmx</artifactId> - <version>1.12.10</version> + <version>1.12.13</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> - <version>1.12.10</version> + <version>1.12.13</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing</artifactId> - <version>1.2.8</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId>