Skip to content

Commit 7235ace

Browse files
committed
bump log4j test deps to 2.17.1
1 parent 5ef312f commit 7235ace

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66
([despite its flaws](https://www.youtube.com/watch?v=oyLBGkS5ICk)).
77

8+
## next
9+
10+
### Changed
11+
- Bumped log4j test deps to 2.17.1
12+
813
## [1.2.3] - 2021-12-18
914

1015
### Changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>org.apache.logging.log4j</groupId>
4141
<artifactId>log4j-api</artifactId>
42-
<version>2.17.0</version>
42+
<version>2.17.1</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>
4747
<artifactId>log4j-core</artifactId>
48-
<version>2.17.0</version>
48+
<version>2.17.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[org.clojure/test.check "1.1.1"]
1313
[org.slf4j/slf4j-api "1.7.32"]
1414
[org.slf4j/slf4j-log4j12 "1.7.32"]
15-
[org.apache.logging.log4j/log4j-api "2.17.0"]
16-
[org.apache.logging.log4j/log4j-core "2.17.0"]
15+
[org.apache.logging.log4j/log4j-api "2.17.1"]
16+
[org.apache.logging.log4j/log4j-core "2.17.1"]
1717
[commons-logging "1.2"]
1818
[criterium "0.4.6"]]}})

0 commit comments

Comments
 (0)