Skip to content

Commit

Permalink
Merge pull request #94 from pmonks/dev
Browse files Browse the repository at this point in the history
Release 2.0.419
  • Loading branch information
pmonks committed Jun 14, 2024
2 parents 54d484f + 33a9187 commit fdfc38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
org.clojure/tools.deps {:mvn/version "0.19.1432"}
org.clojure/data.json {:mvn/version "2.5.0"}
slipset/deps-deploy {:mvn/version "0.2.2" :exclusions [org.slf4j/slf4j-nop ch.qos.logback/logback-classic]}
; io.github.clojure/tools.build {:mvn/version "0.9.6" :exclusions [org.slf4j/slf4j-nop]}
com.github.pmonks/tools-convenience {:mvn/version "1.0.154"}
com.github.pmonks/tools-pom {:mvn/version "1.0.139"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.235"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.241"}
clj-kondo/clj-kondo {:mvn/version "2024.05.24"}

; Forced versions for shit that's broken elsewhere
Expand All @@ -38,7 +37,7 @@
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.23.1"} ; Apache commons clogging bridge
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.23.1"} ; SLF4J clogging bridge
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.23.1"} ; log4j1 clogging bridge
; org.slf4j/slf4j-nop {:mvn/version "2.0.10"} ; Note: used for some commands invoked as sub-processes, but can't be used here or it will shadow log4j2
; org.slf4j/slf4j-nop {:mvn/version "2.0.13"} ; Note: used for some commands invoked as sub-processes, but can't be used here or it will shadow log4j2
jonase/eastwood {:mvn/version "1.4.0"} ; Note: 1.4.2 uses a version of org.ow2.asm/asm that's incompatible with clj-kondo's dependent version
codox/codox {:mvn/version "0.10.8"}
com.github.athos/clj-check {:git/sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}
Expand Down
2 changes: 1 addition & 1 deletion src/pbr/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

(def ^:private ver-clj-check {:git/sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"})
(def ^:private ver-test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"})
(def ^:private ver-slf4j {:mvn/version "2.0.10"})
(def ^:private ver-slf4j {:mvn/version "2.0.13"})
(def ^:private ver-log4j2 {:mvn/version "2.23.1"})
(def ^:private ver-eastwood {:mvn/version "1.4.0"})
(def ^:private ver-codox {:mvn/version "0.10.8"})
Expand Down

0 comments on commit fdfc38b

Please sign in to comment.