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 Dec 17, 2024
1 parent 1655469 commit 2f4dc92
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 @@ -207,7 +207,7 @@ dependencies {
// CVE-2023-35116 affects versions before 2.16.0
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.1'

testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation(platform('org.junit:junit-bom:5.11.4'))
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
exclude group: 'junit', module: 'junit'
Expand Down

0 comments on commit 2f4dc92

Please sign in to comment.