File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44
44
<groupId >com.digitalpetri.netty</groupId >
45
45
<artifactId >netty-channel-fsm</artifactId >
46
46
<version >${netty-channel-fsm.version} </version >
47
+ <exclusions >
48
+ <exclusion >
49
+ <groupId >io.netty</groupId >
50
+ <artifactId >netty-handler</artifactId >
51
+ </exclusion >
52
+ </exclusions >
47
53
</dependency >
48
54
<dependency >
49
55
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 49
49
50
50
<!-- Dependencies -->
51
51
<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>
53
53
<netty-channel-fsm .version>1.0.0</netty-channel-fsm .version>
54
54
<slf4j .version>2.0.16</slf4j .version>
55
55
56
56
<!-- Test Dependencies -->
57
- <junit .version>5.10.2 </junit .version>
57
+ <junit .version>5.11.4 </junit .version>
58
58
59
59
<!-- Plugin Dependencies -->
60
- <checkstyle .version>10.17 .0</checkstyle .version>
60
+ <checkstyle .version>10.21 .0</checkstyle .version>
61
61
<maven-checkstyle-plugin .version>3.4.0</maven-checkstyle-plugin .version>
62
62
<maven-compiler-plugin .version>3.13.0</maven-compiler-plugin .version>
63
63
<maven-enforcer-plugin .version>3.5.0</maven-enforcer-plugin .version>
You can’t perform that action at this time.
0 commit comments