Skip to content

Commit

Permalink
U - Oppgraderer org.junit:junit-bom:5.10.3 -> 5.11.0
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.junit:junit-bom.
  • Loading branch information
dskarpas committed Aug 27, 2024
1 parent 6c07063 commit a9c59a7
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 @@ -103,7 +103,7 @@ dependencies {
testImplementation ("org.springframework.kafka:spring-kafka-test:$springKafkaVersion")
testImplementation("org.pac4j:spring-webmvc-pac4j:8.0.0")

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation("org.skyscreamer:jsonassert:1.5.3")
Expand Down

0 comments on commit a9c59a7

Please sign in to comment.