Skip to content

Commit 4f28c7a

Browse files
committed
Upgrade to Log4j version 2.22.0
1 parent 95b7440 commit 4f28c7a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

appender/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@
4747
<artifactId>resilience4j-ratelimiter</artifactId>
4848
</dependency>
4949

50+
<dependency>
51+
<groupId>com.github.spotbugs</groupId>
52+
<artifactId>spotbugs-annotations</artifactId>
53+
<scope>provided</scope>
54+
</dependency>
55+
56+
<dependency>
57+
<groupId>biz.aQute.bnd</groupId>
58+
<artifactId>biz.aQute.bnd.annotation</artifactId>
59+
<scope>provided</scope>
60+
</dependency>
61+
5062
<dependency>
5163
<groupId>org.junit.jupiter</groupId>
5264
<artifactId>junit-jupiter-engine</artifactId>

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@
8888
<!-- library versions -->
8989
<assertj.version>3.24.2</assertj.version>
9090
<awaitility.version>4.2.0</awaitility.version>
91+
<bndtools.version>7.0.0</bndtools.version>
9192
<embedded-redis.version>0.8.3</embedded-redis.version>
9293
<errorprone.version>2.15.0</errorprone.version>
9394
<jedis.version>5.0.2</jedis.version>
9495
<junit5.version>5.10.1</junit5.version>
95-
<log4j2.version>2.21.1</log4j2.version>
96+
<log4j2.version>2.22.0</log4j2.version>
9697
<resilience4j.version>1.7.1</resilience4j.version>
9798
<slf4j.version>2.0.9</slf4j.version>
99+
<spotbugs.version>4.8.2</spotbugs.version>
98100

99101
<!-- plugin versions -->
100102
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
@@ -160,6 +162,18 @@
160162
<version>${slf4j.version}</version>
161163
</dependency>
162164

165+
<dependency>
166+
<groupId>com.github.spotbugs</groupId>
167+
<artifactId>spotbugs-annotations</artifactId>
168+
<version>${spotbugs.version}</version>
169+
</dependency>
170+
171+
<dependency>
172+
<groupId>biz.aQute.bnd</groupId>
173+
<artifactId>biz.aQute.bnd.annotation</artifactId>
174+
<version>${bndtools.version}</version>
175+
</dependency>
176+
163177
<dependency>
164178
<groupId>org.awaitility</groupId>
165179
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)