diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:22:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-24 00:36:44 +0200 |
commit | 7724b0a70228abd0fb9fefd6d9979b1296f3e371 (patch) | |
tree | 394b8435ff6befd2115ced6349339bb278a34c1b /org.eclipse.jgit.packaging/pom.xml | |
parent | 0499f8f60fd5e54bb039295b65175d001c064ee3 (diff) | |
download | jgit-7724b0a70228abd0fb9fefd6d9979b1296f3e371.tar.gz jgit-7724b0a70228abd0fb9fefd6d9979b1296f3e371.zip |
Update cyclonedx-maven-plugin to 2.8.0
Change-Id: If26a3d7f26d3e46bf22a23f590cd289baaaa167f
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 0056257847..f7631ff7df 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -204,7 +204,7 @@ <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.7.11</version> + <version>2.8.0</version> <configuration> <projectType>library</projectType> <schemaVersion>1.4</schemaVersion> |