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