Skip to content

Commit b606c89

Browse files
Bump spring.version from 3.4.3 to 3.4.4 (#123)
Bumps `spring.version` from 3.4.3 to 3.4.4. Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) Updates `org.springframework.boot:spring-boot-starter-validation` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71dfe89 commit b606c89

File tree

1 file changed

+1
-1
lines changed
  • examples/spring-rest-service

1 file changed

+1
-1
lines changed

examples/spring-rest-service/pom.xml

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

1919
<properties>
2020
<java.version>21</java.version>
21-
<spring.version>3.4.3</spring.version>
21+
<spring.version>3.4.4</spring.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)