Skip to content

Commit d745d39

Browse files
committed
Bump jackson databind version from 2.13.4 to 2.13.4.2
1 parent 812b3fb commit d745d39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ under the License.
5050
<flink.version>1.11.2</flink.version>
5151
<guava.version>30.0-jre</guava.version>
5252
<jackson2.version>2.13.4</jackson2.version>
53+
<jackson-databind.version>2.13.4.2</jackson-databind.version>
5354
<log4j.version>2.17.1</log4j.version>
5455
</properties>
5556

@@ -95,7 +96,7 @@ under the License.
9596
<dependency>
9697
<groupId>com.fasterxml.jackson.core</groupId>
9798
<artifactId>jackson-databind</artifactId>
98-
<version>${jackson2.version}</version>
99+
<version>${jackson-databind.version}</version>
99100
</dependency>
100101
<dependency>
101102
<groupId> com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)