diff --git a/README.md b/README.md index 9ed54d733..823444d49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PuppetDB [![Build Status](https://app.travis-ci.com/puppetlabs/puppetdb.svg?branch=main)](https://app.travis-ci.com/puppetlabs/puppetdb) +# OpenVoxDB [![Build Status](https://app.travis-ci.com/puppetlabs/puppetdb.svg?branch=main)](https://app.travis-ci.com/puppetlabs/puppetdb) [docs]: https://docs.puppet.com/puppetdb/latest [contributing]: documentation/CONTRIBUTING.md diff --git a/project.clj b/project.clj index 25d639e39..d37e66735 100644 --- a/project.clj +++ b/project.clj @@ -101,7 +101,7 @@ (def kitchensink-version "3.5.3") (def trapperkeeper-version "4.3.0") (def trapperkeeper-webserver-jetty10-version "1.1.0") -(def jackson-version "2.15.4") +(def jackson-version "2.17.0") (def i18n-version "1.0.2") (def slf4j-version "2.0.17") (defproject org.openvoxproject/puppetdb pdb-version @@ -172,7 +172,7 @@ [org.clojure/tools.nrepl "0.2.13"] ;; OpenVox specific - [org.openvoxproject/comidi "1.1.1"] + [org.openvoxproject/comidi "1.1.2"] [org.openvoxproject/i18n ~i18n-version] [org.openvoxproject/kitchensink] [org.openvoxproject/ssl-utils "3.6.1"] @@ -216,7 +216,7 @@ [bidi "2.1.6"] [clj-http "3.13.1"] [commons-io "2.21.0"] - [compojure "1.7.1"] + [compojure "1.7.2"] [ring/ring-core]] :jvm-opts ~pdb-jvm-opts