Skip to content

Commit b92def6

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.20 to 1.8.21 (#608)
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.20 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d49a46 commit b92def6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.8.20'
2+
ext.kotlin_version = '1.8.21'
33
repositories {
44
maven {
55
url "https://plugins.gradle.org/m2/"

bundles/sirix-kotlin-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
1010
}
1111
}
1212

bundles/sirix-rest-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20"
7+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21"
88
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.14.5"
99
//classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0"
1010
}

0 commit comments

Comments
 (0)