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 9049e91 commit 8ded57d
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 @@ -21,7 +21,7 @@ dependencies {

implementation("io.micrometer:micrometer-registry-prometheus:1.13.3")

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.springframework:spring-test")
testImplementation("io.mockk:mockk:1.13.12")
Expand Down

0 comments on commit 8ded57d

Please sign in to comment.