Skip to content

Commit

Permalink
Upgrade JUnit dependency to 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nvervelle committed Jul 19, 2023
1 parent a4e3ec7 commit 839e741
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 839e741

Please sign in to comment.