We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812b3fb commit d745d39Copy full SHA for d745d39
pom.xml
@@ -50,6 +50,7 @@ under the License.
50
<flink.version>1.11.2</flink.version>
51
<guava.version>30.0-jre</guava.version>
52
<jackson2.version>2.13.4</jackson2.version>
53
+ <jackson-databind.version>2.13.4.2</jackson-databind.version>
54
<log4j.version>2.17.1</log4j.version>
55
</properties>
56
@@ -95,7 +96,7 @@ under the License.
95
96
<dependency>
97
<groupId>com.fasterxml.jackson.core</groupId>
98
<artifactId>jackson-databind</artifactId>
- <version>${jackson2.version}</version>
99
+ <version>${jackson-databind.version}</version>
100
</dependency>
101
102
<groupId> com.fasterxml.jackson.core</groupId>
0 commit comments