Skip to content

Commit ef26793

Browse files
chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.18.3 (#4518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc8aaad commit ef26793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/java/tests/build.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
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.18.2'
21+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
2222
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
2323
}
2424

0 commit comments

Comments
 (0)