Skip to content

Commit 44ecd3a

Browse files
authored
Merge pull request #552 from CycloneDX/version-2.0.0-alpha-1
Version 2.0.0-alpha-1
2 parents 66c8d9d + 45840dd commit 44ecd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
val organization = "CycloneDX"
1212
group = "org.cyclonedx"
13-
version = "2.0.0-alpha-0"
13+
version = "2.0.0-alpha-1"
1414

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

3131
testImplementation(gradleTestKit())
32-
testImplementation("org.spockframework:spock-core:2.2-M1-groovy-3.0") {
32+
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") {
3333
exclude(module = "groovy-all")
3434
}
3535
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")

0 commit comments

Comments
 (0)