Skip to content

Commit d5ff21f

Browse files
Bump kotlinVersion from 1.8.0 to 1.8.10
Bumps `kotlinVersion` from 1.8.0 to 1.8.10. Updates `jvm` from 1.8.0 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) Updates `plugin.spring` from 1.8.0 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) Updates `plugin.jpa` from 1.8.0 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8626337 commit d5ff21f

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
@@ -5,7 +5,7 @@ val logstashVersion = "7.2"
55
val testContainersVersion = "1.17.6"
66
val springDocVersion = "2.0.2"
77
val tokenValidationVersion = "3.0.2"
8-
val kotlinVersion = "1.8.0"
8+
val kotlinVersion = "1.8.10"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)