From 54038de316cc6370879bd9f8e0f06373b85ffa42 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Wed, 20 Nov 2024 08:21:43 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-8383920 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230364 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230365 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230366 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-8230368 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c033aa..a76c9d1 100644 --- a/pom.xml +++ b/pom.xml @@ -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.2.11</spring-boot.version> <json-smart.version>5.2.2</json-smart.version> </properties>