Skip to content

Commit

Permalink
Upgrade apache camel to 3.4.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
taraktikos authored Sep 2, 2020
1 parent 15f613c commit 312a2f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/tools.logging "1.0.0"]

[org.apache.camel/camel-core "3.4.1"]
[org.apache.camel/camel-sql "3.4.1"]
[org.apache.camel/camel-jcache "3.4.1"]
[org.apache.camel/camel-management "3.4.1"]
[org.apache.camel/camel-core "3.4.3"]
[org.apache.camel/camel-sql "3.4.3"]
[org.apache.camel/camel-jcache "3.4.3"]
[org.apache.camel/camel-management "3.4.3"]
[malabarba/lazy-map "1.3"]

[camel-snake-kebab "0.4.1"]
Expand All @@ -27,6 +27,6 @@

:profiles {:test {:dependencies [[com.rpl/specter "1.1.3"]
[org.ehcache/ehcache "3.8.1"]
[org.apache.camel/camel-http "3.3.0"]
[org.apache.camel/camel-jsonpath "3.3.0"]]}
[org.apache.camel/camel-http "3.4.3"]
[org.apache.camel/camel-jsonpath "3.4.3"]]}
:uberjar {:aot :all}})

0 comments on commit 312a2f0

Please sign in to comment.