Skip to content

Commit

Permalink
U - Oppgraderer org.junit:junit-bom:5.10.0 -> 5.10.1
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.junit:junit-bom.
  • Loading branch information
dskarpas committed Nov 14, 2023
1 parent 0a2747d commit caf6a89
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 @@ -101,7 +101,7 @@ dependencies {
testImplementation ("org.springframework.kafka:spring-kafka-test:$springKafkaVersion")
testImplementation("org.pac4j:spring-webmvc-pac4j:7.0.0")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter")

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

0 comments on commit caf6a89

Please sign in to comment.