Skip to content

Commit

Permalink
fix: graphql/boot-graphql-webmvc/pom.xml to reduce vulnerabilities (#…
Browse files Browse the repository at this point in the history
…1582)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGRAPHQLJAVA-7573314

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
rajadilipkolli and snyk-bot authored Dec 19, 2024
1 parent 1cea86c commit f193822
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions graphql/boot-graphql-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<relativePath /> <!-- lookup parent from repository -->
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.graphql</groupId>
<artifactId>boot-graphql-webmvc</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-extended-scalars</artifactId>
<version>21.0</version>
<version>22.0</version>
</dependency>
<!-- Mapstruct -->
<dependency>
Expand Down Expand Up @@ -312,9 +312,9 @@
<palantirJavaFormat>
<version>2.50.0</version>
</palantirJavaFormat>
<importOrder />
<removeUnusedImports />
<formatAnnotations />
<importOrder/>
<removeUnusedImports/>
<formatAnnotations/>
</java>
</configuration>
<executions>
Expand Down

0 comments on commit f193822

Please sign in to comment.