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

Commit 21b6f77

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.8.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.8.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adc47c3 commit 21b6f77

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)