Skip to content

Commit 0aa1ee2

Browse files
Bump ktor_version from 1.6.5 to 1.6.6
Bumps `ktor_version` from 1.6.5 to 1.6.6. Updates `ktor-client-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](ktorio/ktor@1.6.5...1.6.6) Updates `ktor-client-apache` 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](ktorio/ktor@1.6.5...1.6.6) Updates `ktor-client-gson` 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](ktorio/ktor@1.6.5...1.6.6) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebbe8f9 commit 0aa1ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
group 'org.tonybaloney.security'
1010
version '1.24.3'
1111

12-
def ktor_version = "1.6.5"
12+
def ktor_version = "1.6.6"
1313
def kotlin_version = "1.6.0"
1414

1515
repositories {

0 commit comments

Comments
 (0)