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 13, 2023
1 parent 3bd57e3 commit 9acc1dd
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 9acc1dd

Please sign in to comment.