Skip to content

Commit ae54d70

Browse files
Bump org.junit.vintage:junit-vintage-engine from 5.11.4 to 5.12.2
Bumps [org.junit.vintage:junit-vintage-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/junit5@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-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 6741789 commit ae54d70

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
@@ -26,7 +26,7 @@ dependencies {
2626
implementation (group: 'org.jetbrains', name: 'annotations', version: '26.0.2')
2727
shadow (group: 'com.google.code.gson', name: 'gson', version: '2.13.0')
2828

29-
testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.4')
29+
testRuntimeOnly (group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.12.2')
3030
testRuntimeOnly (group: 'org.junit.jupiter', name:'junit-jupiter-engine', version: '5.11.4')
3131

3232
testImplementation (group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4')

0 commit comments

Comments
 (0)