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.
2 parents e9ae4f0 + 43b6ca5 commit b496c5eCopy full SHA for b496c5e
gradle.properties
@@ -1,4 +1,4 @@
1
group=com.contentgrid.opa-java-client
2
3
-springBootVersion=3.4.5
+springBootVersion=3.5.0
4
lombokVersion=1.18.38
opa-async-java-client/build.gradle
@@ -23,6 +23,7 @@ dependencies {
23
testImplementation "org.junit.jupiter:junit-jupiter-api"
24
25
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
26
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher"
27
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind"
28
testRuntimeOnly "org.slf4j:slf4j-simple"
29
0 commit comments