Skip to content

Commit

Permalink
Merge pull request #67 from eBay/byarger/gql
Browse files Browse the repository at this point in the history
Adopting graphql-to-jsonschema v1.1.3.
  • Loading branch information
yarg0007 authored Feb 18, 2025
2 parents 6df1e1b + 7a08d82 commit 7c7ef4a
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 @@ -24,7 +24,7 @@
<maven.compiler.plugin.version>3.6.0</maven.compiler.plugin.version>
<maven.surefire.plugin.version>2.9</maven.surefire.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nstest.version>1.2.1</nstest.version>
<nstest.version>1.2.2</nstest.version>
<testng.version>7.5</testng.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.ebay.nst</groupId>
<artifactId>graphql-to-jsonschema</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 7c7ef4a

Please sign in to comment.