This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ae17c16ce99f4992c51dd9ef7bad5a0de69b97e4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Jan 27 10:53:45 2024 +0100

    CAMEL-20343: camel-spring-boot - Upgrade to 3.1.8
---
 tooling/camel-spring-boot-dependencies/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 04237758b01..32898621e27 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -200,22 +200,22 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-commons</artifactId>
-        <version>1.11.7</version>
+        <version>1.11.8</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-observation</artifactId>
-        <version>1.11.7</version>
+        <version>1.11.8</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-registry-jmx</artifactId>
-        <version>1.11.7</version>
+        <version>1.11.8</version>
       </dependency>
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-tracing</artifactId>
-        <version>1.1.8</version>
+        <version>1.1.9</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>

Reply via email to