Skip to content

Commit 4f2f756

Browse files
gradle(deps): bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.10.1) --- 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 66f4c97 commit 4f2f756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
library 'io.prometheus:simpleclient_jetty:0.16.0'
4747

4848
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
49-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
49+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
5050
}
5151

5252
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)