Skip to content

Commit 90bc849

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CedarJava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
implementation 'com.google.guava:guava:33.4.0-jre'
8585
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
8686
testImplementation 'net.jqwik:jqwik:1.9.2'
87-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
87+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
8888
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
8989
}
9090

0 commit comments

Comments
 (0)