Skip to content

Commit

Permalink
Merge pull request #284 from jetty/dependabot/maven/12.0.x/slf4j.vers…
Browse files Browse the repository at this point in the history
…ion-2.0.17

Bump slf4j.version from 2.0.16 to 2.0.17
  • Loading branch information
joakime authored Feb 26, 2025
2 parents e60ac70 + 6e6eb50 commit a5f9dd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion embedded/ee10-servlet-with-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<servlet.jsp.version>3.0.0</servlet.jsp.version>
<slf4j.version>2.0.16</slf4j.version>
<slf4j.version>2.0.17</slf4j.version>
<weld.version>5.1.5.Final</weld.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion webapps/logging-overlap/lib-using-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Jetty Examples :: 12.0.x :: WebApp Logging Overlap :: Lib w/SLF4J</name>

<properties>
<slf4j.version>2.0.16</slf4j.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion webapps/loosely-coupled-webapps/webapp-A/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webapps/loosely-coupled-webapps/webapp-B/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down

0 comments on commit a5f9dd4

Please sign in to comment.