Skip to content

Commit

Permalink
ARD-15114 upgrade tinkerpop 3.x.x to 3.5.4 due to security issues w/ …
Browse files Browse the repository at this point in the history
…databind
  • Loading branch information
holyjak committed Jan 13, 2023
1 parent 641b217 commit 664ceff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(defproject ardoq/ogre "3.0.0.0-beta2"
(defproject com.ardoq/ogre "3.0.0.0-beta2"
:description "Clojure dialect of the Gremlin graph processing language"
:url "https://github.com/clojurewerkz/ogre"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:aot :all
:dependencies [[org.clojure/clojure "1.8.0"]
[potemkin "0.4.3"]
[org.apache.tinkerpop/gremlin-core "3.2.3"]
[org.apache.tinkerpop/gremlin-test "3.2.3" :scope "test"]
[org.apache.tinkerpop/tinkergraph-gremlin "3.2.3" :scope "test"]
[org.apache.tinkerpop/gremlin-core "3.5.4"]
[org.apache.tinkerpop/gremlin-test "3.5.4" :scope "test"]
[org.apache.tinkerpop/tinkergraph-gremlin "3.5.4" :scope "test"]
[org.slf4j/slf4j-log4j12 "1.7.21" :scope "test"]]
:source-paths ["src/clojure"]
:profiles {:dev { :global-vars {*assert* true}
Expand Down

0 comments on commit 664ceff

Please sign in to comment.