Skip to content

Commit c098689

Browse files
committed
bump log4j testing deps to 2.16.0
1 parent d16ab93 commit c098689

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Changed
11+
- Bumped log4j testing deps to 2.16.0
12+
1013
## [1.2.1] - 2021-12-10
1114

1215
### 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.15.0</version>
42+
<version>2.16.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>
4747
<artifactId>log4j-core</artifactId>
48-
<version>2.15.0</version>
48+
<version>2.16.0</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.15.0"]
16-
[org.apache.logging.log4j/log4j-core "2.15.0"]
15+
[org.apache.logging.log4j/log4j-api "2.16.0"]
16+
[org.apache.logging.log4j/log4j-core "2.16.0"]
1717
[commons-logging "1.2"]
1818
[criterium "0.4.6"]]}})

0 commit comments

Comments
 (0)