Skip to content

Commit

Permalink
Update org.assertj:assertj-core to version 3.25.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Jan 15, 2024
1 parent ab893ea commit bf0cb0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-tools-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>

<!-- Dependency versions -->
<assertj.version>3.24.2</assertj.version>
<assertj.version>3.25.1</assertj.version>
<commons-io.version>2.15.1</commons-io.version>
<freemarker.version>2.3.32</freemarker.version>
<jakarta.inject.version>1.0.5</jakarta.inject.version>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.0.x.x/update_org_assertj_assertj_core.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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="97" link="https://github.com/apache/logging-log4j-tools/pull/97"/>
<description format="asciidoc">Update `org.assertj:assertj-core` to version `3.25.1`</description>
</entry>
1 change: 1 addition & 0 deletions src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ This minor release contains various bug fixes and improvements.
* Update `org.apache.logging:logging-parent` to version `10.6.0`
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0` (https://github.com/apache/logging-log4j-tools/pull/98[98])
* Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j-tools/pull/97[97])

0 comments on commit bf0cb0e

Please sign in to comment.