Skip to content

Commit

Permalink
Update spring core to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and galovics committed Mar 29, 2023
1 parent b4c47b0 commit c4bef13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -39,14 +39,14 @@ subprojects {
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.springframework:spring-context:5.3.23"
implementation "org.springframework:spring-context:5.3.23"
implementation "org.springframework:spring-context:6.0.7"
implementation "org.springframework:spring-context:6.0.7"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.springframework:spring-test:6.0.7"
testImplementation "org.mockito:mockito-core:5.2.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion swagger-brake-integration-tests/build.gradle
Expand Up @@ -15,7 +15,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:1.18.24"
testImplementation "org.testng:testng:7.5"
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.springframework:spring-test:6.0.7"
testImplementation "org.mockito:mockito-core:5.2.0"
testImplementation "org.apache.maven.shared:maven-invoker:3.2.0"
testImplementation "com.google.code.gson:gson:2.9.1"
Expand Down

0 comments on commit c4bef13

Please sign in to comment.