mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 17:59:19 +08:00
Bump the gradle group across 1 directory with 2 updates
Bumps the gradle group with 2 updates in the /sources/test/init-scripts directory: org.spockframework:spock-junit4 and [com.fasterxml.jackson.dataformat:jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary). Updates `org.spockframework:spock-junit4` from 2.3-groovy-3.0 to 2.3-groovy-4.0 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.18.1...jackson-dataformats-binary-2.18.2) --- updated-dependencies: - dependency-name: org.spockframework:spock-junit4 dependency-type: direct:production dependency-group: gradle - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
35af9b8791
commit
a258c5933c
@ -15,12 +15,12 @@ repositories {
|
||||
dependencies {
|
||||
testImplementation gradleTestKit()
|
||||
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
|
||||
testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0')
|
||||
testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0')
|
||||
|
||||
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
|
||||
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
|
||||
}
|
||||
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.18.1'
|
||||
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.18.2'
|
||||
}
|
||||
|
||||
test {
|
||||
|
Loading…
x
Reference in New Issue
Block a user