Skip to content

Commit dc42d65

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/vaadin-grid-filter into develop
2 parents f613597 + 0caa5d5 commit dc42d65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.config/pmd/java/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205
<rule name="AvoidStringBuilderOrBuffer"
206206
language="java"
207-
message="StringBuilder/ should not be used"
207+
message="StringBuilder/StringBuffer should not be used"
208208
class="net.sourceforge.pmd.lang.rule.xpath.XPathRule">
209209
<description>
210210
Usually all cases where `StringBuilder` (or the outdated `StringBuffer`) is used are either due to confusing (legacy) logic or may be replaced by a simpler string concatenation.

vaadin-grid-filter-demo/pom.xml

Lines changed: 2 additions & 2 deletions
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.8.8</vaadin.version>
32+
<vaadin.version>24.9.2</vaadin.version>
3333

3434
<org.springframework.boot.version>3.5.6</org.springframework.boot.version>
3535
</properties>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.codehaus.mojo</groupId>
142142
<artifactId>exec-maven-plugin</artifactId>
143-
<version>3.5.1</version>
143+
<version>3.6.1</version>
144144
<executions>
145145
<execution>
146146
<id>patch-package-json-overrides</id>

vaadin-grid-filter/pom.xml

Lines changed: 1 addition & 1 deletion
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.8.8</vaadin.version>
52+
<vaadin.version>24.9.2</vaadin.version>
5353
</properties>
5454

5555
<dependencyManagement>

0 commit comments

Comments
 (0)