Skip to content

Commit

Permalink
Upgrade to Spring Security 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Sep 19, 2023
1 parent 3f0c9a2 commit 2614bdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ org.springframework spring-aop 6.0.12 The
org.springframework spring-core 6.0.12 The Apache Software License, Version 2.0
org.springframework spring-expression 6.0.12 The Apache Software License, Version 2.0
org.springframework spring-orm 6.0.12 The Apache Software License, Version 2.0
org.springframework.security spring-security-config 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-core 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-web 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-config 6.1.4 The Apache Software License, Version 2.0
org.springframework.security spring-security-core 6.1.4 The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 6.1.4 The Apache Software License, Version 2.0
org.springframework.security spring-security-web 6.1.4 The Apache Software License, Version 2.0
org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license
org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0
xerces xercesImpl 2.12.1 The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- When updating one spring version, make sure that all of them are updated to their latest compatible versions -->
<spring.boot.version>3.1.3</spring.boot.version>
<spring.framework.version>6.0.12</spring.framework.version>
<spring.security.version>6.1.3</spring.security.version>
<spring.security.version>6.1.4</spring.security.version>
<spring.amqp.version>3.0.8</spring.amqp.version>
<spring.kafka.version>3.0.10</spring.kafka.version>
<spring.ldap.version>3.1.1</spring.ldap.version>
Expand Down

0 comments on commit 2614bdc

Please sign in to comment.