Skip to content

Commit

Permalink
Merge pull request #160 from TheFruxz/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…etbrains.kotlinx-kotlinx-serialization-json-1.8.0

chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.3 to 1.8.0
  • Loading branch information
TheFruxz authored Jan 8, 2025
2 parents 90110c2 + 60be1cc commit 13aa36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation(kotlin("test"))
implementation(kotlin("reflect"))

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")

implementation("org.jetbrains.exposed:exposed-core:0.57.0")
Expand Down

0 comments on commit 13aa36f

Please sign in to comment.