Skip to content

Commit

Permalink
Bump websocket-client from 9.4.36.v20210114 to 9.4.38.v20210224
Browse files Browse the repository at this point in the history
Bumps websocket-client from 9.4.36.v20210114 to 9.4.38.v20210224.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 7, 2021
1 parent 057c1f4 commit db6c958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-websocket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(':vividus-util')

implementation(group: 'org.springframework', name: 'spring-websocket', version: versions.spring)
implementation(group: 'org.eclipse.jetty.websocket', name: 'websocket-client', version: '9.4.36.v20210114')
implementation(group: 'org.eclipse.jetty.websocket', name: 'websocket-client', version: '9.4.38.v20210224')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: versions.junit)
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
Expand Down

0 comments on commit db6c958

Please sign in to comment.