Skip to content

Commit b06fc9b

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /CedarJava
Bumps [org.junit.jupiter:junit-jupiter-engine](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-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef341fd commit b06fc9b

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
@@ -86,7 +86,7 @@ dependencies {
8686
testImplementation 'net.jqwik:jqwik:1.9.2'
8787
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8888
testImplementation 'org.skyscreamer:jsonassert:2.0-rc1'
89-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
89+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
9090
}
9191

9292
def ffiDir = '../CedarJavaFFI'

0 commit comments

Comments
 (0)