File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.1'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2020 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
21- testImplementation ' com.fasterxml.jackson.core:jackson-core:2.17.2 '
21+ testImplementation ' com.fasterxml.jackson.core:jackson-core:2.18.0 '
2222 testImplementation ' io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.1'
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2020 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
21- testImplementation ' com.fasterxml.jackson.core:jackson-core:2.17.2 '
21+ testImplementation ' com.fasterxml.jackson.core:jackson-core:2.18.0 '
2222 testImplementation ' io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
2323}
2424
You can’t perform that action at this time.
0 commit comments