Skip to content

Commit 7de8899

Browse files
chore(deps): bump org.jetbrains.kotlin.jvm (#205)
Bumps the dependencies group in /example/example1 with 1 update: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.jvm` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5467c63 commit 7de8899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/example1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'com.diffplug.spotless' version '7.2.1'
4-
id 'org.jetbrains.kotlin.jvm' version '2.2.0'
4+
id 'org.jetbrains.kotlin.jvm' version '2.2.10'
55
}
66

77
application {

0 commit comments

Comments
 (0)