Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 76643f8

Browse files
authored
Merge pull request #4 from case-contract-testing/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.10.2
build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.8.1 to 5.10.2
2 parents adc47c3 + 21b6f77 commit 76643f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
3434
implementation 'org.jetbrains:annotations:23.0.0'
3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
36-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
36+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
3737
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
3838
// api("org.junit.jupiter:junit-jupiter-api")
3939
// compileOnly("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)