Skip to content

Commit 5e3b204

Browse files
committed
Update dependencies
1 parent eb1dec9 commit 5e3b204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.13.1</version>
54+
<version>4.13.2</version>
5555
<scope>test</scope>
5656
</dependency>
5757

json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson.core</groupId>
2727
<artifactId>jackson-databind</artifactId>
28-
<version>2.14.0-rc1</version>
28+
<version>2.19.4</version>
2929
<optional>true</optional>
3030
</dependency>
3131
<dependency>
3232
<groupId>junit</groupId>
3333
<artifactId>junit</artifactId>
34-
<version>4.13.1</version>
34+
<version>4.13.2</version>
3535
<scope>test</scope>
3636
</dependency>
3737
</dependencies>

0 commit comments

Comments
 (0)