Skip to content

Commit

Permalink
revert jetty and upgrade slf4j to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent ce28673 commit 6fd0aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<jersey.version>3.1.5</jersey.version>
<jetty.version>11.0.19</jetty.version>
<jetty.version>11.0.17</jetty.version>
<weld-se-core.version>5.1.2.Final</weld-se-core.version>
<log4j.version>2.22.1</log4j.version>
</properties>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6fd0aee

Please sign in to comment.