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-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 7ba38ef Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11`
(#61)
7ba38ef is described below
commit 7ba38ef7ce23208a05a70320a3644bf4055127f6
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jan 15 09:24:01 2024 +0000
Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11` (#61)
---
log4j-transform-parent/pom.xml | 2 +-
src/changelog/.0.x.x/update_org_jacoco_jacoco_maven_plugin.xml | 8 ++++++++
src/site/_release-notes/_0.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index 1a4c9de..6254217 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -44,7 +44,7 @@
<slf4j.version>2.0.11</slf4j.version>
<!-- plugin versions -->
- <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<maven-invoker-plugin.version>3.6.0</maven-invoker-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<surefire.version>3.0.0-M7</surefire.version>
diff --git a/src/changelog/.0.x.x/update_org_jacoco_jacoco_maven_plugin.xml
b/src/changelog/.0.x.x/update_org_jacoco_jacoco_maven_plugin.xml
new file mode 100644
index 0000000..9e36f19
--- /dev/null
+++ b/src/changelog/.0.x.x/update_org_jacoco_jacoco_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.3.xsd"
+ type="updated">
+ <issue id="61"
link="https://github.com/apache/logging-log4j-transform/pull/61"/>
+ <description format="asciidoc">Update `org.jacoco:jacoco-maven-plugin` to
version `0.8.11`</description>
+</entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc
b/src/site/_release-notes/_0.x.x.adoc
index 6b483df..96fa239 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -63,4 +63,5 @@ This is the second release of the project.
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1`
(https://github.com/apache/logging-log4j-transform/pull/74[74])
* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j-transform/pull/72[72])
* Update `org.assertj:assertj-core` to version `3.25.1`
(https://github.com/apache/logging-log4j-transform/pull/77[77])
+* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11`
(https://github.com/apache/logging-log4j-transform/pull/61[61])
* Update `org.slf4j:slf4j-api` to version `2.0.11`
(https://github.com/apache/logging-log4j-transform/pull/78[78])