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 cfb5760 commit 04f38dd
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 @@ -65,7 +65,7 @@ dependencies {

testImplementation("no.nav.security:token-validation-test-support:2.0.5")

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.junit.jupiter:junit-jupiter-params")

Expand Down

0 comments on commit 04f38dd

Please sign in to comment.