Skip to content

Commit

Permalink
Update 3rd party deps in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 21, 2024
1 parent 42751fd commit 7aa02a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.3</version>
<version>1.5.6</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -78,19 +78,19 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.0-jre</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7aa02a6

Please sign in to comment.