Skip to content

Commit

Permalink
Merge pull request #9 from intuit/fix_sec_json_gql_artifacts
Browse files Browse the repository at this point in the history
fix security issues
  • Loading branch information
yaronTTkarni authored Jul 31, 2024
2 parents 57cd70b + d325488 commit 01e2219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>20.4</version>
<version>22.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20240303</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 01e2219

Please sign in to comment.