Skip to content

Commit 798a34e

Browse files
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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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] <support@github.com>
1 parent d3ff57b commit 798a34e

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 = "6.0.3"
1515
val bouncyCastleVersion = "1.82"
1616
val springBootVersion = "3.5.6"
1717
val reactorTestVersion = "3.7.11"
18-
val ktorVersion = "3.3.0"
18+
val ktorVersion = "3.3.1"
1919
val jsonPathVersion = "2.9.0"
2020

2121
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"

0 commit comments

Comments
 (0)