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.apache.groovy:groovy-bom from 4.0.20 to 4.0.22 #197

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
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:4.0.22')
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:4.0.22')
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:4.0.22')
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:4.0.22')
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:4.0.22')
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:4.0.22')
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:4.0.22')
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:4.0.22')
compileOnly platform('org.spockframework:spock-bom:2.3-groovy-4.0')
compileOnly 'org.projectlombok:lombok'

Expand Down
Loading