Skip to content

Commit

Permalink
use new version of server-ssl with updated cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ricroberts committed Oct 7, 2021
1 parent 6b6283b commit 886fc09
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-1.1"
"mongodb" "3.2"
"server-ssl" "1.2020"}
"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-1.1" ;; NOTE: also update this in dependencies-mongo-auth.edn
"server-ssl" "1.2020"}
"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 @@ -42,4 +42,4 @@
:omni/package-name "drafter-pmd3"
:omni/dependencies {"stardog" "5.2.0-1.0" ; pmd3 needs stardog 5
"mongodb" "3.2"
"server-ssl" "1.2020"}}]
"server-ssl" "1.2021"}}]

0 comments on commit 886fc09

Please sign in to comment.