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

Commit 2e036f3

Browse files
authored
Merge pull request #22 from case-contract-testing/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.10.3
build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3
2 parents ff6246c + 7a4ef2c commit 2e036f3

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
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
3737
implementation 'org.jetbrains:annotations:24.1.0'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
39-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
39+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
4040
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
4141
}
4242

0 commit comments

Comments
 (0)