File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed
vaadin-simple-grid-filter-demo
vaadin-simple-grid-filter Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug
2
2
description : Create a bug report for something that is broken
3
3
labels : [bug]
4
+ type : bug
4
5
body :
5
6
- type : markdown
6
7
attributes :
Original file line number Diff line number Diff line change 1
1
name : ✨ Feature/Enhancement
2
2
description : Suggest a new feature or enhancement
3
3
labels : [enhancement]
4
+ type : feature
4
5
body :
5
6
- type : markdown
6
7
attributes :
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ jobs:
172
172
with :
173
173
github_token : ${{ secrets.GITHUB_TOKEN }}
174
174
publish_dir : ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
175
+ force_orphan : true
175
176
176
177
after-release :
177
178
runs-on : ubuntu-latest
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.21.0 </version >
48
+ <version >10.21.2 </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.8 .0</version >
85
+ <version >7.10 .0</version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >net.sourceforge.pmd</groupId >
89
89
<artifactId >pmd-java</artifactId >
90
- <version >7.8 .0</version >
90
+ <version >7.10 .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.6.0 </vaadin .version>
32
+ <vaadin .version>24.6.2 </vaadin .version>
33
33
34
- <org .springframework.boot.version>3.4.0 </org .springframework.boot.version>
34
+ <org .springframework.boot.version>3.4.2 </org .springframework.boot.version>
35
35
</properties >
36
36
37
37
<dependencyManagement >
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.5.8 </vaadin .version>
52
+ <vaadin .version>24.6.2 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
313
313
<dependency >
314
314
<groupId >com.puppycrawl.tools</groupId >
315
315
<artifactId >checkstyle</artifactId >
316
- <version >10.21.0 </version >
316
+ <version >10.21.2 </version >
317
317
</dependency >
318
318
</dependencies >
319
319
<configuration >
350
350
<dependency >
351
351
<groupId >net.sourceforge.pmd</groupId >
352
352
<artifactId >pmd-core</artifactId >
353
- <version >7.8 .0</version >
353
+ <version >7.10 .0</version >
354
354
</dependency >
355
355
<dependency >
356
356
<groupId >net.sourceforge.pmd</groupId >
357
357
<artifactId >pmd-java</artifactId >
358
- <version >7.8 .0</version >
358
+ <version >7.10 .0</version >
359
359
</dependency >
360
360
</dependencies >
361
361
</plugin >
You can’t perform that action at this time.
0 commit comments