Skip to content

Commit fe37e4a

Browse files
committed
Update org.apache.maven.plugins:maven-shade-plugin to version 3.6.1 (#223)
1 parent c80e6e8 commit fe37e4a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

log4j-transform-maven-shade-plugin-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-shade-plugin</artifactId>
55-
<version>3.6.0</version>
55+
<version>3.6.1</version>
5656
<scope>provided</scope>
5757
</dependency>
5858

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="223" link="https://github.com/apache/logging-log4j-transform/pull/223"/>
7+
<description format="asciidoc">Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.6.1`</description>
8+
</entry>

0 commit comments

Comments
 (0)