Skip to content

Commit 30dd3f6

Browse files
committed
fix: klass-forvaltning/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent 094285b commit 30dd3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klass-forvaltning/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<vaadin.plugin.version>7.7.25</vaadin.plugin.version>
2121
<vaadin.testbench.api.version>7.7.14</vaadin.testbench.api.version>
2222
<vaadin.widgetset.mode>local</vaadin.widgetset.mode>
23-
<vaadin-spring-boot-starter-version>1.0.0</vaadin-spring-boot-starter-version>
23+
<vaadin-spring-boot-starter-version>14.12.4</vaadin-spring-boot-starter-version>
2424
<vaadin-spring-ext-security-version>0.0.7.RELEASE</vaadin-spring-ext-security-version>
2525
<!--IMPORTANT HIBERNATE BUG FIX ( needed for Translatable as lobs)-->
2626
<!--https://hibernate.atlassian.net/browse/HHH-10818-->
@@ -42,7 +42,7 @@
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-starter-parent</artifactId>
4444
<version>1.4.4.RELEASE</version>
45-
<relativePath /> <!-- lookup parent from repository -->
45+
<relativePath/> <!-- lookup parent from repository -->
4646
</parent>
4747

4848
<scm>

0 commit comments

Comments
 (0)