Skip to content

Commit

Permalink
fix(deps): update dependency org.java-websocket:java-websocket to v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Leon406 committed Feb 7, 2024
1 parent d0e3670 commit dde1cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
api(libs.gson)
implementation(libs.nashron)
implementation(libs.kotlinx.coroutines)
implementation("org.java-websocket:Java-WebSocket:1.5.5")
implementation("org.java-websocket:Java-WebSocket:1.5.6")
// mp3格式支持
implementation("com.googlecode.soundlibs:mp3spi:1.9.5.4") {
exclude(group = "junit")
Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

testImplementation(libs.kotlin.test)
testImplementation(libs.jsoup)
testImplementation("org.java-websocket:Java-WebSocket:1.5.5")
testImplementation("org.java-websocket:Java-WebSocket:1.5.6")
// mp3格式支持
// testImplementation("com.googlecode.soundlibs:mp3spi:1.9.5.4")

Expand Down

0 comments on commit dde1cc6

Please sign in to comment.