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

Commit

Permalink
fix(deps): update all non-major dependencies to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent 232a491 commit 6af56a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-spring-boot-test/build.gradle
Expand Up @@ -18,8 +18,8 @@
*/
dependencies {
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
compileOnly 'jakarta.websocket:jakarta.websocket-api:2.1.0'
compileOnly 'jakarta.websocket:jakarta.websocket-client-api:2.1.0'
compileOnly 'jakarta.websocket:jakarta.websocket-api:2.1.1'
compileOnly 'jakarta.websocket:jakarta.websocket-client-api:2.1.1'
implementation "org.springframework:spring-web"
implementation "org.springframework.boot:spring-boot-starter-test"
implementation "com.fasterxml.jackson.core:jackson-databind"
Expand Down

0 comments on commit 6af56a2

Please sign in to comment.