Skip to content

Commit

Permalink
Bump org.spockframework:spock-bom from 2.3-groovy-3.0 to 2.3-groovy-4.0
Browse files Browse the repository at this point in the history
Bumps org.spockframework:spock-bom from 2.3-groovy-3.0 to 2.3-groovy-4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
1 parent dd74ed0 commit da79313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.11"

testImplementation gradleTestKit()
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
}

Expand Down

0 comments on commit da79313

Please sign in to comment.