Skip to content

Commit 416f6ee

Browse files
chore(deps): bump ktorVersion from 1.6.3 to 1.6.4 (#107)
Bumps `ktorVersion` from 1.6.3 to 1.6.4. Updates `ktor-server-netty` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-server-sessions` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-locations` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-auth` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-auth-jwt` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-client-core` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-client-jackson` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-client-cio` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) Updates `ktor-server-test-host` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.3...1.6.4) --- 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-sessions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-locations 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-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-jackson 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-server-test-host dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bb03ed commit 416f6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val kotestVersion = "4.6.3"
1515
val bouncyCastleVersion = "1.69"
1616
val springBootVersion = "2.5.5"
1717
val reactorTestVersion = "3.4.10"
18-
val ktorVersion = "1.6.3"
18+
val ktorVersion = "1.6.4"
1919

2020
val mavenRepoBaseUrl = "https://oss.sonatype.org"
2121
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"

0 commit comments

Comments
 (0)