Skip to content

Commit

Permalink
chore(deps): upgrade spring-security to 6.3.4
Browse files Browse the repository at this point in the history
Mitigates CVE-2024-38821
  • Loading branch information
cmark committed Nov 22, 2024
1 parent c25aabd commit e75baad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions core/com.b2international.snowowl.core.rest/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-context-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-core-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-expression-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-config-6.3.3.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-aop-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-core-6.3.3.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-web-6.3.3.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-crypto-6.3.3.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-config-6.3.4.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-core-6.3.4.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-web-6.3.4.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-crypto-6.3.4.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-jcl-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-web-6.1.13.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-webmvc-6.1.13.jar"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Bundle-ClassPath: .,
WEB-INF/lib/springdoc-openapi-starter-webmvc-api-2.6.0.jar,
WEB-INF/lib/spring-expression-6.1.13.jar,
WEB-INF/lib/spring-jcl-6.1.13.jar,
WEB-INF/lib/spring-security-config-6.3.3.jar,
WEB-INF/lib/spring-security-core-6.3.3.jar,
WEB-INF/lib/spring-security-crypto-6.3.3.jar,
WEB-INF/lib/spring-security-web-6.3.3.jar,
WEB-INF/lib/spring-security-config-6.3.4.jar,
WEB-INF/lib/spring-security-core-6.3.4.jar,
WEB-INF/lib/spring-security-crypto-6.3.4.jar,
WEB-INF/lib/spring-security-web-6.3.4.jar,
WEB-INF/lib/spring-web-6.1.13.jar,
WEB-INF/lib/spring-webmvc-6.1.13.jar,
WEB-INF/lib/swagger-core-jakarta-2.2.22.jar
Expand Down
2 changes: 1 addition & 1 deletion core/com.b2international.snowowl.core.rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<spring.version>6.1.13</spring.version>
<spring.security.version>6.3.3</spring.security.version>
<spring.security.version>6.3.4</spring.security.version>
<springdoc.version>2.6.0</springdoc.version>
<!-- Make sure this version matches the one present in the target-platform for swagger-annotations and models -->
<swagger.core.version>2.2.22</swagger.core.version>
Expand Down

0 comments on commit e75baad

Please sign in to comment.