Skip to content

Commit 078531f

Browse files
build: bump version.log4j from 2.12.4 to 2.25.4 (#4441)
* build: bump version.log4j from 2.12.4 to 2.25.4 Bumps `version.log4j` from 2.12.4 to 2.25.4. Updates `org.apache.logging.log4j:log4j-core` from 2.12.4 to 2.25.4 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.12.4 to 2.25.4 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.4 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-version: 2.25.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Reverting version from root pom file * Update java8 pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>
1 parent 87b405f commit 078531f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • apm-agent-builds/apm-agent-java8
  • apm-agent-plugins/apm-logging-plugin/apm-log4j2-plugin

apm-agent-builds/apm-agent-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Upgrade log4j2 to non vulnerable version -->
2222
<groupId>org.apache.logging.log4j</groupId>
2323
<artifactId>log4j-bom</artifactId>
24-
<version>2.25.3</version>
24+
<version>2.25.4</version>
2525
<scope>import</scope>
2626
<type>pom</type>
2727
</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.25.3</version>
27+
<version>2.25.4</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
<dependency>

0 commit comments

Comments
 (0)