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 11name : 🐞 Bug
22description : Create a bug report for something that is broken
33labels : [bug]
4+ type : bug
45body :
56 - type : markdown
67 attributes :
Original file line number Diff line number Diff line change 11name : ✨ Feature/Enhancement
22description : Suggest a new feature or enhancement
33labels : [enhancement]
4+ type : feature
45body :
56 - type : markdown
67 attributes :
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ jobs:
172172 with :
173173 github_token : ${{ secrets.GITHUB_TOKEN }}
174174 publish_dir : ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
175+ force_orphan : true
175176
176177 after-release :
177178 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >com.puppycrawl.tools</groupId >
4747 <artifactId >checkstyle</artifactId >
48- <version >10.21.0 </version >
48+ <version >10.21.2 </version >
4949 </dependency >
5050 </dependencies >
5151 <configuration >
8282 <dependency >
8383 <groupId >net.sourceforge.pmd</groupId >
8484 <artifactId >pmd-core</artifactId >
85- <version >7.8 .0</version >
85+ <version >7.10 .0</version >
8686 </dependency >
8787 <dependency >
8888 <groupId >net.sourceforge.pmd</groupId >
8989 <artifactId >pmd-java</artifactId >
90- <version >7.8 .0</version >
90+ <version >7.10 .0</version >
9191 </dependency >
9292 </dependencies >
9393 </plugin >
Original file line number Diff line number Diff line change 2929 <mainClass >software.xdev.vaadin.Application</mainClass >
3030
3131 <!-- Dependency-Versions -->
32- <vaadin .version>24.6.0 </vaadin .version>
32+ <vaadin .version>24.6.2 </vaadin .version>
3333
34- <org .springframework.boot.version>3.4.0 </org .springframework.boot.version>
34+ <org .springframework.boot.version>3.4.2 </org .springframework.boot.version>
3535 </properties >
3636
3737 <dependencyManagement >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.5.8 </vaadin .version>
52+ <vaadin .version>24.6.2 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
313313 <dependency >
314314 <groupId >com.puppycrawl.tools</groupId >
315315 <artifactId >checkstyle</artifactId >
316- <version >10.21.0 </version >
316+ <version >10.21.2 </version >
317317 </dependency >
318318 </dependencies >
319319 <configuration >
350350 <dependency >
351351 <groupId >net.sourceforge.pmd</groupId >
352352 <artifactId >pmd-core</artifactId >
353- <version >7.8 .0</version >
353+ <version >7.10 .0</version >
354354 </dependency >
355355 <dependency >
356356 <groupId >net.sourceforge.pmd</groupId >
357357 <artifactId >pmd-java</artifactId >
358- <version >7.8 .0</version >
358+ <version >7.10 .0</version >
359359 </dependency >
360360 </dependencies >
361361 </plugin >
You can’t perform that action at this time.
0 commit comments