Skip to content

Commit 5378d3c

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] <support@github.com>
1 parent ef341fd commit 5378d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
testImplementation 'org.skyscreamer:jsonassert:2.0-rc1'
8989
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
9090
}

0 commit comments

Comments
 (0)