Skip to content

Commit 448bb1e

Browse files
authored
Merge pull request #8 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents c4de50c + 2599195 commit 448bb1e

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
<dependency>
8383
<groupId>net.sourceforge.pmd</groupId>
8484
<artifactId>pmd-core</artifactId>
85-
<version>7.5.0</version>
85+
<version>7.6.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>net.sourceforge.pmd</groupId>
8989
<artifactId>pmd-java</artifactId>
90-
<version>7.5.0</version>
90+
<version>7.6.0</version>
9191
</dependency>
9292
</dependencies>
9393
</plugin>

vaadin-grid-filter-demo/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<dependency>
6262
<groupId>com.vaadin</groupId>
6363
<artifactId>vaadin-core</artifactId>
64+
<exclusions>
65+
<exclusion>
66+
<groupId>com.vaadin</groupId>
67+
<artifactId>hilla-dev</artifactId>
68+
</exclusion>
69+
</exclusions>
6470
</dependency>
6571
<dependency>
6672
<groupId>software.xdev</groupId>
@@ -72,6 +78,12 @@
7278
<dependency>
7379
<groupId>com.vaadin</groupId>
7480
<artifactId>vaadin-spring-boot-starter</artifactId>
81+
<exclusions>
82+
<exclusion>
83+
<groupId>com.vaadin</groupId>
84+
<artifactId>hilla</artifactId>
85+
</exclusion>
86+
</exclusions>
7587
</dependency>
7688
<!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
7789
<dependency>

vaadin-grid-filter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>com.mycila</groupId>
132132
<artifactId>license-maven-plugin</artifactId>
133-
<version>4.5</version>
133+
<version>4.6</version>
134134
<configuration>
135135
<properties>
136136
<email>${project.organization.url}</email>
@@ -350,12 +350,12 @@
350350
<dependency>
351351
<groupId>net.sourceforge.pmd</groupId>
352352
<artifactId>pmd-core</artifactId>
353-
<version>7.5.0</version>
353+
<version>7.6.0</version>
354354
</dependency>
355355
<dependency>
356356
<groupId>net.sourceforge.pmd</groupId>
357357
<artifactId>pmd-java</artifactId>
358-
<version>7.5.0</version>
358+
<version>7.6.0</version>
359359
</dependency>
360360
</dependencies>
361361
</plugin>

0 commit comments

Comments
 (0)