Skip to content

Commit 6fc6d42

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.1
1 parent 7fc8d96 commit 6fc6d42

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
@@ -15,7 +15,7 @@ java {
1515

1616
dependencies {
1717
testImplementation 'com.algolia:algoliasearch:4.3.7'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2020
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2121
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
@@ -15,7 +15,7 @@ java {
1515

1616
dependencies {
1717
testImplementation 'com.algolia:algoliasearch:{{packageVersion}}'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2020
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
2121
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'

0 commit comments

Comments
 (0)