Skip to content

Commit

Permalink
Merge pull request #202 from TheFruxz/dependabot/gradle/rework/2023/i…
Browse files Browse the repository at this point in the history
…o.ktor-ktor-serialization-kotlinx-json-3.1.0

chore(deps): bump io.ktor:ktor-serialization-kotlinx-json from 3.0.3 to 3.1.0
  • Loading branch information
TheFruxz authored Feb 12, 2025
2 parents 58ecc28 + cf20ae3 commit bd65284
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 @@ -61,7 +61,7 @@ dependencies {

implementation("io.ktor:ktor-client-cio:3.0.3").deliver()
implementation("io.ktor:ktor-client-core-jvm:3.0.3").deliver()
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.3").deliver()
implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.0").deliver()
implementation("io.ktor:ktor-client-content-negotiation:3.0.3").deliver()

}
Expand Down

0 comments on commit bd65284

Please sign in to comment.