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 2023/07/20 16:37:05 UTC

[camel-spring-boot] branch main updated (a653a207b47 -> 3e73b8048cf)

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

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


    from a653a207b47 Regen and fix build
     new ada48d94b61 Upgrade to spring boot 3.1.2
     new 3e73b8048cf Upgrade to springdoc 1.7.0

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 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 02/02: Upgrade to springdoc 1.7.0

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3e73b8048cfc452b7fd4f13740f438ddf5e1d5d6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 20 18:36:56 2023 +0200

    Upgrade to springdoc 1.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c347347b0c6..8462434041a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
-        <springdoc-version>1.6.6</springdoc-version>
+        <springdoc-version>1.7.0</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
 	    <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>


[camel-spring-boot] 01/02: Upgrade to spring boot 3.1.2

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ada48d94b61b2b5a53fbc7d64fe03353c4b92ad8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 20 18:34:00 2023 +0200

    Upgrade to spring boot 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eddcfc529df..c347347b0c6 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.1</spring-boot-version>
+        <spring-boot-version>3.1.2</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.0-SNAPSHOT</camel-version>