Skip to content

Commit 15239be

Browse files
chore(deps): bump org.jetbrains.kotlin.jvm (#158)
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.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2931fa commit 15239be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example/example1/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'com.diffplug.spotless' version '7.0.2'
4-
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
4+
id 'org.jetbrains.kotlin.jvm' version '2.1.20'
55
}
66

77
application {

0 commit comments

Comments
 (0)