Skip to content

Commit

Permalink
Bump ktorVersion from 2.0.3 to 2.1.0 (#112)
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 2.0.3 to 2.1.0.

Updates `ktor-client-json` from 2.0.3 to 2.1.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.3...2.1.0)

Updates `ktor-client-core-jvm` from 2.0.3 to 2.1.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.3...2.1.0)

Updates `ktor-client-content-negotiation` from 2.0.3 to 2.1.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.3...2.1.0)

Updates `ktor-serialization-kotlinx-json` from 2.0.3 to 2.1.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.0.3...2.1.0)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent ebbea15 commit 88ecadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter-sdk-kotlin-ktor2-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

description = "Ktor client for fetching public keys"
val ktorVersion = "2.0.3"
val ktorVersion = "2.1.0"


dependencies {
Expand Down

0 comments on commit 88ecadb

Please sign in to comment.