Skip to content

Commit

Permalink
apacheGH-35086: [Java][CI] Upgrade CycloneDX Maven plugin version
Browse files Browse the repository at this point in the history
It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible"
error.
  • Loading branch information
kou committed Apr 12, 2023
1 parent 4963105 commit b5124d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.3</version>
<version>2.7.6</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit b5124d1

Please sign in to comment.