Skip to content

Commit 72fd7c8

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 46aa9f9 + fb13663 commit 72fd7c8

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.23.0</version>
48+
<version>10.23.1</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.12.0</version>
85+
<version>7.13.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>net.sourceforge.pmd</groupId>
8989
<artifactId>pmd-java</artifactId>
90-
<version>7.12.0</version>
90+
<version>7.13.0</version>
9191
</dependency>
9292
</dependencies>
9393
</plugin>

vaadin-grid-filter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
<dependency>
309309
<groupId>com.puppycrawl.tools</groupId>
310310
<artifactId>checkstyle</artifactId>
311-
<version>10.23.0</version>
311+
<version>10.23.1</version>
312312
</dependency>
313313
</dependencies>
314314
<configuration>
@@ -345,12 +345,12 @@
345345
<dependency>
346346
<groupId>net.sourceforge.pmd</groupId>
347347
<artifactId>pmd-core</artifactId>
348-
<version>7.12.0</version>
348+
<version>7.13.0</version>
349349
</dependency>
350350
<dependency>
351351
<groupId>net.sourceforge.pmd</groupId>
352352
<artifactId>pmd-java</artifactId>
353-
<version>7.12.0</version>
353+
<version>7.13.0</version>
354354
</dependency>
355355
</dependencies>
356356
</plugin>

0 commit comments

Comments
 (0)