Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent e1bef4f commit 4c02f9c
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 @@ -205,7 +205,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
implementation group: 'io.rest-assured', name: 'rest-assured'

testImplementation(platform('org.junit:junit-bom:5.9.3'))
testImplementation(platform('org.junit:junit-bom:5.10.0'))
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 4c02f9c

Please sign in to comment.