Skip to content

Commit

Permalink
Merge 4a42cc9 into 5aed7b7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
2 parents 5aed7b7 + 4a42cc9 commit 6c1dd6b
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 @@ -18,7 +18,7 @@ dependencies {
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'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
}

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 @@ -18,7 +18,7 @@ dependencies {
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'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
}

Expand Down

0 comments on commit 6c1dd6b

Please sign in to comment.