Skip to content

Commit 204e8fc

Browse files
authored
Dependency updates (#95)
- netty 4.1.112.Final to 4.1.116.Final - junit 5.10.2 to 5.11.4 - checkstyle 10.17.0 to 10.21.0
1 parent 4f0fdb0 commit 204e8fc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

modbus-tcp/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<groupId>com.digitalpetri.netty</groupId>
4545
<artifactId>netty-channel-fsm</artifactId>
4646
<version>${netty-channel-fsm.version}</version>
47+
<exclusions>
48+
<exclusion>
49+
<groupId>io.netty</groupId>
50+
<artifactId>netty-handler</artifactId>
51+
</exclusion>
52+
</exclusions>
4753
</dependency>
4854
<dependency>
4955
<groupId>org.slf4j</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949

5050
<!-- Dependencies -->
5151
<jserialcomm.version>2.11.0</jserialcomm.version>
52-
<netty.version>4.1.112.Final</netty.version>
52+
<netty.version>4.1.116.Final</netty.version>
5353
<netty-channel-fsm.version>1.0.0</netty-channel-fsm.version>
5454
<slf4j.version>2.0.16</slf4j.version>
5555

5656
<!-- Test Dependencies -->
57-
<junit.version>5.10.2</junit.version>
57+
<junit.version>5.11.4</junit.version>
5858

5959
<!-- Plugin Dependencies -->
60-
<checkstyle.version>10.17.0</checkstyle.version>
60+
<checkstyle.version>10.21.0</checkstyle.version>
6161
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
6262
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
6363
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>

0 commit comments

Comments
 (0)