Skip to content

Commit

Permalink
upgrade dependencies, rlp_01 to 4.1.0, logback to 1.2.13 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik authored Nov 25, 2024
1 parent 9a481ae commit 73d9ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
<dependency>
<groupId>com.teragrep</groupId>
<artifactId>rlp_01</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>1.2.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.9</version>
<version>1.2.13</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 73d9ca9

Please sign in to comment.