From bcb33f2bacb6a22fd5dc812e25cffca125b01fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:21:37 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.1 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v3.3.0) --- 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] --- examples/springboot/build.gradle | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/springboot/build.gradle b/examples/springboot/build.gradle index 0424831..ef85f83 100644 --- a/examples/springboot/build.gradle +++ b/examples/springboot/build.gradle @@ -25,10 +25,10 @@ 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') @@ -36,7 +36,7 @@ dependencies { 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') @@ -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') @@ -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') @@ -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') @@ -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') @@ -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')