diff --git a/project.clj b/project.clj index a6c1d61e..c06a2e29 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,11 @@ -(defproject org.openvoxproject/jruby-utils "5.2.2-SNAPSHOT" +(defproject org.openvoxproject/jruby-utils "5.3.0-SNAPSHOT" :description "A library for working with JRuby" :url "https://github.com/openvoxproject/jruby-utils" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} :min-lein-version "2.9.1" - :parent-project {:coords [org.openvoxproject/clj-parent "7.5.1"] + :parent-project {:coords [org.openvoxproject/clj-parent "7.6.3"] :inherit [:managed-dependencies]} :pedantic? :abort @@ -23,7 +23,7 @@ [slingshot] [ring/ring-core] - [org.openvoxproject/jruby-deps "9.4.8.0-3"] + [org.openvoxproject/jruby-deps "9.4.14.0-2"] [org.openvoxproject/i18n] [org.openvoxproject/kitchensink] @@ -58,4 +58,4 @@ :testutils {:source-paths ^:replace ["test/unit" "test/integration"]}} :plugins [[lein-parent "0.3.9"] - [org.openvoxproject/i18n "0.9.4" :hooks false]]) + [org.openvoxproject/i18n "1.0.2" :hooks false]])