Skip to content

Commit b135dfc

Browse files
fix(deps): update dependency tools.jackson:jackson-bom to v3.1.0
1 parent 5a0abc6 commit b135dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle
4949
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
5050
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
5151
jackson2-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.21.1" }
52-
jackson3-bom = { module = "tools.jackson:jackson-bom", version = "3.0.4" }
52+
jackson3-bom = { module = "tools.jackson:jackson-bom", version = "3.1.0" }
5353
jacoco-maven-plugin = { module = "org.jacoco:jacoco-maven-plugin", version.ref = "jacoco" }
5454
jandex-plugin = { module = "com.github.vlsi.gradle:jandex-plugin", version.ref = "jandexPlugin" }
5555
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }

0 commit comments

Comments
 (0)