Skip to content

Commit 4a789fa

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.21 to 2.2.21
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35663f7 commit 4a789fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("org.gradlex:extra-java-module-info:1.4.1")
2727
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
2828
implementation("net.researchgate:gradle-release:3.0.2")
29-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
29+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
3030
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
3131
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:2.1.0") {
3232
isTransitive = false

0 commit comments

Comments
 (0)