Update CI, update dependencies

This commit is contained in:
Andrea Cavalli 2022-06-22 17:36:16 +02:00
parent 9e97d24955
commit 5483a1551d
2 changed files with 7 additions and 11 deletions

View File

@ -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

12
pom.xml
View File

@ -161,7 +161,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.22.0</version>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<!-- This will get hamcrest-core automatically -->
@ -286,7 +286,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-native-quic</artifactId>
<version>0.0.26.Final</version>
<version>0.0.27.Final</version>
<classifier>linux-x86_64</classifier>
<exclusions>
<exclusion>
@ -340,7 +340,7 @@
<dependency>
<groupId>io.projectreactor.netty.incubator</groupId>
<artifactId>reactor-netty-incubator-quic</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<exclusions>
<exclusion>
<groupId>io.netty.incubator</groupId>
@ -518,7 +518,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M6</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
@ -528,10 +528,6 @@
</dependencies>
<configuration>
<useModulePath>false</useModulePath>
<argLine>--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
</argLine>
<systemProperties>
<property>
<name>ci</name>