Skip to content

Commit 5075bc9

Browse files
Bump spring-boot.version from 3.1.4 to 3.1.5
Bumps `spring-boot.version` from 3.1.4 to 3.1.5. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5) --- 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] <[email protected]>
1 parent a6c3ea4 commit 5075bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<java.version>17</java.version>
2323
<maven.compiler.source>${java.version}</maven.compiler.source>
2424
<maven.compiler.target>${java.version}</maven.compiler.target>
25-
<spring-boot.version>3.1.4</spring-boot.version>
25+
<spring-boot.version>3.1.5</spring-boot.version>
2626
<!-- can un-comment to resolve deps conflict from spring when happened -->
2727
<kotlin.version>1.9.10</kotlin.version>
2828
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>

0 commit comments

Comments
 (0)