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 945fa7f commit 3964279Copy full SHA for 3964279
templates/java/tests/build.mustache
@@ -9,7 +9,7 @@ repositories {
9
dependencies {
10
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
11
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
12
- testImplementation 'org.skyscreamer:jsonassert:1.5.0'
+ testImplementation 'org.skyscreamer:jsonassert:1.5.1'
13
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.13.3'
14
}
15
0 commit comments