Skip to content

Commit

Permalink
Merge pull request #552 from CycloneDX/version-2.0.0-alpha-1
Browse files Browse the repository at this point in the history
Version 2.0.0-alpha-1
  • Loading branch information
skhokhlov authored Dec 16, 2024
2 parents 66c8d9d + 45840dd commit 44ecd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val organization = "CycloneDX"
group = "org.cyclonedx"
version = "2.0.0-alpha-0"
version = "2.0.0-alpha-1"

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -29,7 +29,7 @@ dependencies {
implementation("org.apache.maven:maven-core:3.9.9")

testImplementation(gradleTestKit())
testImplementation("org.spockframework:spock-core:2.2-M1-groovy-3.0") {
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") {
exclude(module = "groovy-all")
}
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down

0 comments on commit 44ecd3a

Please sign in to comment.