Skip to content

Commit

Permalink
Merge pull request payara#7220 from payara/dependabot/maven/main/org.…
Browse files Browse the repository at this point in the history
…slf4j-slf4j-api-2.0.17

Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17
  • Loading branch information
Pandrex247 committed Feb 28, 2025
1 parent cf4ff30 commit 9b1f121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appserver/extras/docker-images/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<version>2.0.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/payara-samples/samples/reproducers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9b1f121

Please sign in to comment.