Skip to content

Commit

Permalink
Merge branch 'master' into FixSharePermissionBugInGraphQLUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aklish authored Sep 19, 2019
2 parents 7910119 + b343831 commit 581b2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-contrib/elide-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion elide-contrib/elide-test-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.graphql-java</groupId>
Expand Down

0 comments on commit 581b2e8

Please sign in to comment.