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

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 5234eff02ce Upgrade Spring Security to version 5.8.7 (#11484)
5234eff02ce is described below

commit 5234eff02cef215d2f6dd4cc26278968b3c40915
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 20 12:19:33 2023 +0200

    Upgrade Spring Security to version 5.8.7 (#11484)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 07a217a9a0a..b5439bfa9a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -516,7 +516,7 @@
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.30</spring5-version>
         <spring-rabbitmq-version>2.4.8</spring-rabbitmq-version>
-        <spring-security-version>5.8.6</spring-security-version>
+        <spring-security-version>5.8.7</spring-security-version>
         <spring-ws-version>3.1.6</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>

Reply via email to