Skip to content

Commit

Permalink
build(deps): Bump spock-core in /gradle-plugins
Browse files Browse the repository at this point in the history
Bumps spock-core from 2.1-groovy-3.0 to 2.2-groovy-4.0.

---
updated-dependencies:
- dependency-name: org.spockframework:spock-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 31, 2022
1 parent 09c46ea commit a65cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugins/biz.aQute.bnd.gradle/build.gradle.kts
Expand Up @@ -73,7 +73,7 @@ dependencies {
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-4.0")
}

// Gradle plugin descriptions
Expand Down

0 comments on commit a65cc81

Please sign in to comment.