Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* Logback to 1.4.11
* Guava to 32.1.2
* Jdom to 2.0.6.1
  • Loading branch information
akurtakov committed Aug 10, 2023
1 parent 88e1755 commit 8c4961d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.8</version>
<version>1.4.11</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.1-jre</version>
<version>32.1.2-jre</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6</version>
<version>2.0.6.1</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8c4961d

Please sign in to comment.