Skip to content

Commit

Permalink
Upgrade to cyclonedx-gradle-plugin 1.10.0
Browse files Browse the repository at this point in the history
Closes gh-1558
  • Loading branch information
mhalbritter committed Aug 20, 2024
1 parent ad35e11 commit 9164f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
class SbomCycloneDxGradleBuildCustomizer implements BuildCustomizer<GradleBuild> {

private static final String PLUGIN_VERSION = "1.8.2";
private static final String PLUGIN_VERSION = "1.10.0";

@Override
public void customize(GradleBuild build) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void shouldAddMavenPlugin() {
@Test
void shouldAddGradlePlugin() {
ProjectRequest request = createProjectRequest("sbom-cyclone-dx");
assertThat(gradleBuild(request)).hasPlugin("org.cyclonedx.bom", "1.8.2");
assertThat(gradleBuild(request)).hasPlugin("org.cyclonedx.bom", "1.10.0");
}

}

0 comments on commit 9164f41

Please sign in to comment.