We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3421046 commit 90bc849Copy full SHA for 90bc849
CedarJava/build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
implementation 'com.google.guava:guava:33.4.0-jre'
85
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
86
testImplementation 'net.jqwik:jqwik:1.9.2'
87
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
88
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
89
}
90
0 commit comments