This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new c071729d68 Update `org.assertj:assertj-core` to version `3.25.1`
(#2153)
c071729d68 is described below
commit c071729d68d904dae9a5ed82cf2ee1561f6c3594
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Jan 3 11:49:05 2024 +0000
Update `org.assertj:assertj-core` to version `3.25.1` (#2153)
---
log4j-parent/pom.xml | 2 +-
src/changelog/.2.x.x/update_org_assertj_assertj_core.xml | 4 ++--
src/site/_release-notes/_2.x.x.adoc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 1d17ecf791..d483bc2d99 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -63,7 +63,7 @@
<activemq.version>6.0.1</activemq.version>
<angus-activation.version>2.0.1</angus-activation.version>
<angus-mail.version>2.0.2</angus-mail.version>
- <assertj.version>3.25.0</assertj.version>
+ <assertj.version>3.25.1</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<bsh.version>2.0b6</bsh.version>
<cassandra.version>3.11.16</cassandra.version>
diff --git a/src/changelog/.2.x.x/update_org_assertj_assertj_core.xml
b/src/changelog/.2.x.x/update_org_assertj_assertj_core.xml
index ac26bc0952..e4e084f9d6 100644
--- a/src/changelog/.2.x.x/update_org_assertj_assertj_core.xml
+++ b/src/changelog/.2.x.x/update_org_assertj_assertj_core.xml
@@ -3,6 +3,6 @@
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
- <issue id="2145" link="https://github.com/apache/logging-log4j2/pull/2145"/>
- <description format="asciidoc">Update `org.assertj:assertj-core` to version
`3.25.0`</description>
+ <issue id="2153" link="https://github.com/apache/logging-log4j2/pull/2153"/>
+ <description format="asciidoc">Update `org.assertj:assertj-core` to version
`3.25.1`</description>
</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 05ca36dfd9..e76c43e0ff 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -48,5 +48,5 @@ This releases contains ...
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1`
(https://github.com/apache/logging-log4j2/pull/2126[2126])
* Update `github/codeql-action` to version `3.22.12`
(https://github.com/apache/logging-log4j2/pull/2130[2130])
-* Update `org.assertj:assertj-core` to version `3.25.0`
(https://github.com/apache/logging-log4j2/pull/2145[2145])
+* Update `org.assertj:assertj-core` to version `3.25.1`
(https://github.com/apache/logging-log4j2/pull/2153[2153])
* Update `org.codehaus.groovy:groovy-bom` to version `3.0.20`
(https://github.com/apache/logging-log4j2/pull/2125[2125])