Skip to content

Commit b795896

Browse files
Bump springboot.version from 3.1.2 to 3.1.3
Bumps `springboot.version` from 3.1.2 to 3.1.3. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.2...v3.1.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8284fa3 commit b795896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<maven.compiler.target>17</maven.compiler.target>
2020
<maven.compiler.source>17</maven.compiler.source>
2121
<thymeleaf.security.version>3.1.1.RELEASE</thymeleaf.security.version>
22-
<springboot.version>3.1.2</springboot.version>
22+
<springboot.version>3.1.3</springboot.version>
2323
</properties>
2424

2525
<dependencyManagement>

0 commit comments

Comments
 (0)