Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down
Loading