Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit ff12c21

Browse files
[Update]: Bump ktorVersion from 1.6.5 to 1.6.6
Bumps `ktorVersion` from 1.6.5 to 1.6.6. Updates `ktor-server-netty` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-server-core` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-auth` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-auth-jwt` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-serialization` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c68b43d commit ff12c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
// Kotlin
33
kotlinVersion = '1.5.31'
4-
ktorVersion = '1.6.5'
4+
ktorVersion = '1.6.6'
55

66
// Coroutines
77
coroutinesVersion = "1.5.2"

0 commit comments

Comments
 (0)