Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
Build towards 20 & 21-ea
  • Loading branch information
nhenneaux committed Aug 17, 2023
1 parent 200c8b4 commit 52a24cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11, 17, 19 ]
java: [ 11, 17, 20 ]
experimental: [ false ]
include:
- java: 20-ea
- java: 21-ea
os: ubuntu-latest
experimental: true
- java: 20-ea
- java: 21-ea
os: macos-latest
experimental: true
- java: 20-ea
- java: 21-ea
os: windows-latest
experimental: true
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
<sonar.organization>nhenneaux</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jersey.version>3.1.0</jersey.version>
<jetty.version>11.0.12</jetty.version>
<jersey.version>3.1.3</jersey.version>
<jetty.version>11.0.15</jetty.version>
<jakarta.xml.version>4.0.1</jakarta.xml.version>
<weld-se-core.version>5.1.0.Final</weld-se-core.version>
<jersey-httpclient-connector.version>1.1.7</jersey-httpclient-connector.version>
<weld-se-core.version>5.1.1.SP2</weld-se-core.version>
<jersey-httpclient-connector.version>1.1.13</jersey-httpclient-connector.version>
</properties>


Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -134,7 +134,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.9.0</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit 52a24cb

Please sign in to comment.