Skip to content

Commit

Permalink
Merge pull request #96 from nvervelle/upgrade-junit-to-5.9.3
Browse files Browse the repository at this point in the history
Upgrade JUnit dependency to 5.9.3
  • Loading branch information
radrys committed Sep 21, 2023
2 parents a4e3ec7 + 839e741 commit 261a4fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies {
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'

testImplementation gradleTestKit()
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly files(createClasspathManifest)
}
Expand Down

0 comments on commit 261a4fd

Please sign in to comment.