We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5938fc commit 086f621Copy full SHA for 086f621
templates/java/tests/build.mustache
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
11
- testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
12
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
13
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
14
}
0 commit comments