Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent e4fa34b commit 34c9fd0
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 @@ -255,7 +255,7 @@ dependencies {

runtimeOnly("org.springframework.boot:spring-boot-properties-migrator")

testImplementation(platform('org.junit:junit-bom:5.11.3'))
testImplementation(platform('org.junit:junit-bom:5.11.4'))
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'org.springframework.security', name: 'spring-security-test'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
Expand Down

0 comments on commit 34c9fd0

Please sign in to comment.