Skip to content

Commit

Permalink
Update spring to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2022
1 parent 479f094 commit 2b912f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ configurations {

dependencies {
compile(
"org.springframework:spring-context:5.3.23",
"org.springframework:spring-web:5.3.23",
"org.springframework:spring-webmvc:5.3.23",
"org.springframework:spring-context:6.0.0",
"org.springframework:spring-web:6.0.0",
"org.springframework:spring-webmvc:6.0.0",
"org.springframework.security:spring-security-config:5.7.5",
"org.springframework.security:spring-security-web:5.7.5",
'com.thetransactioncompany:cors-filter:2.10',
Expand All @@ -128,10 +128,10 @@ dependencies {
'org.postgresql:postgresql:42.5.0',
'com.vladmihalcea:hibernate-types-52:2.20.0',
'com.mchange:c3p0:0.9.5.5',
"org.springframework:spring-orm:5.3.23",
"org.springframework:spring-jdbc:5.3.23",
"org.springframework:spring-tx:5.3.23",
"org.springframework:spring-test:5.3.23",
"org.springframework:spring-orm:6.0.0",
"org.springframework:spring-jdbc:6.0.0",
"org.springframework:spring-tx:6.0.0",
"org.springframework:spring-test:6.0.0",
)
metrics(
"io.dropwizard.metrics:metrics-core:4.2.12",
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {
compile project(':core')
compile "org.codehaus.groovy:groovy-all:3.0.13",
"org.springframework:spring-test:5.3.23",
"org.springframework:spring-test:6.0.0",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15'
}
Expand Down

0 comments on commit 2b912f3

Please sign in to comment.