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 2b94f9a commit 962bb96Copy full SHA for 962bb96
tests/output/java/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
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.20.0'
+ testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
22
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
23
}
24
0 commit comments