Skip to content

Commit

Permalink
Update dependencies and add graphql engine
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrorEnales committed Jun 1, 2022
1 parent b16d55e commit 78643c7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.6.2</version>
<version>4.6.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand All @@ -104,7 +104,12 @@
<dependency>
<groupId>com.arcadedb</groupId>
<artifactId>arcadedb-server</artifactId>
<version>21.11.1</version>
<version>22.2.1</version>
</dependency>
<dependency>
<groupId>com.arcadedb</groupId>
<artifactId>arcadedb-graphql</artifactId>
<version>22.2.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 78643c7

Please sign in to comment.