Skip to content

Commit

Permalink
U - Oppgraderer org.junit:junit-bom:5.11.0 -> 5.11.1
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.junit:junit-bom.
  • Loading branch information
dskarpas committed Oct 1, 2024
1 parent 0131509 commit 456365a
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.4")

testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.springframework:spring-test")
testImplementation("io.mockk:mockk:1.13.12")
Expand Down

0 comments on commit 456365a

Please sign in to comment.