File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
1717
1818 // Servlet
1919 compileOnly " jakarta.servlet:jakarta.servlet-api:6.0.0"
20- compileOnly " jakarta.websocket:jakarta.websocket-api:2.1.0 "
21- compileOnly " jakarta.websocket:jakarta.websocket-client-api:2.1.0 "
20+ compileOnly " jakarta.websocket:jakarta.websocket-api:2.1.1 "
21+ compileOnly " jakarta.websocket:jakarta.websocket-client-api:2.1.1 "
2222 implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
2323
2424 // OSGi
@@ -41,6 +41,6 @@ dependencies {
4141 testRuntimeOnly " org.springframework:spring-web:6.0.10"
4242 testImplementation ' com.google.guava:guava:32.0.1-jre'
4343 testImplementation " jakarta.servlet:jakarta.servlet-api:6.0.0"
44- testImplementation " jakarta.websocket:jakarta.websocket-api:2.1.0 "
45- testImplementation " jakarta.websocket:jakarta.websocket-client-api:2.1.0 "
44+ testImplementation " jakarta.websocket:jakarta.websocket-api:2.1.1 "
45+ testImplementation " jakarta.websocket:jakarta.websocket-client-api:2.1.1 "
4646}
You can’t perform that action at this time.
0 commit comments