Skip to content

Commit ce6a772

Browse files
fix: pom.xml to reduce vulnerabilities (#113)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMVAADIN-1085644 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 9d116e0 commit ce6a772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<properties>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6161
<vm.version>${project.version}</vm.version>
62-
<vaadin.version>7.7.13</vaadin.version>
62+
<vaadin.version>7.7.23</vaadin.version>
6363
<netbeans.version>RELEASE82</netbeans.version>
6464
<junit.version>4.12</junit.version>
6565
<mysql.version>8.0.16</mysql.version>

0 commit comments

Comments
 (0)