Skip to content

Commit

Permalink
Merge pull request #1036 from GoogleCloudPlatform/vulnerabilities-fix
Browse files Browse the repository at this point in the history
Fix npm and spring boot vulnerabilities - upgrade tomcat version for spring-boot example, add package-lock.json for npm (yarn) example
  • Loading branch information
Tiyas-13 authored Feb 19, 2025
2 parents 65987ab + 0c7bb5e commit b4359b8
Show file tree
Hide file tree
Showing 2 changed files with 1,345 additions and 0 deletions.
1 change: 1 addition & 0 deletions mvn/examples/spring_boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<tomcat.version>9.0.98</tomcat.version>
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit b4359b8

Please sign in to comment.