Skip to content

Commit

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

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

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

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

Updates `io.ktor:ktor-serialization-jackson` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.0...3.0.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 8ff3442 commit d319e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-auth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val ktorVersion = "3.0.0"
val ktorVersion = "3.0.2"

dependencies {
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
Expand Down

0 comments on commit d319e09

Please sign in to comment.