Skip to content

Commit 26f3c1c

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-31326
1 parent 75c03ca commit 26f3c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<guava.version>31.0.1-jre</guava.version>
2020
<swagger.version>3.0.0</swagger.version>
2121
<mybatis-plus-boot-starter.version>3.4.3.4</mybatis-plus-boot-starter.version>
22-
<graphql-spring-boot-starter.version>11.1.0</graphql-spring-boot-starter.version>
22+
<graphql-spring-boot-starter.version>12.0.0</graphql-spring-boot-starter.version>
2323
<graphql-java-tools.version>11.1.2</graphql-java-tools.version>
2424
<jsoup.version>1.14.2</jsoup.version>
2525
<compileflow.version>1.1.0</compileflow.version>

0 commit comments

Comments
 (0)