Skip to content

Commit 9e9466e

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-7430175
1 parent 28beb4e commit 9e9466e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Demo project for graphql-springboot-api-integration</description>
1717
<properties>
1818
<java.version>1.8</java.version>
19-
<spring-boot.version>3.1.4</spring-boot.version>
19+
<spring-boot.version>3.2.7</spring-boot.version>
2020
<json-smart.version>5.2.2</json-smart.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)