Skip to content

Commit

Permalink
Merge pull request #98 from Bisnode/dependabot/gradle/org.junit.jupit…
Browse files Browse the repository at this point in the history
…er-junit-jupiter-api-5.10.0

Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0
  • Loading branch information
irodzik committed Oct 20, 2023
2 parents 33703d1 + f8553ff commit a9e6bac
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.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly files(createClasspathManifest)
Expand Down

0 comments on commit a9e6bac

Please sign in to comment.