Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d143d5

Browse files
authored
chore: upgrade dependencies (#1298)
1 parent c130798 commit 5d143d5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

arrow/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.core</groupId>
9595
<artifactId>jackson-annotations</artifactId>
96-
<version>2.17.0</version>
9796
</dependency>
9897

9998
<dependency>

jsplot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.pebbletemplates</groupId>
7171
<artifactId>pebble</artifactId>
72-
<version>3.2.2</version>
72+
<version>3.2.4</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>tech.tablesaw</groupId>

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,20 +288,25 @@
288288

289289
<dependencyManagement>
290290
<dependencies>
291+
<dependency>
292+
<groupId>com.fasterxml.jackson.core</groupId>
293+
<artifactId>jackson-annotations</artifactId>
294+
<version>2.19.0</version>
295+
</dependency>
291296
<dependency>
292297
<groupId>com.fasterxml.jackson.core</groupId>
293298
<artifactId>jackson-core</artifactId>
294-
<version>2.17.0</version>
299+
<version>2.19.0</version>
295300
</dependency>
296301
<dependency>
297302
<groupId>com.fasterxml.jackson.core</groupId>
298303
<artifactId>jackson-databind</artifactId>
299-
<version>2.17.0</version>
304+
<version>2.19.0</version>
300305
</dependency>
301306
<dependency>
302307
<groupId>com.fasterxml.jackson.datatype</groupId>
303308
<artifactId>jackson-datatype-jsr310</artifactId>
304-
<version>2.17.0</version>
309+
<version>2.19.0</version>
305310
</dependency>
306311
<dependency>
307312
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)