Skip to content

Commit

Permalink
U - Oppgraderer org.junit.jupiter:junit-jupiter:5.11.2 -> 5.11.4
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.junit.jupiter:junit-jupiter.
  • Loading branch information
dskarpas committed Jan 3, 2025
1 parent 1a8ecb7 commit 59e3108
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 @@ -78,7 +78,7 @@ dependencies {
implementation("com.google.cloud:google-cloud-storage:2.46.0")

//mock - test
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")

testImplementation("org.mock-server:mockserver-netty:5.15.0") {
exclude module: 'junit'
Expand Down

0 comments on commit 59e3108

Please sign in to comment.