Skip to content

Commit

Permalink
Bump spring-security version to 5.7.12 (fixes #10611) (#10612)
Browse files Browse the repository at this point in the history
somehow something in the build already drags this version, and we
end up with two conflicting versions of spring-security in the war
which results in at least failure to authenticate with basic auth.
  • Loading branch information
landryb authored Oct 11, 2024
1 parent 175c2b9 commit fece9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ehcache-web.version>2.0.4</ehcache-web.version>
<commons-pool.version>1.5.4</commons-pool.version>
<jaxws-api.version>2.3.1</jaxws-api.version>
<spring.security.version>5.6.12</spring.security.version>
<spring.security.version>5.7.12</spring.security.version>
<log4j-version>2.19.0</log4j-version>
<jackson-version>2.16.1</jackson-version>
<json-patch.version>1.12</json-patch.version>
Expand Down

0 comments on commit fece9df

Please sign in to comment.