We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff69a2 commit c0abdcdCopy full SHA for c0abdcd
templates/java/tests/build.mustache
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
19
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
20
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
21
- testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
+ testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.1'
22
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
23
}
24
0 commit comments