From 58dda1c6100476cd7a9116537da993f010d9d13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:46:43 +0000 Subject: [PATCH] chore(deps): bump ktorVersion from 3.3.0 to 3.3.1 Bumps `ktorVersion` from 3.3.0 to 3.3.1. Updates `io.ktor:ktor-server-netty` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-sessions` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-resources` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-auth` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-auth-jwt` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-client-core` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-client-content-negotiation` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-serialization-jackson` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-client-cio` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) Updates `io.ktor:ktor-server-test-host` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-sessions dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-resources dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth-jwt dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host dependency-version: 3.3.1 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 58d11452..75a19611 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ val kotestVersion = "6.0.4" val bouncyCastleVersion = "1.82" val springBootVersion = "3.5.6" val reactorTestVersion = "3.7.11" -val ktorVersion = "3.3.0" +val ktorVersion = "3.3.1" val jsonPathVersion = "2.9.0" val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"