We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8aaad commit ef26793Copy full SHA for ef26793
templates/java/tests/build.mustache
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
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.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
22
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
23
}
24
0 commit comments