Skip to content

Commit 2303964

Browse files
Bump spring.boot.version from 2.7.5 to 3.1.3
Bumps `spring.boot.version` from 2.7.5 to 3.1.3. Updates `org.springframework.boot:spring-boot-starter` from 2.7.5 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.1.3) Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.5 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.1.3) Updates `org.springframework.boot:spring-boot-starter-security` from 2.7.5 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.1.3) Updates `org.springframework.boot:spring-boot-starter-validation` from 2.7.5 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.1.3) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.5 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.1.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.3.4.RELEASE to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.4.RELEASE...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 306624c commit 2303964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<kotlin.version>1.7.20</kotlin.version>
1313
<maven.compiler>1.8</maven.compiler>
1414
<specmatic.version>0.74.0</specmatic.version>
15-
<spring.boot.version>2.7.5</spring.boot.version>
15+
<spring.boot.version>3.1.3</spring.boot.version>
1616
</properties>
1717

1818
<dependencies>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.springframework.boot</groupId>
211211
<artifactId>spring-boot-maven-plugin</artifactId>
212-
<version>2.3.4.RELEASE</version>
212+
<version>3.1.3</version>
213213
<configuration>
214214
<fork>true</fork>
215215
<mainClass>${start.class}</mainClass>

0 commit comments

Comments
 (0)