Skip to content

Commit

Permalink
upgrade: ch.qos.logback to 1.5.8, io.netty to 4.1.113
Browse files Browse the repository at this point in the history
- Closes #20
- Closes #21
  • Loading branch information
NotYourAverageGamer committed Sep 30, 2024
1 parent adafbab commit 79f8301
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 @@ -6,7 +6,7 @@

<groupId>ascensionchat</groupId>
<artifactId>ascensionchat</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>

<properties>
<java.version>21</java.version>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>

<dependency>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.112.Final</version>
<version>4.1.113.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 79f8301

Please sign in to comment.