Skip to content

Commit

Permalink
U - Oppgraderer org.junit:junit-bom:5.10.1 -> 5.10.2
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.junit:junit-bom.
  • Loading branch information
MariamPervez committed Feb 6, 2024
1 parent 0586751 commit 6b732a3
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 @@ -32,7 +32,7 @@ dependencies {

implementation("no.nav.eessi.pensjon:ep-metrics:2.0.52")
implementation("no.nav.eessi.pensjon:ep-logging:2.1.49")
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("io.mockk:mockk:1.13.9")
}

0 comments on commit 6b732a3

Please sign in to comment.