Skip to content

Commit

Permalink
Dep upgrades
Browse files Browse the repository at this point in the history
tools.logging 1.2.4
unilog 0.7.29
ring 1.9.5
bouncycastle/bcprov-jdk15on 1.70
fipp 0.6.25
  • Loading branch information
aphyr committed Jan 26, 2022
1 parent 4069fc8 commit aabb8c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jepsen/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/data.fressian "1.0.0"]
[org.clojure/tools.logging "1.1.0"]
[org.clojure/tools.logging "1.2.4"]
[org.clojure/tools.cli "1.0.206"]
[spootnik/unilog "0.7.28"]
[elle "0.1.4-SNAPSHOT"]
[spootnik/unilog "0.7.29"]
[elle "0.1.4"]
[clj-time "0.15.2"]
[jepsen.txn "0.1.2"]
[knossos "0.3.8"]
[clj-ssh "0.5.14"]
[gnuplot "0.1.3"]
[http-kit "2.5.3"]
[ring "1.9.4"]
[ring "1.9.5"]
[com.hierynomus/sshj "0.32.0"]
[com.jcraft/jsch.agentproxy.connector-factory "0.0.9"]
[com.jcraft/jsch.agentproxy.sshj "0.0.9"
:exclusions [net.schmizz/sshj]]
[org.bouncycastle/bcprov-jdk15on "1.69"]
[org.bouncycastle/bcprov-jdk15on "1.70"]
[hiccup "1.0.5"]
[metametadata/multiset "0.1.1"]
[byte-streams "0.2.5-alpha2"]
[dom-top "1.0.7-SNAPSHOT"]
[dom-top "1.0.7"]
[slingshot "0.12.2"]
[org.clojure/data.codec "0.1.1"]
[fipp "0.6.24"]
[fipp "0.6.25"]
[io.lacuna/bifurcan "0.1.0"]]
:java-source-paths ["src"]
:javac-options ["-target" "11" "-source" "11"]
Expand Down

0 comments on commit aabb8c8

Please sign in to comment.