Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 #97

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 All @@ -41,7 +41,7 @@
<xmlunit.version>2.9.1</xmlunit.version>

<!-- Maven plugin versions -->
<maven-plugin.version>3.10.2</maven-plugin.version>
<maven-plugin.version>3.11.0</maven-plugin.version>
<maven-plugin-api.version>3.6.3</maven-plugin-api.version>
<modello-maven-plugin.version>${modello.version}</modello-maven-plugin.version>
<sisu-maven-plugin.version>0.9.0.M2</sisu-maven-plugin.version>
Expand Down
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="98" link="https://github.com/apache/logging-log4j-tools/pull/98"/>
<description format="asciidoc">Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0`</description>
</entry>
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>
4 changes: 3 additions & 1 deletion src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ This minor release contains various bug fixes and improvements.
[#release-notes-0-x-x-updated]
==== Updated

* Update `apache/logging-parent` to version `10.6.0`
* 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])