From b8bade45d065e0d49bb4fdeed055e894d582eadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:23:24 +0000 Subject: [PATCH] Bump org.springframework:spring-websocket from 5.3.29 to 6.1.9 Bumps [org.springframework:spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.29 to 6.1.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.29...v6.1.9) --- updated-dependencies: - dependency-name: org.springframework:spring-websocket 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..3f5c79ff --- 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.1.9' testImplementation 'com.opensymphony:xwork:2.1.2' testImplementation 'commons-cli:commons-cli:1.4' testImplementation 'org.apache.commons:commons-lang3:3.12.0'