File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
@Grapes ([
3
3
@Grab (' com.sparkjava:spark-core:2.7.2' ),
4
4
@Grab (' org.neo4j.driver:neo4j-java-driver:1.7.2' ),
5
- @Grab (' org.neo4j:neo4j-graphql-java:1.0.1 ' ),
5
+ @Grab (' org.neo4j:neo4j-graphql-java:1.1.0 ' ),
6
6
@Grab (' com.google.code.gson:gson:2.8.5' )
7
7
])
8
8
Original file line number Diff line number Diff line change 8
8
<artifactId >neo4j-graphql-java</artifactId >
9
9
<name >Neo4j GraphQL Java</name >
10
10
<description >GraphQL to Cypher Mapping</description >
11
- <version >1.0.1 </version >
11
+ <version >1.1.0 </version >
12
12
<url >http://github.com/neo4j-graphql/neo4j-graphql-java</url >
13
13
14
14
<licenses >
Original file line number Diff line number Diff line change 1
1
= JVM Library to translate GraphQL queries and mutations to Neo4j's Cypher
2
- :version: 1.0.1
2
+ :version: 1.1.0
3
3
:toc:
4
4
:toclevels: 1
5
5
:toc-title: Quick Links
You can’t perform that action at this time.
0 commit comments