This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEP-682 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit f953c073dd0f67fe8c2f3585940b69f8e5a714cf Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Mar 28 22:14:52 2020 +0100 [MDEP-682] - Upgrade asm to 8.0 --- pom.xml | 2 +- src/it/mrm/repository/_ResourceArtifact-1.0.jar | Bin 0 -> 1477 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b134795..777e2c4 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ under the License. <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>7.3.1</version> + <version>8.0</version> </dependency> </dependencies> </dependencyManagement> diff --git a/src/it/mrm/repository/_ResourceArtifact-1.0.jar b/src/it/mrm/repository/_ResourceArtifact-1.0.jar new file mode 100644 index 0000000..d644fee Binary files /dev/null and b/src/it/mrm/repository/_ResourceArtifact-1.0.jar differ