Skip to content

Commit

Permalink
Bump io.ktor:ktor-serialization-kotlinx-json-jvm in /backend
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-serialization-kotlinx-json-jvm](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.8.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.3...2.3.8)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and louptheron committed Feb 6, 2024
1 parent 1b2630a commit cf4bf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
api("io.ktor:ktor-client-core-jvm:2.3.6")
api("io.ktor:ktor-client-java-jvm:2.3.3")
api("io.ktor:ktor-client-content-negotiation-jvm:2.3.3")
api("io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.3")
api("io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.8")
api("org.hibernate.validator:hibernate-validator:8.0.1.Final")
api("jakarta.validation:jakarta.validation-api:3.0.2")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
Expand Down

0 comments on commit cf4bf7c

Please sign in to comment.