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 <[email protected]> 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>
