Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 171d5f1

Browse files
committed
update log4j conflict handler; prep for v0.6.6
1 parent 0214117 commit 171d5f1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
* v0.6.6 -- 2022-01-04
4+
* Update `build-uber-log4j2-handler` to v0.1.4 for updated log4j2 dependency.
5+
36
* v0.6.5 972031a -- 2021-12-23
47
* Update `tools.build` to v0.7.4 for various enhancements and bug fixes.
58

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:deps
22
{io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
3-
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"}
3+
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"}
44
slipset/deps-deploy {:mvn/version "0.2.0"}}}

slim/deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{io.github.seancorfield/build-clj-slim {:local/root "../"
33
:exclusions [slipset/deps-deploy]}
44
io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
5-
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"}}}
5+
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"}}}

0 commit comments

Comments
 (0)