Skip to content
Closed
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
8 changes: 4 additions & 4 deletions examples/slf4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api'

testImplementation platform(project(':dependencies'))
testImplementation platform('org.apache.groovy:groovy-bom:4.0.20')
testImplementation platform('org.apache.groovy:groovy-bom:5.0.1')
testImplementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple'
Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies {
spock22groovy30Implementation 'org.spockframework:spock-core'

spock22groovy40Implementation platform(project(':dependencies'))
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.slf4j:slf4j-simple'
Expand All @@ -93,7 +93,7 @@ dependencies {
spock23groovy30Implementation 'org.spockframework:spock-core'

spock23groovy40Implementation platform(project(':dependencies'))
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.slf4j:slf4j-simple'
Expand All @@ -114,7 +114,7 @@ dependencies {
spock24groovy30Implementation 'org.spockframework:spock-core'

spock24groovy40Implementation platform(project(':dependencies'))
spock24groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock24groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock24groovy40Implementation platform('org.spockframework:spock-bom:2.4-M2-groovy-4.0')
spock24groovy40Implementation project(':spock-outputcapture')
spock24groovy40Implementation 'org.slf4j:slf4j-simple'
Expand Down
6 changes: 3 additions & 3 deletions examples/springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
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.20')
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.spockframework:spock-spring'
Expand All @@ -108,7 +108,7 @@ dependencies {
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.20')
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.spockframework:spock-spring'
Expand All @@ -131,7 +131,7 @@ dependencies {
spock24groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'

spock24groovy40Implementation platform('org.springframework.boot:spring-boot-dependencies:3.2.3')
spock24groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock24groovy40Implementation platform('org.apache.groovy:groovy-bom:5.0.1')
spock24groovy40Implementation platform('org.spockframework:spock-bom:2.4-M2-groovy-4.0')
spock24groovy40Implementation project(':spock-outputcapture')
spock24groovy40Implementation 'org.spockframework:spock-spring'
Expand Down
2 changes: 1 addition & 1 deletion spock-outputcapture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'

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

Expand Down
Loading