Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
kevinherron committed Dec 24, 2024
1 parent 4f0fdb0 commit 31e5e54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions modbus-tcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
<groupId>com.digitalpetri.netty</groupId>
<artifactId>netty-channel-fsm</artifactId>
<version>${netty-channel-fsm.version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@

<!-- Dependencies -->
<jserialcomm.version>2.11.0</jserialcomm.version>
<netty.version>4.1.112.Final</netty.version>
<netty.version>4.1.116.Final</netty.version>
<netty-channel-fsm.version>1.0.0</netty-channel-fsm.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- Test Dependencies -->
<junit.version>5.10.2</junit.version>
<junit.version>5.11.4</junit.version>

<!-- Plugin Dependencies -->
<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle.version>10.21.0</checkstyle.version>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
Expand Down

0 comments on commit 31e5e54

Please sign in to comment.