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 6196815 commit eb1e87e
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 @@ -91,7 +91,7 @@ dependencies {
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation("no.nav.security:token-validation-spring-test:${tokenSupportVersion}")

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

//mock - test
Expand Down

0 comments on commit eb1e87e

Please sign in to comment.