Skip to content

Commit b47a9de

Browse files
committed
Update org.slf4j to v2.0.18
1 parent 1effd68 commit b47a9de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.17</version>
54+
<version>2.0.18</version>
5555
</dependency>
5656

5757
<dependency>

testcontainers-selenium/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.slf4j</groupId>
6565
<artifactId>slf4j-api</artifactId>
66-
<version>2.0.17</version>
66+
<version>2.0.18</version>
6767
</dependency>
6868

6969
<!-- Selenium API is optional -->
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.slf4j</groupId>
8686
<artifactId>slf4j-simple</artifactId>
87-
<version>2.0.17</version>
87+
<version>2.0.18</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>

0 commit comments

Comments
 (0)