Skip to content

Commit

Permalink
Merge pull request #5362 from bndtools/dependabot/gradle/gradle-plugi…
Browse files Browse the repository at this point in the history
…ns/org.spockframework-spock-core-2.2-groovy-4.0

build(deps): Bump spock-core from 2.1-groovy-3.0 to 2.2-groovy-3.0 in /gradle-plugins
  • Loading branch information
bjhargrave committed Sep 1, 2022
2 parents 09c46ea + 80d9184 commit bf8cbe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle-plugins/biz.aQute.bnd.gradle/build.gradle.kts
Expand Up @@ -67,13 +67,12 @@ configurations {

// Dependencies
dependencies {
compileOnly(localGroovy())
implementation("biz.aQute.bnd:biz.aQute.bnd.util:${version}")
implementation("biz.aQute.bnd:biz.aQute.bndlib:${version}")
implementation("biz.aQute.bnd:biz.aQute.repository:${version}")
implementation("biz.aQute.bnd:biz.aQute.resolve:${version}")
runtimeOnly("biz.aQute.bnd:biz.aQute.bnd.embedded-repo:${version}")
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.2-groovy-3.0")
}

// Gradle plugin descriptions
Expand Down

0 comments on commit bf8cbe1

Please sign in to comment.