Skip to content

Commit

Permalink
chore(deps): bump org.springframework.boot:spring-boot-dependencies
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.1 to 3.3.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.1...v3.3.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 4ac4b61 commit d403436
Showing 1 changed file with 15 additions and 15 deletions.
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.2')
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.2')
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.2')) {
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.2')
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.2')) {
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.2')
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.2')) {
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.2')
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.2')
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.2')) {
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.2')
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.2')
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.2')) {
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.2')
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.2')
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

0 comments on commit d403436

Please sign in to comment.