This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 87532c022 Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java
(#3060)
87532c022 is described below
commit 87532c022bab087ad9cfa181e7d6003c5776ebd4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 8 22:25:38 2024 +0200
Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java (#3060)
Bumps
[org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin)
from 2.8.0 to 2.8.1.
- [Release
notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
-
[Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.8.0...cyclonedx-maven-plugin-2.8.1)
---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 101497acb..b58d4da68 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -64,7 +64,7 @@
<!-- version properties for plugins -->
<archetype-plugin.version>3.2.1</archetype-plugin.version>
<bundle-plugin-version>5.1.9</bundle-plugin-version>
- <cyclonedx-maven-plugin.version>2.8.0</cyclonedx-maven-plugin.version>
+ <cyclonedx-maven-plugin.version>2.8.1</cyclonedx-maven-plugin.version>
<exec-plugin.version>3.3.0</exec-plugin.version>
<file-management.version>3.1.0</file-management.version>
<javacc-plugin.version>3.0.3</javacc-plugin.version>