Skip to content

Commit d4dde3d

Browse files
Bump version.log4j from 2.12.4 to 2.23.0 (#3541)
* Bump version.log4j from 2.12.4 to 2.23.0 Bumps `version.log4j` from 2.12.4 to 2.23.0. Updates `org.apache.logging.log4j:log4j-core` from 2.12.4 to 2.23.0 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.12.4 to 2.23.0 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonas Kunz <[email protected]>
1 parent 29a56ad commit d4dde3d

File tree

2 files changed

+2
-2
lines changed
  • apm-agent-plugins
    • apm-ecs-logging-plugin
    • apm-logging-plugin/apm-log4j2-plugin

2 files changed

+2
-2
lines changed

apm-agent-plugins/apm-ecs-logging-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
4343
<artifactId>log4j-core</artifactId>
44-
<version>2.22.0</version>
44+
<version>2.23.0</version>
4545
<scope>provided</scope>
4646
<optional>true</optional>
4747
</dependency>

apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.logging.log4j</groupId>
2626
<artifactId>log4j-core</artifactId>
27-
<version>2.22.0</version>
27+
<version>2.23.0</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
<dependency>

0 commit comments

Comments
 (0)