File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<scala .version>2.13.14</scala .version>
14
14
<scala .main.version>2.13</scala .main.version>
15
- <spark .version>3.5.1 </spark .version>
15
+ <spark .version>3.5.2 </spark .version>
16
16
<connector .version>3.5.1</connector .version>
17
17
<cassandra .version>5.0-beta1</cassandra .version>
18
18
<junit .version>5.9.1</junit .version>
107
107
<dependency >
108
108
<groupId >com.fasterxml.jackson.core</groupId >
109
109
<artifactId >jackson-databind</artifactId >
110
- <version >2.13.0 </version >
110
+ <version >2.15.2 </version >
111
111
</dependency >
112
112
113
113
<dependency >
130
130
<groupId >com.esri.geometry</groupId >
131
131
<artifactId >esri-geometry-api</artifactId >
132
132
<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 >
133
139
</dependency >
134
140
135
141
<!-- Test Dependencies -->
You can’t perform that action at this time.
0 commit comments