Skip to content

Commit

Permalink
Update dependency org.springframework:spring-test to v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 12, 2024
1 parent 19b4bd9 commit 801fadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.2'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.3'
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'

testCompileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
Expand Down

0 comments on commit 801fadc

Please sign in to comment.