We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b8ce73 + c0216cd commit e25e907Copy full SHA for e25e907
.github/workflows/maven.yml
@@ -0,0 +1,17 @@
1
+name: Java CI
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: Set up JDK 1.8
13
+ uses: actions/setup-java@v1
14
+ with:
15
+ java-version: 1.8
16
+ - name: Build with Maven
17
+ run: mvn -B package --file pom.xml
pom.xml
@@ -239,7 +239,7 @@
239
<dependency>
240
<groupId>io.netty</groupId>
241
<artifactId>netty-all</artifactId>
242
- <version>4.1.17.Final</version>
+ <version>4.1.42.Final</version>
243
</dependency>
244
245
<!--mina 相关jar -->
0 commit comments