Skip to content

Commit

Permalink
Bump ktorVersion from 2.1.0 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps `ktorVersion` from 2.1.0 to 2.1.2.

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2022
1 parent 85c01b9 commit 7dd6c67
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.1.0"
val ktorVersion = "2.1.2"


dependencies {
Expand Down

0 comments on commit 7dd6c67

Please sign in to comment.