@@ -48,15 +48,15 @@ Apply the plugin to your project:
4848
4949``` groovy
5050plugins {
51- id 'org.cyclonedx.bom' version '3.0.1 '
51+ id 'org.cyclonedx.bom' version '3.0.2 '
5252}
5353```
5454
5555** Kotlin DSL:**
5656
5757``` kotlin
5858plugins {
59- id(" org.cyclonedx.bom" ) version " 3.0.1 "
59+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
6060}
6161```
6262
@@ -289,7 +289,7 @@ Both tasks support:
289289
290290``` kotlin
291291plugins {
292- id(" org.cyclonedx.bom" ) version " 3.0.1 "
292+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
293293 id(" application" )
294294}
295295
@@ -305,7 +305,7 @@ Root `/build.gradle.kts`:
305305
306306``` kotlin
307307plugins {
308- id(" org.cyclonedx.bom" ) version " 3.0.1 "
308+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
309309}
310310
311311allprojects {
@@ -345,7 +345,7 @@ import org.cyclonedx.model.*
345345import org.cyclonedx.model.schema.*
346346
347347plugins {
348- id(" org.cyclonedx.bom" ) version " 3.0.1 "
348+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
349349 id(" java" )
350350}
351351
@@ -388,7 +388,7 @@ tasks.cyclonedxDirectBom {
388388import org.cyclonedx.model.*
389389
390390plugins {
391- id(" org.cyclonedx.bom" ) version " 3.0.1 "
391+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
392392 id(" java" )
393393}
394394
@@ -408,7 +408,7 @@ tasks.cyclonedxDirectBom {
408408import org.cyclonedx.model.*
409409
410410plugins {
411- id(" org.cyclonedx.bom" ) version " 3.0.1 "
411+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
412412 id(" java" )
413413}
414414tasks.cyclonedxDirectBom {
@@ -426,7 +426,7 @@ tasks.cyclonedxDirectBom {
426426
427427``` kotlin
428428plugins {
429- id(" org.cyclonedx.bom" ) version " 3.0.1 "
429+ id(" org.cyclonedx.bom" ) version " 3.0.2 "
430430 id(" java" )
431431}
432432
0 commit comments