Skip to content

Commit

Permalink
Bump io.ktor:ktor-serialization-jackson from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.2...2.3.0)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 697c3c9 commit 54aa0d7
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,7 +27,7 @@ dependencies {
// Ktor server dependencies
implementation("io.ktor:ktor-server-core:2.2.3")
implementation("io.ktor:ktor-server-auth:2.2.3")
implementation("io.ktor:ktor-serialization-jackson:2.2.2")
implementation("io.ktor:ktor-serialization-jackson:2.3.0")
implementation("io.ktor:ktor-server-content-negotiation:2.2.2")
implementation("io.ktor:ktor-server-status-pages:2.2.3")

Expand All @@ -46,7 +46,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-auth:2.2.2")
testImplementation("io.ktor:ktor-server-auth-jwt:2.2.2")
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.2")
testImplementation("io.ktor:ktor-serialization-jackson:2.2.2")
testImplementation("io.ktor:ktor-serialization-jackson:2.3.0")
testImplementation("io.ktor:ktor-client-content-negotiation:2.2.2")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 54aa0d7

Please sign in to comment.