Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit dc71c60

Browse files
fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.16.2
1 parent b6ae562 commit dc71c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ dependencies {
133133
shadow "com.fasterxml.jackson.dataformat:jackson-dataformat-properties:2.16.1"
134134
shadow "com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.1"
135135
shadow "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2"
136-
shadow "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1"
136+
shadow "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.2"
137137

138138
shadow "com.squareup.okhttp3:okhttp:4.12.0"
139139
shadow "io.netty:netty-all:4.1.107.Final"

0 commit comments

Comments
 (0)