Skip to content

Commit b522daa

Browse files
authored
Merge pull request #50 from xdev-software/renovate/org.slf4j
Update org.slf4j to v2.0.16
2 parents a05427e + 07c71ae commit b522daa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

testcontainers-selenium-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-simple</artifactId>
54-
<version>2.0.13</version>
54+
<version>2.0.16</version>
5555
</dependency>
5656

5757
<dependency>

testcontainers-selenium/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.slf4j</groupId>
9999
<artifactId>slf4j-api</artifactId>
100-
<version>2.0.13</version>
100+
<version>2.0.16</version>
101101
</dependency>
102102

103103
<!-- Selenium API is optional -->
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.slf4j</groupId>
120120
<artifactId>slf4j-simple</artifactId>
121-
<version>2.0.13</version>
121+
<version>2.0.16</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

0 commit comments

Comments
 (0)