Skip to content

Commit

Permalink
Update org.jacoco:jacoco-maven-plugin to version 0.8.12 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Apr 2, 2024
1 parent f49cd78 commit 1cd8cf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion log4j-transform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<slf4j.version>2.0.12</slf4j.version>

<!-- plugin versions -->
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-invoker-plugin.version>3.6.1</maven-invoker-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<surefire.version>3.0.0-M7</surefire.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
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>
<issue id="95" link="https://github.com/apache/logging-log4j-transform/pull/95"/>
<description format="asciidoc">Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12`</description>
</entry>
2 changes: 1 addition & 1 deletion src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This is the second release of the project.
* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.1` (https://github.com/apache/logging-log4j-transform/pull/94[94])
* Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-transform/pull/85[85])
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-transform/pull/83[83])
* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11` (https://github.com/apache/logging-log4j-transform/pull/61[61])
* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12` (https://github.com/apache/logging-log4j-transform/pull/95[95])
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j-transform/pull/82[82])
* Update `org.ow2.asm:asm-bom` to version `9.7` (https://github.com/apache/logging-log4j-transform/pull/89[89])
* Update `org.slf4j:slf4j-api` to version `2.0.12` (https://github.com/apache/logging-log4j-transform/pull/84[84])

0 comments on commit 1cd8cf6

Please sign in to comment.