diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml index 43537068..73d8708f 100644 --- a/log4j-tools-parent/pom.xml +++ b/log4j-tools-parent/pom.xml @@ -32,7 +32,7 @@ - 3.24.2 + 3.25.1 2.15.1 2.3.32 1.0.5 @@ -41,7 +41,7 @@ 2.9.1 - 3.10.2 + 3.11.0 3.6.3 ${modello.version} 0.9.0.M2 diff --git a/src/changelog/.0.x.x/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml b/src/changelog/.0.x.x/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml new file mode 100644 index 00000000..2224efb2 --- /dev/null +++ b/src/changelog/.0.x.x/update_org_apache_maven_plugin_tools_maven_plugin_annotations.xml @@ -0,0 +1,8 @@ + + + + Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.11.0` + diff --git a/src/changelog/.0.x.x/update_org_assertj_assertj_core.xml b/src/changelog/.0.x.x/update_org_assertj_assertj_core.xml new file mode 100644 index 00000000..5cbed8f1 --- /dev/null +++ b/src/changelog/.0.x.x/update_org_assertj_assertj_core.xml @@ -0,0 +1,8 @@ + + + + Update `org.assertj:assertj-core` to version `3.25.1` + diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index d285c547..4eb9b57d 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -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])