File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 4949
5050 <!-- Dependencies -->
5151 <jserialcomm .version>2.11.2</jserialcomm .version>
52- <netty .version>4.1.122 .Final</netty .version>
52+ <netty .version>4.1.124 .Final</netty .version>
5353 <netty-channel-fsm .version>1.0.2</netty-channel-fsm .version>
5454 <slf4j .version>2.0.17</slf4j .version>
5555
5656 <!-- Test Dependencies -->
57- <bouncycastle .version>1.80 </bouncycastle .version>
58- <junit .version>5.13.3 </junit .version>
57+ <bouncycastle .version>1.81 </bouncycastle .version>
58+ <junit .version>5.13.4 </junit .version>
5959
6060 <!-- Plugin Dependencies -->
6161 <central-publishing-maven-plugin .version>0.7.0</central-publishing-maven-plugin .version>
62- <checkstyle .version>10.26.1 </checkstyle .version>
62+ <checkstyle .version>11.0.0 </checkstyle .version>
6363 <maven-checkstyle-plugin .version>3.6.0</maven-checkstyle-plugin .version>
6464 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
6565 <maven-deploy-plugin .version>3.1.4</maven-deploy-plugin .version>
377377 <version >(?i).*[-_\.](alpha|b|beta|rc|m|ea)[-_\.]?[0-9]*</version >
378378 </ignoreVersion >
379379 </ignoreVersions >
380+ <rules >
381+ <rule >
382+ <groupId >io.netty</groupId >
383+ <artifactId >*</artifactId >
384+ <ignoreVersions >
385+ <ignoreVersion >
386+ <type >range</type >
387+ <version >[4.2,)</version >
388+ </ignoreVersion >
389+ </ignoreVersions >
390+ </rule >
391+ </rules >
380392 </ruleSet >
381393 </configuration >
382394 </plugin >
You can’t perform that action at this time.
0 commit comments