Skip to content

Commit

Permalink
Merge pull request #4 from Jozott00/dependabot/gradle/org.jetbrains.k…
Browse files Browse the repository at this point in the history
…otlinx-kotlinx-serialization-json-1.6.2

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0 to 1.6.2
  • Loading branch information
Jozott00 authored Feb 3, 2024
2 parents 8546e39 + b17b971 commit 99b5ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
implementation(files("libs/espimg-0.1.0.jar"))
implementation("org.java-websocket:Java-WebSocket:1.5.5")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("org.java-websocket:Java-WebSocket:1.5.4")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
implementation("com.beust:klaxon:5.6")
}

Expand Down

0 comments on commit 99b5ca5

Please sign in to comment.