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

Commit 7a4ef2c

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d4fab6 commit 7a4ef2c

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)