Skip to content

Commit b92de08

Browse files
chore(deps): bump jvm from 2.2.21 to 2.3.10
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.21 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.2.21...v2.3.10) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 676c078 commit b92de08

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
@@ -16,7 +16,7 @@ version = project.findProperty("version") as String
1616
val ignoreKtLint = setOf("arc-result", "arc-azure-client")
1717

1818
plugins {
19-
kotlin("jvm") version "2.2.21" apply false
19+
kotlin("jvm") version "2.3.10" apply false
2020
kotlin("plugin.serialization") version "2.2.21" apply false
2121
id("org.jetbrains.dokka") version "2.1.0"
2222
id("org.cyclonedx.bom") version "2.3.1"

0 commit comments

Comments
 (0)