File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
- ' .idea/**'
12
12
- ' assets/**'
13
13
pull_request :
14
- types : [opened, synchronize, reopened ]
14
+ branches : [ develop ]
15
15
paths-ignore :
16
16
- ' **.md'
17
17
- ' .config/**'
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >com.puppycrawl.tools</groupId >
47
47
<artifactId >checkstyle</artifactId >
48
- <version >10.18.0 </version >
48
+ <version >10.18.1 </version >
49
49
</dependency >
50
50
</dependencies >
51
51
<configuration >
82
82
<dependency >
83
83
<groupId >net.sourceforge.pmd</groupId >
84
84
<artifactId >pmd-core</artifactId >
85
- <version >7.4 .0</version >
85
+ <version >7.5 .0</version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >net.sourceforge.pmd</groupId >
89
89
<artifactId >pmd-java</artifactId >
90
- <version >7.4 .0</version >
90
+ <version >7.5 .0</version >
91
91
</dependency >
92
92
</dependencies >
93
93
</plugin >
Original file line number Diff line number Diff line change 29
29
<mainClass >software.xdev.vaadin.Application</mainClass >
30
30
31
31
<!-- Dependency-Versions -->
32
- <vaadin .version>24.4.10 </vaadin .version>
32
+ <vaadin .version>24.4.11 </vaadin .version>
33
33
34
34
<org .springframework.boot.version>3.3.3</org .springframework.boot.version>
35
35
</properties >
Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<!-- Dependency-Versions -->
52
- <vaadin .version>24.4.10 </vaadin .version>
52
+ <vaadin .version>24.4.11 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
320
320
<dependency >
321
321
<groupId >com.puppycrawl.tools</groupId >
322
322
<artifactId >checkstyle</artifactId >
323
- <version >10.18.0 </version >
323
+ <version >10.18.1 </version >
324
324
</dependency >
325
325
</dependencies >
326
326
<configuration >
357
357
<dependency >
358
358
<groupId >net.sourceforge.pmd</groupId >
359
359
<artifactId >pmd-core</artifactId >
360
- <version >7.4 .0</version >
360
+ <version >7.5 .0</version >
361
361
</dependency >
362
362
<dependency >
363
363
<groupId >net.sourceforge.pmd</groupId >
364
364
<artifactId >pmd-java</artifactId >
365
- <version >7.4 .0</version >
365
+ <version >7.5 .0</version >
366
366
</dependency >
367
367
</dependencies >
368
368
</plugin >
You can’t perform that action at this time.
0 commit comments