Skip to content

Commit

Permalink
Merge pull request #104 from Bisnode/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-api-5.10.1

Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1
  • Loading branch information
irodzik committed Dec 19, 2023
2 parents fa32071 + 1e40c31 commit 6da9e4e
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 @@ -34,7 +34,7 @@ dependencies {
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'

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

0 comments on commit 6da9e4e

Please sign in to comment.