Skip to content
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

chore(deps): bump org.codehaus.groovy:groovy-bom from 3.0.9 to 3.0.15 #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions examples/slf4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,57 +21,57 @@ def spock2x = [
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.6'

testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'org.spockframework:spock-core'

spock13groovy24Implementation platform('org.codehaus.groovy:groovy-bom:2.4.21')
spock13groovy24Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock13groovy24Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.4')
spock13groovy24Implementation project(':spock-outputcapture')
spock13groovy24Implementation 'org.slf4j:slf4j-simple:2.0.6'
spock13groovy24Implementation 'org.spockframework:spock-core'
spock13groovy24Implementation 'org.objenesis:objenesis:3.3'

spock13groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock13groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock13groovy25Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.5')
spock13groovy25Implementation project(':spock-outputcapture')
spock13groovy25Implementation 'org.slf4j:slf4j-simple:2.0.5'
spock13groovy25Implementation 'org.spockframework:spock-core'
spock13groovy25Implementation 'org.objenesis:objenesis:2.6'

spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock20groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-2.5')
spock20groovy25Implementation project(':spock-outputcapture')
spock20groovy25Implementation 'org.slf4j:slf4j-simple:2.0.6'
spock20groovy25Implementation 'org.spockframework:spock-core'

spock20groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock20groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock20groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock20groovy30Implementation project(':spock-outputcapture')
spock20groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock20groovy30Implementation 'org.spockframework:spock-core'

spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.1-groovy-2.5')
spock21groovy25Implementation project(':spock-outputcapture')
spock21groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock21groovy25Implementation 'org.spockframework:spock-core'

spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock21groovy30Implementation 'org.spockframework:spock-core'

spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.2-groovy-2.5')
spock22groovy25Implementation project(':spock-outputcapture')
spock22groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock22groovy25Implementation 'org.spockframework:spock-core'

spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-groovy-3.0')
spock22groovy30Implementation project(':spock-outputcapture')
spock22groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
Expand All @@ -83,13 +83,13 @@ dependencies {
spock22groovy40Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock22groovy40Implementation 'org.spockframework:spock-core'

spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.3-groovy-2.5')
spock23groovy25Implementation project(':spock-outputcapture')
spock23groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock23groovy25Implementation 'org.spockframework:spock-core'

spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
spock23groovy30Implementation project(':spock-outputcapture')
spock23groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
Expand Down
22 changes: 11 additions & 11 deletions examples/springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter-web'

testImplementation platform('org.springframework.boot:spring-boot-dependencies:2.7.5')
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple'
Expand All @@ -33,7 +33,7 @@ dependencies {
spock13groovy24Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock13groovy24Implementation platform('org.codehaus.groovy:groovy-bom:2.4.21')
spock13groovy24Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock13groovy24Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.4')
spock13groovy24Implementation project(':spock-outputcapture')
spock13groovy24Implementation 'org.spockframework:spock-spring'
Expand All @@ -43,7 +43,7 @@ dependencies {
spock13groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock13groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock13groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock13groovy25Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.5')
spock13groovy25Implementation project(':spock-outputcapture')
spock13groovy25Implementation 'org.spockframework:spock-spring'
Expand All @@ -53,14 +53,14 @@ dependencies {
spock20groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock20groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-2.5')
spock20groovy25Implementation project(':spock-outputcapture')
spock20groovy25Implementation 'org.spockframework:spock-spring'
spock20groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

spock20groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.3')
spock20groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock20groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock20groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock20groovy30Implementation project(':spock-outputcapture')
spock20groovy30Implementation 'org.spockframework:spock-spring'
Expand All @@ -69,14 +69,14 @@ dependencies {
spock21groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.1-groovy-2.5')
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.3')
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.spockframework:spock-spring'
Expand All @@ -85,14 +85,14 @@ dependencies {
spock22groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.2-groovy-2.5')
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.3')
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-groovy-3.0')
spock22groovy30Implementation project(':spock-outputcapture')
spock22groovy30Implementation 'org.spockframework:spock-spring'
Expand All @@ -108,14 +108,14 @@ dependencies {
spock23groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.3')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.3-groovy-2.5')
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.3')
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.15')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
spock23groovy30Implementation project(':spock-outputcapture')
spock23groovy30Implementation 'org.spockframework:spock-spring'
Expand Down