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 Aug 24, 2023
1 parent 376dccf commit e7e4c9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,22 +126,22 @@ configurations {

dependencies {
implementation(
"org.springframework:spring-context:5.3.29",
"org.springframework:spring-web:5.3.29",
"org.springframework:spring-webmvc:5.3.29",
"org.springframework.security:spring-security-config:5.8.5",
"org.springframework.security:spring-security-web:5.8.5",
"org.springframework:spring-context:6.0.11",
"org.springframework:spring-web:6.0.11",
"org.springframework:spring-webmvc:6.0.11",
"org.springframework.security:spring-security-config:6.1.3",
"org.springframework.security:spring-security-web:6.1.3",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.15.Final',
'org.postgresql:postgresql:42.6.0',
'com.vladmihalcea:hibernate-types-52:2.21.1',
'com.mchange:c3p0:0.9.5.5',
"org.springframework:spring-aspects:5.3.29",
"org.springframework:spring-orm:5.3.29",
"org.springframework:spring-jdbc:5.3.29",
"org.springframework:spring-tx:5.3.29",
"org.springframework:spring-test:5.3.29",
"org.springframework:spring-aspects:6.0.11",
"org.springframework:spring-orm:6.0.11",
"org.springframework:spring-jdbc:6.0.11",
"org.springframework:spring-tx:6.0.11",
"org.springframework:spring-test:6.0.11",
"javax.media:jai-core:1.1.3"
)
metrics(
Expand Down
8 changes: 4 additions & 4 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repositories {
dependencies {
implementation project(':core')
implementation ("org.codehaus.groovy:groovy-all:3.0.18",
"org.springframework:spring-test:5.3.29",
"org.springframework:spring-test:6.0.11",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15',
'com.google.guava:guava:32.1.2-jre',
'commons-io:commons-io:2.13.0',
"org.springframework:spring-beans:5.3.29",
"org.springframework:spring-web:5.3.29",
"org.springframework:spring-context:5.3.29",
"org.springframework:spring-beans:6.0.11",
"org.springframework:spring-web:6.0.11",
"org.springframework:spring-context:6.0.11",
'javax.servlet:javax.servlet-api:4.0.1'
)
}
Expand Down

0 comments on commit e7e4c9a

Please sign in to comment.