Skip to content

Commit e9f0ba6

Browse files
Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.23.1 (#104)
--------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent d8c2007 commit e9f0ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<artifactItem>
165165
<groupId>org.apache.logging.log4j</groupId>
166166
<artifactId>log4j-api</artifactId>
167-
<version>2.20.0</version>
167+
<version>2.23.1</version>
168168
</artifactItem>
169169
<artifactItem>
170170
<groupId>jakarta.xml.bind</groupId>

src/test/test-data/valid.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ main is org.apache.maven.app.App from maven
1818

1919
[maven]
2020
import jakarta.xml.bind from xml
21-
load ${basedir}/target/test-lib/log4j-api-2.20.0.jar
21+
load ${basedir}/target/test-lib/log4j-api-2.23.1.jar
2222

2323
[glob]
2424
load ${basedir}/src/test/test-data/*.jar

0 commit comments

Comments
 (0)