Skip to content

Commit 97d158c

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 491ff6f commit 97d158c

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
@@ -27,7 +27,7 @@ dependencies {
2727
shadow (group: 'com.google.code.gson', name: 'gson', version: '2.11.0')
2828

2929
testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.2')
30-
testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.2')
30+
testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.12.2')
3131

3232
testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.2')
3333
testImplementation (group: 'com.google.code.gson', name: 'gson', version: '2.11.0')

0 commit comments

Comments
 (0)