This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit d196e63aaf7728be6c41cb6db4e06a9541ea9d12 Author: Shuhei Yamasaki <[email protected]> AuthorDate: Sun May 21 20:52:07 2023 +0900 HBASE-27634 Builds emit errors related to SBOM parsing (#5246) Update CycloneDX version Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 49bdf6140eabcdbe2b1619bfb0f4de7f69b32c15) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3aa12fc7ae4..6ecdc3285b5 100755 --- a/pom.xml +++ b/pom.xml @@ -2351,7 +2351,7 @@ <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.7.3</version> + <version>2.7.6</version> <executions> <execution> <goals>
