Skip to content

Commit 4eb7eca

Browse files
Bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c87ecb commit 4eb7eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
3-
id 'org.jetbrains.kotlin.jvm' version '2.3.0'
3+
id 'org.jetbrains.kotlin.jvm' version '2.3.10'
44

55
// Apply the application plugin to add support for building a CLI application in Java.
66
id 'application'

0 commit comments

Comments
 (0)