Skip to content

Commit

Permalink
Update dependency org.springframework:spring-test to v6.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent f9d0e69 commit f0d1970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ dependencies {
testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation 'org.springframework:spring-test:6.1.12'
testImplementation 'org.springframework:spring-test:6.1.13'
testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down Expand Up @@ -292,7 +292,7 @@ subprojects {
testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation 'org.springframework:spring-test:6.1.12'
testImplementation 'org.springframework:spring-test:6.1.13'
testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down

0 comments on commit f0d1970

Please sign in to comment.