Skip to content

Commit 047ed33

Browse files
chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.17.1
1 parent f8bf090 commit 047ed33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
14-
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
14+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
1515
testImplementation 'io.github.cdimascio:dotenv-java:3.0.0'
1616
}
1717

templates/java/tests/build.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
14-
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
14+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
1515
testImplementation 'io.github.cdimascio:dotenv-java:3.0.0'
1616
}
1717

0 commit comments

Comments
 (0)