You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/27 09:53:53 UTC

(camel-spring-boot) branch camel-spring-boot-4.0.x updated (06cce100821 -> ae17c16ce99)

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

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


    from 06cce100821 Regen
     new 4cc52d74322 CAMEL-20343: camel-spring-boot - Upgrade to 3.1.8
     new ae17c16ce99 CAMEL-20343: camel-spring-boot - Upgrade to 3.1.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                        | 4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)


(camel-spring-boot) 01/02: CAMEL-20343: camel-spring-boot - Upgrade to 3.1.8

Posted by da...@apache.org.
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 4cc52d74322ecd8d03bb217ab2210f8c1cfcc7d0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jan 27 10:44:51 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 1fc765a0cb3..aa9145acc87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.1.7</spring-boot-version>
+        <spring-boot-version>3.1.8</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.4-SNAPSHOT</camel-version>
@@ -118,7 +118,7 @@
         <arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>
         <arquillian-version>1.7.0.Alpha10</arquillian-version>
         <avro-version>1.11.0</avro-version>
-        <groovy-version>4.0.13</groovy-version>
+        <groovy-version>4.0.17</groovy-version>
         <graal-sdk-version>22.3.2</graal-sdk-version>
         <jakarta-jaxb-version>4.0.0</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>


(camel-spring-boot) 02/02: CAMEL-20343: camel-spring-boot - Upgrade to 3.1.8

Posted by da...@apache.org.
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 <cl...@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>