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.2-groovy-3.0 to 2.3-groovy-3.0.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>

---
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] authored and bjhargrave committed Sep 29, 2022
1 parent 26511a7 commit deff322
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 @@ -72,7 +72,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.2-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
}

// Gradle plugin descriptions
Expand Down

0 comments on commit deff322

Please sign in to comment.