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/10/19 15:24:17 UTC

[camel] branch main updated: Upgrade spring-security to align with spring-boot 3.1.5 (#11777)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ba97014d0a Upgrade spring-security to align with spring-boot 3.1.5 (#11777)
1ba97014d0a is described below

commit 1ba97014d0a602a4221a8b2a5a0456b42d3c3155
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Thu Oct 19 11:24:11 2023 -0400

    Upgrade spring-security to align with spring-boot 3.1.5 (#11777)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7e4e400909f..d770dc5fcb9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -426,7 +426,7 @@
         <spring-vault-core-version>3.0.4</spring-vault-core-version>
         <spring-version>6.0.13</spring-version>
         <spring-rabbitmq-version>3.0.9</spring-rabbitmq-version>
-        <spring-security-version>6.1.4</spring-security-version>
+        <spring-security-version>6.1.5</spring-security-version>
         <spring-ws-version>4.0.6</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>