Skip to content

Commit

Permalink
Jersey 2.42
Browse files Browse the repository at this point in the history
Build with Java 22-23ea
  • Loading branch information
nhenneaux committed Mar 29, 2024
1 parent 8f3e42f commit a24541d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 8, 11, 17, 21 ]
java: [ 8, 11, 17, 21, 22 ]
experimental: [ false ]
include:
- java: 22-ea
- java: 23-ea
os: ubuntu-latest
experimental: true
- java: 22-ea
- java: 23-ea
os: macos-latest
experimental: true
- java: 22-ea
- java: 23-ea
os: windows-latest
experimental: true
name: Build with Java ${{ matrix.java }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<skipRelease>true</skipRelease>

<jersey.version>2.40</jersey.version>
<jersey.version>2.42</jersey.version>
<jetty.version>9.4.53.v20231009</jetty.version>

<jakarta.activation.version>1.2.2</jakarta.activation.version>
Expand Down

0 comments on commit a24541d

Please sign in to comment.