Skip to content

Commit 4a77830

Browse files
chore(deps): update plugin org.cyclonedx.bom to v3
1 parent 58ef965 commit 4a77830

File tree

1 file changed

+1
-1
lines changed
  • integration/testdata/TestGradleIntegration/java-project-with-bom-plugin

1 file changed

+1
-1
lines changed

integration/testdata/TestGradleIntegration/java-project-with-bom-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '2.6.5-SNAPSHOT'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
5-
id "org.cyclonedx.bom" version "1.7.4"
5+
id "org.cyclonedx.bom" version "3.1.0"
66
}
77

88
group = 'com.example'

0 commit comments

Comments
 (0)