Skip to content

Commit

Permalink
Update org.apache.maven.plugins:maven-shade-plugin to version `3.5.…
Browse files Browse the repository at this point in the history
…1` (#64)
  • Loading branch information
asf-rm committed Dec 4, 2023
1 parent 2e968a7 commit 7d3d089
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-transform-maven-shade-plugin-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -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="64" link="https://github.com/apache/logging-log4j-transform/pull/64"/>
<description format="asciidoc">Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.1`</description>
</entry>
1 change: 1 addition & 0 deletions src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ This is the second release of the project.
==== Changed
* Migrated `logging-parent` to version `10.2.0` and adopted its CI and `pom.xml` infrastructure
* Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.1` (https://github.com/apache/logging-log4j-transform/pull/64[64])
* Update `org.junit:junit-bom` to version `5.10.1` (https://github.com/apache/logging-log4j-transform/pull/63[63])
* Update `org.ow2.asm:asm-bom` to version `9.6`

0 comments on commit 7d3d089

Please sign in to comment.