Skip to content

Commit

Permalink
Jersey 3.1.8 upgrade & test dependencies (#54)
Browse files Browse the repository at this point in the history
* v1.1.17 - Jersey 3.1.8 upgrade & test dependencies

* Java 23 upgrade
  • Loading branch information
nhenneaux authored Oct 7, 2024
1 parent 4b90c67 commit 4f4bac5
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 @@ -17,16 +17,16 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11, 17, 21, 22]
java: [ 11, 17, 21, 23]
experimental: [ false ]
include:
- java: 23-ea
- java: 24-ea
os: ubuntu-latest
experimental: true
- java: 23-ea
- java: 24-ea
os: macos-latest
experimental: true
- java: 23-ea
- java: 24-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 @@ -6,7 +6,7 @@

<groupId>com.github.nhenneaux.jersey.connector.httpclient</groupId>
<artifactId>jersey-httpclient-connector</artifactId>
<version>1.1.16</version>
<version>1.1.17</version>

<name>Jersey Connector using java.net.http.HttpClient</name>
<description>A Jersey connector using java.net.http.HttpClient and supporting HTTP/1.1 and HTTP/2.0 with the same
Expand All @@ -24,10 +24,10 @@
<sonar.organization>nhenneaux</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jersey.version>3.1.7</jersey.version>
<jetty.version>11.0.21</jetty.version>
<weld-se-core.version>5.1.2.Final</weld-se-core.version>
<log4j.version>2.23.1</log4j.version>
<jersey.version>3.1.8</jersey.version>
<jetty.version>11.0.24</jetty.version>
<weld-se-core.version>5.1.3.Final</weld-se-core.version>
<log4j.version>2.24.1</log4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -226,7 +226,7 @@
<goal>sign</goal>
</goals>
<configuration>
<keyname>8C334D53759C56CAFF1B5E9BBE0ED98B46B1B2EA</keyname>
<keyname>49A190634782F9EF41B285A460440EA3116337CE</keyname>
<!-- Configuration to prevent the 'Signing Prompt' or the -->
<!-- 'gpg: signing failed: No such file or directory' error -->
<!-- See https://myshittycode.com/2017/08/07/maven-gpg-plugin-prevent-signing-prompt-or-gpg-signing-failed-no-such-file-or-directory-error/ -->
Expand Down

0 comments on commit 4f4bac5

Please sign in to comment.