From 2308cf9a69ab3fb8fd322742eae7f8d492f859c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:19:35 +0000 Subject: [PATCH] chore(deps): bump ktorVersion from 2.3.6 to 2.3.7 Bumps `ktorVersion` from 2.3.6 to 2.3.7. Updates `io.ktor:ktor-server-netty` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-sessions` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-locations` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-auth` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-auth-jwt` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-client-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-serialization-jackson` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-client-cio` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) Updates `io.ktor:ktor-server-test-host` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.6...2.3.7) --- 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-server-locations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation 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-content-negotiation 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 - 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8c266b44..31d455b8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val kotestVersion = "5.8.0" val bouncyCastleVersion = "1.70" val springBootVersion = "3.2.0" val reactorTestVersion = "3.6.0" -val ktorVersion = "2.3.6" +val ktorVersion = "2.3.7" val mavenRepoBaseUrl = "https://oss.sonatype.org" val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"