Skip to content

Bump org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0
Bumps org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Apr 1, 2023
commit df3c05869fba4875f9f9676331244fbe8b6537d2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ repositories {
dependencies {
compile "com.graphql-java:graphql-java:20.2"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation('org.codehaus.groovy:groovy:2.5.13')

}