Skip to content

Commit d87f302

Browse files
Bump jvm in /dusseldorf-ktor-testapp in the gradle-test-app group (#755)
Bumps the gradle-test-app group in /dusseldorf-ktor-testapp with 1 update: [jvm](https://github.com/JetBrains/kotlin). Updates `jvm` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-test-app ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9334d06 commit d87f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dusseldorf-ktor-testapp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val junitJupiterVersion = "5.10.2"
88
val mainClass = "no.nav.AppKt"
99

1010
plugins {
11-
kotlin("jvm") version "1.9.23"
11+
kotlin("jvm") version "1.9.24"
1212
id("com.github.johnrengelman.shadow") version "8.1.1"
1313
}
1414

0 commit comments

Comments
 (0)