Skip to content

Commit 5208de9

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.jetbrains.kotlin.jvm from 1.7.0 to 1.7.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44b4a72 commit 5208de9

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
@@ -9,7 +9,7 @@ plugins {
99
id("net.ossindex.audit") version "0.4.11"
1010
id("io.freefair.maven-central.validate-poms") version "6.5.0.2"
1111
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
12-
id("org.jetbrains.kotlin.jvm") version "1.7.0" apply false
12+
id("org.jetbrains.kotlin.jvm") version "1.7.10" apply false
1313
}
1414

1515
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)