Skip to content

Commit

Permalink
updated netty dep
Browse files Browse the repository at this point in the history
  • Loading branch information
michieltjampens committed May 29, 2024
1 parent fbcd196 commit 10bd06a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,27 +113,27 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.109.Final</version>
<version>4.1.110.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.109.Final</version>
<version>4.1.110.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.109.Final</version>
<version>4.1.110.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.109.Final</version>
<version>4.1.110.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.109.Final</version>
<version>4.1.110.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
<dependency>
Expand All @@ -152,7 +152,7 @@
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.10.4</version>
<version>2.10.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.diozero/diozero-core -->
<dependency>
Expand Down

0 comments on commit 10bd06a

Please sign in to comment.