Skip to content

Commit

Permalink
E - Oppdatering av org.junit:junit-bom -> 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Aug 28, 2024
1 parent daae579 commit 28047c5
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 @@ -96,7 +96,7 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")
testImplementation('org.pac4j:spring-webmvc-pac4j:8.0.0')

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

//mock - test
Expand Down

0 comments on commit 28047c5

Please sign in to comment.