Skip to content

Commit a96de6e

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.2) --- 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 b88530b commit a96de6e

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.11.1'
49-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
49+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
5050
}
5151

5252
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)