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 Mar 3, 2025
1 parent af69e69 commit 25fc3b7
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 25fc3b7

Please sign in to comment.