diff options
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 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> @@ -367,7 +367,7 @@ <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.7.10</version> + <version>2.8.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |