Skip to content

Commit c2d32e7

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.13.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39224f1 commit c2d32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formatter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation 'com.google.code.findbugs:jsr305:3.0.2'
77
implementation project(':utils')
88

9-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
9+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
1010
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
1111
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
1212
}

0 commit comments

Comments
 (0)