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.springframework.boot:spring-boot-dependencies from 2.7.1 to 3.3.0 #194

Closed
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
30 changes: 15 additions & 15 deletions examples/springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ java {
}

dependencies {
compileOnly platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
compileOnly platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
compileOnly 'org.springframework.boot:spring-boot-starter-web'

testImplementation platform('org.springframework.boot:spring-boot-dependencies:2.7.1')
testImplementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple'
testImplementation 'org.spockframework:spock-spring'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

spock20groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.1')) {
spock20groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.3.0')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock20groovy25Implementation enforcedPlatform('org.codehaus.groovy:groovy-bom:2.5.23')
Expand All @@ -45,14 +45,14 @@ dependencies {
spock20groovy25Implementation 'org.spockframework:spock-spring'
spock20groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

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

spock21groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.1')) {
spock21groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.3.0')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
Expand All @@ -61,14 +61,14 @@ dependencies {
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.springframework.boot:spring-boot-dependencies:3.3.0')
spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.spockframework:spock-spring'
spock21groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'

spock22groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.1')) {
spock22groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.3.0')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
Expand All @@ -77,21 +77,21 @@ dependencies {
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.springframework.boot:spring-boot-dependencies:3.3.0')
spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-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.springframework.boot:spring-boot-dependencies:3.3.0')
spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.spockframework:spock-spring'
spock22groovy40Implementation 'org.springframework.boot:spring-boot-starter-test'

spock23groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:2.7.1')) {
spock23groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.3.0')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
Expand All @@ -100,21 +100,21 @@ dependencies {
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.springframework.boot:spring-boot-dependencies:3.3.0')
spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-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.springframework.boot:spring-boot-dependencies:3.3.0')
spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.spockframework:spock-spring'
spock23groovy40Implementation 'org.springframework.boot:spring-boot-starter-test'

spock24groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.2.3')) {
spock24groovy25Implementation(platform('org.springframework.boot:spring-boot-dependencies:3.3.0')) {
exclude group: 'org.codehaus.groovy', module: '*'
}
spock24groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.23')
Expand All @@ -123,14 +123,14 @@ dependencies {
spock24groovy25Implementation 'org.spockframework:spock-spring'
spock24groovy25Implementation 'org.springframework.boot:spring-boot-starter-test'

spock24groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:3.2.3')
spock24groovy30Implementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
spock24groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.21')
spock24groovy30Implementation platform('org.spockframework:spock-bom:2.4-M2-groovy-3.0')
spock24groovy30Implementation project(':spock-outputcapture')
spock24groovy30Implementation 'org.spockframework:spock-spring'
spock24groovy30Implementation 'org.springframework.boot:spring-boot-starter-test'

spock24groovy40Implementation platform('org.springframework.boot:spring-boot-dependencies:3.2.3')
spock24groovy40Implementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
spock24groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.20')
spock24groovy40Implementation platform('org.spockframework:spock-bom:2.4-M2-groovy-4.0')
spock24groovy40Implementation project(':spock-outputcapture')
Expand Down
Loading