Skip to content

Commit ae5f648

Browse files
committed
Update org.jacoco:jacoco-maven-plugin to version 0.8.13 (#178)
1 parent a18ac5c commit ae5f648

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

log4j-transform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<slf4j.version>2.0.17</slf4j.version>
4646

4747
<!-- plugin versions -->
48-
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
48+
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
4949
<maven-invoker-plugin.version>3.6.1</maven-invoker-plugin.version>
5050
<surefire.version>3.0.0-M7</surefire.version>
5151

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="178" link="https://github.com/apache/logging-log4j-transform/pull/178"/>
7+
<description format="asciidoc">Update `org.jacoco:jacoco-maven-plugin` to version `0.8.13`</description>
8+
</entry>

0 commit comments

Comments
 (0)