File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- (defproject puppetlabs /jruby-utils " 4.0.3 "
1
+ (defproject puppetlabs /jruby-utils " 4.1.0-SNAPSHOT "
2
2
:description " A library for working with JRuby"
3
3
:url " https://github.com/puppetlabs/jruby-utils"
4
4
:license {:name " Apache License, Version 2.0"
5
5
:url " http://www.apache.org/licenses/LICENSE-2.0" }
6
6
7
7
: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 " ]
9
9
:inherit [:managed-dependencies ]}
10
10
11
11
:pedantic? :abort
22
22
[prismatic/schema]
23
23
[slingshot]
24
24
25
- [puppetlabs/jruby-deps " 9.3.9 .0-1" ]
25
+ [puppetlabs/jruby-deps " 9.3.11 .0-1" ]
26
26
27
27
[puppetlabs/i18n]
28
28
[puppetlabs/kitchensink]
42
42
43
43
:profiles {:dev {:dependencies [[puppetlabs/kitchensink :classifier " test" :scope " test" ]
44
44
[puppetlabs/trapperkeeper :classifier " test" :scope " test" ]
45
- [org.bouncycastle/bcpkix-jdk15on ]
45
+ [org.bouncycastle/bcpkix-jdk18on ]
46
46
[org.tcrawley/dynapath]]
47
47
:jvm-opts [" -Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger"
48
48
" -Xms1G"
You can’t perform that action at this time.
0 commit comments