Skip to content

Commit ead2200

Browse files
committed
(maint) Update clj-parent to the version shipped in Server 7.x
1 parent c206724 commit ead2200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
@@ -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)