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 c58584e commit 6331be5
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 @@ -24,7 +24,7 @@ dependencies {
implementation("org.springframework:spring-context")
implementation("jakarta.servlet:jakarta.servlet-api:6.0.0")

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

0 comments on commit 6331be5

Please sign in to comment.