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 Oct 12, 2023
1 parent 200c8b4 commit db1361c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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, 21 ]
experimental: [ false ]
include:
- java: 20-ea
- java: 22-ea
os: ubuntu-latest
experimental: true
- java: 20-ea
- java: 22-ea
os: macos-latest
experimental: true
- java: 20-ea
- java: 22-ea
os: windows-latest
experimental: true
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down
14 changes: 7 additions & 7 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>12.0.2</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.2.Final</weld-se-core.version>
<jersey-httpclient-connector.version>1.1.9</jersey-httpclient-connector.version>
</properties>


Expand All @@ -45,7 +45,7 @@

<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-server</artifactId>
<artifactId>jetty-http2-server</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
Expand All @@ -55,8 +55,8 @@
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>

Expand Down

0 comments on commit db1361c

Please sign in to comment.