Skip to content

Commit 40b7eb1

Browse files
Bump spring.boot2.version from 2.7.18 to 4.0.0
Bumps `spring.boot2.version` from 2.7.18 to 4.0.0. Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.18 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 738e3a1 commit 40b7eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-generator-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.springframework.boot</groupId>
8989
<artifactId>spring-boot-maven-plugin</artifactId>
90-
<version>2.7.18</version>
90+
<version>4.0.0</version>
9191
</plugin>
9292
<plugin>
9393
<groupId>org.openapitools</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<guava.mini.version>0.1.7</guava.mini.version>
3939
<jackson.version>2.20.1</jackson.version>
40-
<spring.boot2.version>2.7.18</spring.boot2.version>
40+
<spring.boot2.version>4.0.0</spring.boot2.version>
4141
<spring5.version>5.3.39</spring5.version>
4242
<spring.boot3.version>3.5.3</spring.boot3.version>
4343
<spring6.version>6.2.8</spring6.version>

0 commit comments

Comments
 (0)