Skip to content

Commit d9968d6

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.0
1 parent d9d6902 commit d9968d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/java/build.gradle

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:4.0.1'
11-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
11+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
1414
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'

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.10.3'
11+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
1414
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'

0 commit comments

Comments
 (0)