Skip to content

Commit

Permalink
Jersey 3.1.7 upgrade & Jetty 11.0.21 (#53)
Browse files Browse the repository at this point in the history
v1.1.16
Jersey 3.1.7 upgrade & Jetty 11.0.21
  • Loading branch information
nhenneaux authored May 24, 2024
1 parent 3c19b12 commit 4b90c67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Java CI

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '0 5 */1 * *'

Expand Down
10 changes: 5 additions & 5 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.15</version>
<version>1.1.16</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,8 +24,8 @@
<sonar.organization>nhenneaux</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jersey.version>3.1.6</jersey.version>
<jetty.version>11.0.20</jetty.version>
<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>
</properties>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -271,7 +271,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 4b90c67

Please sign in to comment.