Skip to content

Commit 1b11210

Browse files
Bump springboot.version in /hello-websocket-java/springboot/client
Bumps `springboot.version` from 3.2.3 to 3.2.4. Updates `org.springframework.boot:spring-boot-starter-websocket` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-websocket 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 f05d6e6 commit 1b11210

File tree

1 file changed

+1
-1
lines changed
  • hello-websocket-java/springboot/client

1 file changed

+1
-1
lines changed

hello-websocket-java/springboot/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<java.version>21</java.version>
1515
<maven.compiler.source>21</maven.compiler.source>
1616
<maven.compiler.target>21</maven.compiler.target>
17-
<springboot.version>3.2.3</springboot.version>
17+
<springboot.version>3.2.4</springboot.version>
1818
<!-- https://mvnrepository.com/artifact/com.coveo/fmt-maven-plugin -->
1919
<fmt-maven-plugin.version>2.23</fmt-maven-plugin.version>
2020
</properties>

0 commit comments

Comments
 (0)