Skip to content

Commit dc133bc

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/testcontainers-selenium into develop
2 parents d6e8085 + 3dfe84f commit dc133bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.puppycrawl.tools</groupId>
4747
<artifactId>checkstyle</artifactId>
48-
<version>12.0.0</version>
48+
<version>12.0.1</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-pmd-plugin</artifactId>
73-
<version>3.27.0</version>
73+
<version>3.28.0</version>
7474
<configuration>
7575
<analysisCache>true</analysisCache>
7676
<includeTests>true</includeTests>

testcontainers-selenium/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<dependency>
321321
<groupId>com.puppycrawl.tools</groupId>
322322
<artifactId>checkstyle</artifactId>
323-
<version>12.0.0</version>
323+
<version>12.0.1</version>
324324
</dependency>
325325
</dependencies>
326326
<configuration>
@@ -345,7 +345,7 @@
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-pmd-plugin</artifactId>
348-
<version>3.27.0</version>
348+
<version>3.28.0</version>
349349
<configuration>
350350
<analysisCache>true</analysisCache>
351351
<includeTests>true</includeTests>

0 commit comments

Comments
 (0)