Skip to content

Commit

Permalink
fix: klass-forvaltning/pom.xml to reduce vulnerabilities
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-ORGSPRINGFRAMEWORK-2436751
  • Loading branch information
snyk-bot committed Jul 4, 2024
1 parent 4ad9dc0 commit 5c4be83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions klass-forvaltning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<vaadin.plugin.version>7.7.25</vaadin.plugin.version>
<vaadin.testbench.api.version>7.7.14</vaadin.testbench.api.version>
<vaadin.widgetset.mode>local</vaadin.widgetset.mode>
<vaadin-spring-boot-starter-version>1.0.0</vaadin-spring-boot-starter-version>
<vaadin-spring-boot-starter-version>4.0.0</vaadin-spring-boot-starter-version>
<vaadin-spring-ext-security-version>0.0.7.RELEASE</vaadin-spring-ext-security-version>
<!--IMPORTANT HIBERNATE BUG FIX ( needed for Translatable as lobs)-->
<!--https://hibernate.atlassian.net/browse/HHH-10818-->
Expand All @@ -42,7 +42,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.4.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<relativePath/> <!-- lookup parent from repository -->
</parent>

<scm>
Expand Down

0 comments on commit 5c4be83

Please sign in to comment.