Skip to content

Commit

Permalink
Merge pull request #2369 from mapfish/CVE-3-29
Browse files Browse the repository at this point in the history
Bump sprint to version 5.2.19
  • Loading branch information
sbrunner authored Apr 1, 2022
2 parents 041e596 + 0e7c248 commit f5e9bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ configurations {
}

ext {
springVersion = '5.2.2.RELEASE'
springVersion = '5.2.19.RELEASE'
}

dependencies {
Expand All @@ -127,8 +127,8 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.springframework:spring-webmvc:$springVersion",
"org.springframework.security:spring-security-config:$springVersion",
"org.springframework.security:spring-security-web:$springVersion",
"org.springframework.security:spring-security-config:5.3.13.RELEASE",
"org.springframework.security:spring-security-web:5.3.13.RELEASE",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.7.Final',
Expand Down

0 comments on commit f5e9bcf

Please sign in to comment.