Skip to content

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter-web from 3.1.4 to 3.1.9 #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: pom.xml to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Mar 14, 2024
commit 1f415e67989b1cfaf3cb55d741e690345ecba482
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Demo project for graphql-springboot-api-integration</description>
<properties>
<java.version>1.8</java.version>
<spring-boot.version>3.1.4</spring-boot.version>
<spring-boot.version>3.1.9</spring-boot.version>
<json-smart.version>5.2.2</json-smart.version>
</properties>

Expand Down