This is an automated email from the ASF dual-hosted git repository.
rgupta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new 997d607 Bump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.2
(#135)
997d607 is described below
commit 997d6078d5a2c752a100f6fe56c27a5070ad7e3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 13:11:14 2026 +0000
Bump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.2 (#135)
Bumps
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2)
from 2.24.3 to 2.25.2.
- [Release notes](https://github.com/apache/logging-log4j2/releases)
-
[Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
-
[Commits](https://github.com/apache/logging-log4j2/compare/rel/2.24.3...rel/2.25.2)
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
dependency-version: 2.25.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 14 +++++++++++++-
.../.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml | 4 ++--
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c7abfe1..7e20eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<!-- dependency versions -->
<jmh.version>1.37</jmh.version>
<junit.version>6.0.3</junit.version>
- <log4j.version>2.24.3</log4j.version>
+ <log4j.version>2.25.4</log4j.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
<mockito-kotlin.version>4.1.0</mockito-kotlin.version>
@@ -214,6 +214,18 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ <version>4.8.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.annotation</artifactId>
+ <version>8.1.0</version>
+ </dependency>
+
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
b/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
index 01cc7f9..e291ad1 100644
--- a/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
+++ b/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="101"
link="https://github.com/apache/logging-log4j-kotlin/pull/101"/>
- <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom`
to version `2.24.3`</description>
+ <issue id="135"
link="https://github.com/apache/logging-log4j-kotlin/pull/135"/>
+ <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom`
to version `2.25.4`</description>
</entry>