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
slf4j and log4j minor update
Update test dependencies
Daily build
mail update
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent 4566daf commit 5a82205
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 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
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<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>
<jakarta.xml.version>4.0.2</jakarta.xml.version>
<jersey.version>3.1.5</jersey.version>
<jetty.version>12.0.5</jetty.version>
<jakarta.xml.version>4.0.4</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>
</properties>
Expand Down Expand Up @@ -102,12 +102,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.20.0</version>
<version>2.22.1</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -138,7 +138,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.4.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -303,7 +303,7 @@
<developers>
<developer>
<name>Nicolas Henneaux</name>
<email>nicolas.henneaux@gmail.com</email>
<email>nicolas@henneaux.io</email>
</developer>
</developers>

Expand Down

0 comments on commit 5a82205

Please sign in to comment.