Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6af56a2

Browse files
committed
fix(deps): update all non-major dependencies to v2.1.1
1 parent 232a491 commit 6af56a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: graphql-spring-boot-test/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919
dependencies {
2020
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
21-
compileOnly 'jakarta.websocket:jakarta.websocket-api:2.1.0'
22-
compileOnly 'jakarta.websocket:jakarta.websocket-client-api:2.1.0'
21+
compileOnly 'jakarta.websocket:jakarta.websocket-api:2.1.1'
22+
compileOnly 'jakarta.websocket:jakarta.websocket-client-api:2.1.1'
2323
implementation "org.springframework:spring-web"
2424
implementation "org.springframework.boot:spring-boot-starter-test"
2525
implementation "com.fasterxml.jackson.core:jackson-databind"

0 commit comments

Comments
 (0)