Skip to content

Commit

Permalink
fix(deps): update dependency org.spockframework:spock-core to v2.3-gr…
Browse files Browse the repository at this point in the history
…oovy-4.0
  • Loading branch information
renovate[bot] committed Sep 30, 2022
1 parent 3060d38 commit 9946ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation('org.glassfish.jaxb:jaxb-runtime:2.3.6')
implementation('com.sun.xml.bind:jaxb-core:4.0.1')

testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
Expand Down

0 comments on commit 9946ab3

Please sign in to comment.