Skip to content

Commit cdd5f83

Browse files
committed
Update CycloneDX plugin to 2.7.10
Needed because upgrading grpc-java past 1.58 breaks CycloneDX 2.7.6 and grpc-java 1.58 is needed for modules
1 parent 0cbbba9 commit cdd5f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
<plugin>
362362
<groupId>org.cyclonedx</groupId>
363363
<artifactId>cyclonedx-maven-plugin</artifactId>
364-
<version>2.7.6</version>
364+
<version>2.7.10</version>
365365
<executions>
366366
<execution>
367367
<phase>package</phase>

0 commit comments

Comments
 (0)