Skip to content

Commit d20864b

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.1
1 parent 5916433 commit d20864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/tests/build.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
11-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
11+
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
1212
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
1313
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
1414
}

0 commit comments

Comments
 (0)