Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#106)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-MYSQL-174574
  • Loading branch information
snyk-bot authored and javydreamercsw committed May 6, 2019
1 parent ae7d74f commit 569b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<vaadin.version>7.7.13</vaadin.version>
<netbeans.version>RELEASE82</netbeans.version>
<junit.version>4.12</junit.version>
<mysql.version>6.0.6</mysql.version>
<mysql.version>8.0.16</mysql.version>
<h2.version>1.4.197</h2.version>
<poi.version>3.17</poi.version>
<vaadin.icons.version>3.0.1</vaadin.icons.version>
Expand Down

0 comments on commit 569b204

Please sign in to comment.