From 72a4fead941e8153cbcd08726e9669487443865d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:01:18 +0000 Subject: [PATCH] Bump org.springframework:spring-websocket from 5.3.29 to 6.2.8 Bumps [org.springframework:spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.29 to 6.2.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.29...v6.2.8) --- updated-dependencies: - dependency-name: org.springframework:spring-websocket dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 237cab1b..2db20864 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { testImplementation 'javax.servlet:servlet-api:2.5' testImplementation group: 'org.safehaus.jug', name: 'jug', version: '2.0.0', classifier: 'lgpl' implementation 'com.vaadin:vaadin-shared:8.20.3' - testImplementation 'org.springframework:spring-websocket:5.3.29' + testImplementation 'org.springframework:spring-websocket:6.2.8' testImplementation 'com.opensymphony:xwork:2.1.2' testImplementation 'commons-cli:commons-cli:1.4' testImplementation 'org.apache.commons:commons-lang3:3.12.0'