diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b02cb1..a93fac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +* v0.6.6 -- 2022-01-04 + * Update `build-uber-log4j2-handler` to v0.1.4 for updated log4j2 dependency. + * v0.6.5 972031a -- 2021-12-23 * Update `tools.build` to v0.7.4 for various enhancements and bug fixes. diff --git a/deps.edn b/deps.edn index 5289aef..0356251 100644 --- a/deps.edn +++ b/deps.edn @@ -1,4 +1,4 @@ {:deps {io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"} - io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"} + io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"} slipset/deps-deploy {:mvn/version "0.2.0"}}} diff --git a/slim/deps.edn b/slim/deps.edn index fb81cd8..7056b5e 100644 --- a/slim/deps.edn +++ b/slim/deps.edn @@ -2,4 +2,4 @@ {io.github.seancorfield/build-clj-slim {:local/root "../" :exclusions [slipset/deps-deploy]} io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"} - io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"}}} + io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"}}}