Skip to content

Commit

Permalink
Jersey v3.1.5 and jetty update v12.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent 4566daf commit 7727c9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Java CI

on: [ push ]
on:
push:
schedule:
- cron: '0 5 */1 * *'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<sonar.organization>nhenneaux</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jersey.version>3.1.3</jersey.version>
<jetty.version>12.0.2</jetty.version>
<jersey.version>3.1.5</jersey.version>
<jetty.version>12.0.5</jetty.version>
<jakarta.xml.version>4.0.2</jakarta.xml.version>
<weld-se-core.version>5.1.2.Final</weld-se-core.version>
<jersey-httpclient-connector.version>1.1.9</jersey-httpclient-connector.version>
Expand Down

0 comments on commit 7727c9a

Please sign in to comment.