Skip to content

Commit b45975e

Browse files
dependabot[bot]orange-buffalo
authored andcommitted
build(deps): Bump jvm from 2.3.10 to 2.3.20
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.3.10 to 2.3.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e44925 commit b45975e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jreleaser.model.Active
22

33
plugins {
4-
kotlin("jvm") version "2.3.10"
4+
kotlin("jvm") version "2.3.20"
55
// version pinned as newer has major JGit changed which is not compatible with jreleaser
66
id("com.github.jmongard.git-semver-plugin") version "0.13.0"
77
id("maven-publish")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.3.10"
2+
kotlin("jvm") version "2.3.20"
33
}
44

55
repositories {

0 commit comments

Comments
 (0)