Skip to content

Commit 0873972

Browse files
Bump jvm from 1.8.22 to 1.9.0
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.22...v1.9.0) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a869e6e commit 0873972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("io.spring.dependency-management") version "1.1.0"
66
id("io.gitlab.arturbosch.detekt") version "1.23.0"
77
id("jacoco")// This is to use Jacoco for coverage testing
8-
kotlin("jvm") version "1.8.22"
8+
kotlin("jvm") version "1.9.0"
99
kotlin("plugin.spring") version "1.8.22"
1010
}
1111

0 commit comments

Comments
 (0)