Skip to content

Commit 6bd64e0

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/testcontainers-selenium into develop
2 parents 6aca7a2 + fb9068e commit 6bd64e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testcontainers-selenium/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>testcontainers</artifactId>
94-
<version>1.19.8</version>
94+
<version>1.20.1</version>
9595
</dependency>
9696
<!-- Testcontainers is using outdated v1 -->
9797
<dependency>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>org.junit.jupiter</groupId>
114114
<artifactId>junit-jupiter</artifactId>
115-
<version>5.10.3</version>
115+
<version>5.11.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-surefire-plugin</artifactId>
268-
<version>3.3.0</version>
268+
<version>3.5.0</version>
269269
<configuration>
270270
<skipTests>${skipTests}</skipTests>
271271
</configuration>

0 commit comments

Comments
 (0)