Skip to content

Commit

Permalink
Merge pull request #652 from Swirrl/sl/stardog-bump
Browse files Browse the repository at this point in the history
Bump omni stardog deps to 6.2.3-3.0 (java-home config opt)
  • Loading branch information
scottlowe authored Feb 7, 2023
2 parents 085dbf7 + 0135ef7 commit 108413c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies-mongo-auth.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"stardog" "6.2.3-2.1"
{"stardog" "6.2.3-3.0"
"mongodb" "4.4"
"server-ssl" "1.2021"}
2 changes: 1 addition & 1 deletion dependencies.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
;; note you should also edit dependencies-mongo-auth (which is used for the tests) or if you want to install mongo (e.g. for pmd3)
{"stardog" "6.2.3-2.1" ;; NOTE: also update this in dependencies-mongo-auth.edn
{"stardog" "6.2.3-3.0" ;; NOTE: also update this in dependencies-mongo-auth.edn
"server-ssl" "1.2021"}
2 changes: 1 addition & 1 deletion package/pmd3-manifest.edn
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
:env #{:dev :ci}}]}

:omni/package-name "drafter-pmd3"
:omni/dependencies {"stardog" "6.2.3-2.1"
:omni/dependencies {"stardog" "6.2.3-3.0"
"mongodb" "4.4"
"server-ssl" "1.2021"}}]

0 comments on commit 108413c

Please sign in to comment.