diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml
index 436c30b..5390a65 100644
--- a/.github/workflows/maven-publish.yml
+++ b/.github/workflows/maven-publish.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
include:
- - { os: ubuntu-20.04, arch: "linux/amd64" }
+ - { os: ubuntu-21.04, arch: "linux/amd64" }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
@@ -27,11 +27,11 @@ jobs:
export REVISION=${{ github.run_number }}
echo "REVISION=$REVISION" >> $GITHUB_ENV
- - name: Set up JDK 17
+ - name: Set up JDK 18
if: github.ref == 'refs/heads/master'
uses: actions/setup-java@v1
with:
- java-version: 17
+ java-version: 18
server-id: mchv-release-distribution
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
diff --git a/pom.xml b/pom.xml
index 623d932..ef02992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
org.assertj
assertj-core
- 3.22.0
+ 3.23.1
test
@@ -286,7 +286,7 @@
io.netty.incubator
netty-incubator-codec-native-quic
- 0.0.26.Final
+ 0.0.27.Final
linux-x86_64
@@ -340,7 +340,7 @@
io.projectreactor.netty.incubator
reactor-netty-incubator-quic
- 0.0.7
+ 0.0.8
io.netty.incubator
@@ -518,7 +518,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M5
+ 3.0.0-M6
org.junit.jupiter
@@ -528,10 +528,6 @@
false
- --add-modules jdk.incubator.foreign -Dforeign.restricted=permit
- --add-opens=java.base/jdk.internal.misc=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
- --add-opens=java.base/java.nio=ALL-UNNAMED --enable-native-access=ALL-UNNAMED
-
ci