Skip to content

Commit 3bf10c6

Browse files
committed
[TP] Update to latest guava, gson and logback
Fixes #2074
1 parent bcfeca8 commit 3bf10c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

target-platform/target-platform.target

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>ch.qos.logback</groupId>
5656
<artifactId>logback-classic</artifactId>
57-
<version>1.5.18</version>
57+
<version>1.5.20</version>
5858
<type>jar</type>
5959
</dependency>
6060
<dependency>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.code.gson</groupId>
7272
<artifactId>gson</artifactId>
73-
<version>2.13.1</version>
73+
<version>2.13.2</version>
7474
<type>jar</type>
7575
</dependency>
7676
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.google.guava</groupId>
8484
<artifactId>guava</artifactId>
85-
<version>33.4.8-jre</version>
85+
<version>33.5.0-jre</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.apache.commons</groupId>
102102
<artifactId>commons-lang3</artifactId>
103-
<version>3.18.0</version>
103+
<version>3.19.0</version>
104104
<type>jar</type>
105105
</dependency>
106106
</dependencies>

0 commit comments

Comments
 (0)