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

Commit

Permalink
build(deps): bump org.java-websocket:Java-WebSocket from 1.5.6 to 1.5…
Browse files Browse the repository at this point in the history
….7 (#261)

Bumps [org.java-websocket:Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.6 to 1.5.7.
- [Release notes](https://github.com/TooTallNate/Java-WebSocket/releases)
- [Changelog](https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md)
- [Commits](TooTallNate/Java-WebSocket@v1.5.6...v1.5.7)

---
updated-dependencies:
- dependency-name: org.java-websocket:Java-WebSocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 5851f57 commit e44625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BilibiliLiveApiClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ java {

dependencies {
api project(path: ':HttpJsonClient')
implementation 'org.java-websocket:Java-WebSocket:1.5.6'
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
api 'com.google.protobuf:protobuf-javalite:4.27.2'

implementation 'commons-codec:commons-codec:1.17.0'
Expand Down

0 comments on commit e44625c

Please sign in to comment.