Skip to content

Commit

Permalink
Prepare release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Jan 19, 2024
1 parent f21ece4 commit 5ac03f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To generate BOM for a single project add the plugin to the `build.gradle`.

```groovy
plugins {
id 'org.cyclonedx.bom' version '1.8.1'
id 'org.cyclonedx.bom' version '1.8.2'
}
```

Expand Down Expand Up @@ -107,7 +107,7 @@ initscript {
}
}
dependencies {
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.8.1"
classpath "org.cyclonedx:cyclonedx-gradle-plugin:1.8.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

val organization = "CycloneDX"
group = "org.cyclonedx"
version = "1.8.1"
version = "1.8.2"

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 5ac03f4

Please sign in to comment.