This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 6624f0761fc462d0384e982e3d9ef08a05b09c01 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 4db152270c1..c99097478ca 100644 --- a/pom.xml +++ b/pom.xml @@ -2562,7 +2562,7 @@ <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.7.3</version> + <version>2.7.6</version> <executions> <execution> <goals>
