Skip to content

Commit 58bc586

Browse files
Merge pull request #112 from justinstoller/update-jruby-9.3.11
(maint) Update jruby 9.3.11
2 parents c206724 + ac76d84 commit 58bc586

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
(defproject puppetlabs/jruby-utils "4.0.3"
1+
(defproject puppetlabs/jruby-utils "4.1.0-SNAPSHOT"
22
:description "A library for working with JRuby"
33
:url "https://github.com/puppetlabs/jruby-utils"
44
:license {:name "Apache License, Version 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}
66

77
:min-lein-version "2.9.1"
8-
:parent-project {:coords [puppetlabs/clj-parent "4.10.1"]
8+
:parent-project {:coords [puppetlabs/clj-parent "5.6.3"]
99
:inherit [:managed-dependencies]}
1010

1111
:pedantic? :abort
@@ -22,7 +22,7 @@
2222
[prismatic/schema]
2323
[slingshot]
2424

25-
[puppetlabs/jruby-deps "9.3.9.0-1"]
25+
[puppetlabs/jruby-deps "9.3.11.0-1"]
2626

2727
[puppetlabs/i18n]
2828
[puppetlabs/kitchensink]
@@ -42,7 +42,7 @@
4242

4343
:profiles {:dev {:dependencies [[puppetlabs/kitchensink :classifier "test" :scope "test"]
4444
[puppetlabs/trapperkeeper :classifier "test" :scope "test"]
45-
[org.bouncycastle/bcpkix-jdk15on]
45+
[org.bouncycastle/bcpkix-jdk18on]
4646
[org.tcrawley/dynapath]]
4747
:jvm-opts ["-Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger"
4848
"-Xms1G"

0 commit comments

Comments
 (0)