Skip to content

Commit

Permalink
Merge pull request #2370 from mapfish/backport/2369-to-3.27
Browse files Browse the repository at this point in the history
[Backport 3.27] Bump sprint to version 5.2.19
  • Loading branch information
sbrunner committed Apr 1, 2022
2 parents 4b664e9 + a1ace08 commit dd629a2
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 @@ -113,7 +113,7 @@ configurations {
}

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

dependencies {
Expand All @@ -126,8 +126,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.9.1',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.4.28.Final',
Expand Down

0 comments on commit dd629a2

Please sign in to comment.