Skip to content

Commit e9c1143

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template-merged' into develop
2 parents 0a4b117 + 9670fc4 commit e9c1143

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '.idea/**'
1212
- 'assets/**'
1313
pull_request:
14-
types: [opened, synchronize, reopened]
14+
branches: [ develop ]
1515
paths-ignore:
1616
- '**.md'
1717
- '.config/**'

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.18.0</version>
48+
<version>10.18.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.4.0</version>
85+
<version>7.5.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>net.sourceforge.pmd</groupId>
8989
<artifactId>pmd-java</artifactId>
90-
<version>7.4.0</version>
90+
<version>7.5.0</version>
9191
</dependency>
9292
</dependencies>
9393
</plugin>

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<mainClass>software.xdev.vaadin.Application</mainClass>
3030

3131
<!-- Dependency-Versions -->
32-
<vaadin.version>24.4.10</vaadin.version>
32+
<vaadin.version>24.4.11</vaadin.version>
3333

3434
<org.springframework.boot.version>3.3.3</org.springframework.boot.version>
3535
</properties>

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<!-- Dependency-Versions -->
52-
<vaadin.version>24.4.10</vaadin.version>
52+
<vaadin.version>24.4.11</vaadin.version>
5353
</properties>
5454

5555
<dependencyManagement>
@@ -320,7 +320,7 @@
320320
<dependency>
321321
<groupId>com.puppycrawl.tools</groupId>
322322
<artifactId>checkstyle</artifactId>
323-
<version>10.18.0</version>
323+
<version>10.18.1</version>
324324
</dependency>
325325
</dependencies>
326326
<configuration>
@@ -357,12 +357,12 @@
357357
<dependency>
358358
<groupId>net.sourceforge.pmd</groupId>
359359
<artifactId>pmd-core</artifactId>
360-
<version>7.4.0</version>
360+
<version>7.5.0</version>
361361
</dependency>
362362
<dependency>
363363
<groupId>net.sourceforge.pmd</groupId>
364364
<artifactId>pmd-java</artifactId>
365-
<version>7.4.0</version>
365+
<version>7.5.0</version>
366366
</dependency>
367367
</dependencies>
368368
</plugin>

0 commit comments

Comments
 (0)