Skip to content

Commit ef2d5c7

Browse files
chore(deps): bump io.ktor:ktor-server-core-jvm from 2.3.10 to 2.3.12
Bumps [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) from 2.3.10 to 2.3.12. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.10...2.3.12) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11f205a commit ef2d5c7

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
@@ -42,7 +42,7 @@ dependencies {
4242
implementation "io.ktor:ktor-server-cors:2.3.10"
4343
implementation "io.ktor:ktor-server-content-negotiation-jvm:2.3.12"
4444
implementation "io.ktor:ktor-server-netty-jvm:2.3.12"
45-
implementation "io.ktor:ktor-server-core-jvm:2.3.10"
45+
implementation "io.ktor:ktor-server-core-jvm:2.3.12"
4646
implementation "io.ktor:ktor-server-host-common-jvm:2.3.10"
4747
implementation "io.ktor:ktor-server-auth:2.3.12"
4848
implementation "io.ktor:ktor-server-auth-jwt:2.3.11"

0 commit comments

Comments
 (0)