Skip to content

Commit

Permalink
fix: samples/server/petstore/springboot-virtualan/pom.xml to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGHSQLDB-3040860
  • Loading branch information
snyk-bot committed Oct 23, 2022
1 parent d8d5709 commit 4840add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/server/petstore/springboot-virtualan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.5.0</version>
<version>2.7.1</version>
</dependency>
<!-- END Virtual Service API support -->
<dependency>
Expand Down

0 comments on commit 4840add

Please sign in to comment.