Skip to content

Commit

Permalink
feat:update to the last 3.6.x gremlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jun 25, 2024
1 parent 01aa8b4 commit f066a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<gremlin.version>3.5.6</gremlin.version>
<gremlin.version>3.6.7</gremlin.version>
<project.rootdir>${project.basedir}/../</project.rootdir>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>orientdb-gremlin-server</artifactId>

<properties>
<tinkerpop.version>3.5.6</tinkerpop.version>
<tinkerpop.version>3.6.7</tinkerpop.version>
<slf4j.version>1.7.21</slf4j.version>
<project.rootdir>${project.basedir}/../</project.rootdir>
</properties>
Expand Down

0 comments on commit f066a90

Please sign in to comment.