Skip to content

Commit

Permalink
chore(deps): bump org.java-websocket:Java-WebSocket in /android (#658)
Browse files Browse the repository at this point in the history
Bumps [org.java-websocket:Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.4 to 1.5.5.
- [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.4...v1.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent fdb74ed commit d2aea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/walletlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'

compileOnly 'androidx.annotation:annotation:1.5.0'
implementation 'org.java-websocket:Java-WebSocket:1.5.4'
implementation 'org.java-websocket:Java-WebSocket:1.5.5'
implementation 'org.slf4j:slf4j-android:1.7.36' // SLF4J logging facility for Java-WebSocket
api project(path: ':common')
}

0 comments on commit d2aea36

Please sign in to comment.