Skip to content

Commit

Permalink
chore(deps): bump org.spockframework:spock-bom
Browse files Browse the repository at this point in the history
Bumps org.spockframework:spock-bom from 2.0-groovy-2.5 to 2.0-groovy-3.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] authored Mar 12, 2024
1 parent 00b52fb commit abaeff8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions examples/slf4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ dependencies {

testImplementation platform(project(':dependencies'))
testImplementation platform('org.apache.groovy:groovy-bom:4.0.19')
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
testImplementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple'
testImplementation 'org.spockframework:spock-core'

spock20groovy25Implementation platform(project(':dependencies'))
spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock20groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-2.5')
spock20groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock20groovy25Implementation project(':spock-outputcapture')
spock20groovy25Implementation 'org.slf4j:slf4j-simple'
spock20groovy25Implementation 'org.spockframework:spock-core'
Expand All @@ -44,56 +44,56 @@ dependencies {

spock21groovy25Implementation platform(project(':dependencies'))
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.1-groovy-2.5')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock21groovy25Implementation project(':spock-outputcapture')
spock21groovy25Implementation 'org.slf4j:slf4j-simple'
spock21groovy25Implementation 'org.spockframework:spock-core'

spock21groovy30Implementation platform(project(':dependencies'))
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.slf4j:slf4j-simple'
spock21groovy30Implementation 'org.spockframework:spock-core'

spock22groovy25Implementation platform(project(':dependencies'))
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.2-groovy-2.5')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy25Implementation project(':spock-outputcapture')
spock22groovy25Implementation 'org.slf4j:slf4j-simple'
spock22groovy25Implementation 'org.spockframework:spock-core'

spock22groovy30Implementation platform(project(':dependencies'))
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-groovy-3.0')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy30Implementation project(':spock-outputcapture')
spock22groovy30Implementation 'org.slf4j:slf4j-simple'
spock22groovy30Implementation 'org.spockframework:spock-core'

spock22groovy40Implementation platform(project(':dependencies'))
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.19')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.slf4j:slf4j-simple'
spock22groovy40Implementation 'org.spockframework:spock-core'

spock23groovy25Implementation platform(project(':dependencies'))
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.3-groovy-2.5')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy25Implementation project(':spock-outputcapture')
spock23groovy25Implementation 'org.slf4j:slf4j-simple'
spock23groovy25Implementation 'org.spockframework:spock-core'

spock23groovy30Implementation platform(project(':dependencies'))
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy30Implementation project(':spock-outputcapture')
spock23groovy30Implementation 'org.slf4j:slf4j-simple'
spock23groovy30Implementation 'org.spockframework:spock-core'

spock23groovy40Implementation platform(project(':dependencies'))
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.19')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.slf4j:slf4j-simple'
spock23groovy40Implementation 'org.spockframework:spock-core'
Expand Down
20 changes: 10 additions & 10 deletions examples/springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

testImplementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple'
testImplementation 'org.spockframework:spock-spring'
Expand All @@ -39,7 +39,7 @@ dependencies {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock20groovy25Implementation enforcedPlatform('org.codehaus.groovy:groovy-bom:2.5.23')
spock20groovy25Implementation enforcedPlatform('org.spockframework:spock-bom:2.0-groovy-2.5')
spock20groovy25Implementation enforcedPlatform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock20groovy25Implementation project(':spock-outputcapture')
spock20groovy25Implementation 'org.spockframework:spock-spring'
spock20groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'
Expand All @@ -55,14 +55,14 @@ dependencies {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.1-groovy-2.5')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock21groovy25Implementation project(':spock-outputcapture')
spock21groovy25Implementation 'org.spockframework:spock-spring'
spock21groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

spock21groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.spockframework:spock-spring'
spock21groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'
Expand All @@ -71,21 +71,21 @@ dependencies {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.2-groovy-2.5')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy25Implementation project(':spock-outputcapture')
spock22groovy25Implementation 'org.spockframework:spock-spring'
spock22groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

spock22groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-groovy-3.0')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy30Implementation project(':spock-outputcapture')
spock22groovy30Implementation 'org.spockframework:spock-spring'
spock22groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'

spock22groovy40Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.19')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.spockframework:spock-spring'
spock22groovy40Implementation 'org.springframework.boot:spring-boot-starter-test'
Expand All @@ -94,21 +94,21 @@ dependencies {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.3-groovy-2.5')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy25Implementation project(':spock-outputcapture')
spock23groovy25Implementation 'org.spockframework:spock-spring'
spock23groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

spock23groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy30Implementation project(':spock-outputcapture')
spock23groovy30Implementation 'org.spockframework:spock-spring'
spock23groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'

spock23groovy40Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.19')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.spockframework:spock-spring'
spock23groovy40Implementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
2 changes: 1 addition & 1 deletion spock-outputcapture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

compileOnly platform(project(':dependencies'))
compileOnly platform('org.apache.groovy:groovy-bom:4.0.19')
compileOnly platform('org.spockframework:spock-bom:2.3-groovy-4.0')
compileOnly platform('org.spockframework:spock-bom:2.0-groovy-3.0')
compileOnly 'org.projectlombok:lombok'

compileOnly 'org.apache.groovy:groovy'
Expand Down

0 comments on commit abaeff8

Please sign in to comment.