Skip to content

Commit 14d5978

Browse files
committed
Fix maven dependency version conflict
1 parent 1c18a48 commit 14d5978

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flink-connector-jdbc/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ under the License.
3838
<scala.binary.version>2.12</scala.binary.version>
3939
<scala-library.version>2.12.7</scala-library.version>
4040
<assertj.version>3.23.1</assertj.version>
41-
<jackson.version>2.15.2</jackson.version>
4241
<postgres.version>42.5.1</postgres.version>
4342
<oracle.version>21.8.0.0</oracle.version>
4443
<trino.version>418</trino.version>
@@ -263,13 +262,13 @@ under the License.
263262
<dependency>
264263
<groupId>com.fasterxml.jackson.core</groupId>
265264
<artifactId>jackson-databind</artifactId>
266-
<version>${jackson.version}</version>
265+
<version>2.13.4.2</version>
267266
<scope>test</scope>
268267
</dependency>
269268
<dependency>
270269
<groupId>com.fasterxml.jackson.datatype</groupId>
271270
<artifactId>jackson-datatype-jsr310</artifactId>
272-
<version>${jackson.version}</version>
271+
<version>2.13.4</version>
273272
<scope>test</scope>
274273
</dependency>
275274

0 commit comments

Comments
 (0)