Skip to content

Commit

Permalink
fix: converter-codegen-testapp/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-8384234
  • Loading branch information
snyk-bot committed Nov 26, 2024
1 parent eb2842d commit c609c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter-codegen-testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.6.6</version>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c609c67

Please sign in to comment.