Skip to content

Commit 0d508ba

Browse files
committed
Synk fixes
1 parent f197829 commit 0d508ba

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<scala.version>2.13.14</scala.version>
1414
<scala.main.version>2.13</scala.main.version>
15-
<spark.version>3.5.1</spark.version>
15+
<spark.version>3.5.2</spark.version>
1616
<connector.version>3.5.1</connector.version>
1717
<cassandra.version>5.0-beta1</cassandra.version>
1818
<junit.version>5.9.1</junit.version>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.fasterxml.jackson.core</groupId>
109109
<artifactId>jackson-databind</artifactId>
110-
<version>2.13.0</version>
110+
<version>2.15.2</version>
111111
</dependency>
112112

113113
<dependency>
@@ -130,6 +130,12 @@
130130
<groupId>com.esri.geometry</groupId>
131131
<artifactId>esri-geometry-api</artifactId>
132132
<version>2.2.4</version>
133+
<exclusions>
134+
<exclusion>
135+
<groupId>com.fasterxml.jackson.core</groupId>
136+
<artifactId>jackson-core</artifactId>
137+
</exclusion>
138+
</exclusions>
133139
</dependency>
134140

135141
<!-- Test Dependencies -->

0 commit comments

Comments
 (0)