Skip to content

Commit

Permalink
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
Browse files Browse the repository at this point in the history
…11.1
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent 7fc8d96 commit 6fc6d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {

dependencies {
testImplementation 'com.algolia:algoliasearch:4.3.7'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
Expand Down
2 changes: 1 addition & 1 deletion templates/java/tests/build.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {

dependencies {
testImplementation 'com.algolia:algoliasearch:{{packageVersion}}'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
Expand Down

0 comments on commit 6fc6d42

Please sign in to comment.