Skip to content

Commit eeade51

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template-merged' into develop
2 parents bd76a4b + 5435522 commit eeade51

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 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>10.24.0</version>
48+
<version>10.25.0</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>
@@ -82,12 +82,12 @@
8282
<dependency>
8383
<groupId>net.sourceforge.pmd</groupId>
8484
<artifactId>pmd-core</artifactId>
85-
<version>7.13.0</version>
85+
<version>7.14.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>net.sourceforge.pmd</groupId>
8989
<artifactId>pmd-java</artifactId>
90-
<version>7.13.0</version>
90+
<version>7.14.0</version>
9191
</dependency>
9292
</dependencies>
9393
</plugin>

testcontainers-selenium/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
<dependency>
327327
<groupId>com.puppycrawl.tools</groupId>
328328
<artifactId>checkstyle</artifactId>
329-
<version>10.24.0</version>
329+
<version>10.25.0</version>
330330
</dependency>
331331
</dependencies>
332332
<configuration>
@@ -363,12 +363,12 @@
363363
<dependency>
364364
<groupId>net.sourceforge.pmd</groupId>
365365
<artifactId>pmd-core</artifactId>
366-
<version>7.13.0</version>
366+
<version>7.14.0</version>
367367
</dependency>
368368
<dependency>
369369
<groupId>net.sourceforge.pmd</groupId>
370370
<artifactId>pmd-java</artifactId>
371-
<version>7.13.0</version>
371+
<version>7.14.0</version>
372372
</dependency>
373373
</dependencies>
374374
</plugin>

0 commit comments

Comments
 (0)