diff --git a/README.md b/README.md index 4fed33f..db58925 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To generate a BOM for a single project add the plugin to the `build.gradle`. ```groovy plugins { - id 'org.cyclonedx.bom' version '2.0.0' + id 'org.cyclonedx.bom' version '2.1.0' } ``` @@ -117,7 +117,7 @@ initscript { } } dependencies { - classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.0.0" + classpath "org.cyclonedx:cyclonedx-gradle-plugin:2.1.0" } } diff --git a/build.gradle.kts b/build.gradle.kts index bb86e18..bd6fd75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { val organization = "CycloneDX" group = "org.cyclonedx" -version = "2.0.0" +version = "2.1.0" java.sourceCompatibility = JavaVersion.VERSION_1_8 java.targetCompatibility = JavaVersion.VERSION_1_8