This is an automated email from the ASF dual-hosted git repository.
github-bot 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 3d08aae Update `org.codehaus.mojo:build-helper-maven-plugin` to
version `3.5.0` (#51)
3d08aae is described below
commit 3d08aaea919f487a762c3a994fbb08f7270036f2
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Nov 27 08:46:16 2023 +0000
Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0`
(#51)
---
pom.xml | 2 +-
.../.1.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml | 8 ++++++++
src/site/_release-notes/_1.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 630be2d..518b5e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<mockito-kotlin.version>4.1.0</mockito-kotlin.version>
<!-- plugin versions -->
-
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
+
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<maven-shade-plugin.version>2.2</maven-shade-plugin.version>
diff --git
a/src/changelog/.1.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml
b/src/changelog/.1.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml
new file mode 100644
index 0000000..2833074
--- /dev/null
+++
b/src/changelog/.1.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml
@@ -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.2.xsd"
+ type="changed">
+ <issue id="51"
link="https://github.com/apache/logging-log4j-kotlin/pull/51"/>
+ <description format="asciidoc">Update
`org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc
b/src/site/_release-notes/_1.x.x.adoc
index d648b99..5af8471 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,5 +48,6 @@ This minor release bumps the Kotlin baseline to 1.6.21 and
contains various smal
==== Changed
* Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0`
(https://github.com/apache/logging-log4j-kotlin/pull/51[51])
* Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1`
(https://github.com/apache/logging-log4j-kotlin/pull/50[50])
* Update `org.junit:junit-bom` to version `5.10.1`
(https://github.com/apache/logging-log4j-kotlin/pull/49[49])