Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec04387

Browse files
committedFeb 20, 2025
Update target platform deps
Content taken from eclipse-m2e#1923 as all updates are not appliable without code changes. Updated are: * ch.qos.logback:logback-classic:jar:1.5.12 has been updated to version 1.5.16 additionally requires java.package; java.lang.module 0.0.0 compared to the previous version * com.google.code.gson:gson:jar:2.11.0 has been updated to version 2.12.1 additionally requires osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)) compared to the previous version * com.google.guava:guava:jar:33.3.1-jre has been updated to version 33.4.0-jre * commons-codec:commons-codec:jar:1.17.1 has been updated to version 1.18.0
1 parent d417ad2 commit ec04387

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎target-platform/target-platform.target

+4-4
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.12</version>
57+
<version>1.5.16</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.11.0</version>
73+
<version>2.12.1</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.3.1-jre</version>
85+
<version>33.4.0-jre</version>
8686
<type>jar</type>
8787
</dependency>
8888
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>commons-codec</groupId>
9696
<artifactId>commons-codec</artifactId>
97-
<version>1.17.1</version>
97+
<version>1.18.0</version>
9898
<type>jar</type>
9999
</dependency>
100100
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.