Skip to content

Commit 4d415a0

Browse files
committed
Update 3rd party deps in deps
1 parent 8bf2ad2 commit 4d415a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

target-platform/target-platform.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>ch.qos.logback</groupId>
5252
<artifactId>logback-classic</artifactId>
53-
<version>1.5.3</version>
53+
<version>1.5.6</version>
5454
<type>jar</type>
5555
</dependency>
5656
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.code.gson</groupId>
6868
<artifactId>gson</artifactId>
69-
<version>2.10.1</version>
69+
<version>2.11.0</version>
7070
<type>jar</type>
7171
</dependency>
7272
<dependency>
@@ -78,19 +78,19 @@
7878
<dependency>
7979
<groupId>com.google.guava</groupId>
8080
<artifactId>guava</artifactId>
81-
<version>33.1.0-jre</version>
81+
<version>33.2.0-jre</version>
8282
<type>jar</type>
8383
</dependency>
8484
<dependency>
8585
<groupId>commons-cli</groupId>
8686
<artifactId>commons-cli</artifactId>
87-
<version>1.6.0</version>
87+
<version>1.7.0</version>
8888
<type>jar</type>
8989
</dependency>
9090
<dependency>
9191
<groupId>commons-codec</groupId>
9292
<artifactId>commons-codec</artifactId>
93-
<version>1.16.1</version>
93+
<version>1.17.0</version>
9494
<type>jar</type>
9595
</dependency>
9696
<dependency>

0 commit comments

Comments
 (0)