Skip to content

Commit 0ce902a

Browse files
Bump kotlinVersion from 1.7.10 to 1.7.21 (#2801)
Bumps `kotlinVersion` from 1.7.10 to 1.7.21. Updates `kotlin-gradle-plugin` from 1.7.10 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21) Updates `kotlin-stdlib` from 1.7.10 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8af042 commit 0ce902a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
classpath 'com.google.googlejavaformat:google-java-format:1.15.0'
1717
classpath 'com.android.tools.build:gradle:4.2.0'
18-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
18+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21"
1919
}
2020
}
2121

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1'
3434

3535
libraries.groovy = 'org.codehaus.groovy:groovy:3.0.13'
3636

37-
def kotlinVersion = '1.7.10'
37+
def kotlinVersion = '1.7.21'
3838
libraries.kotlin = [
3939
version: kotlinVersion,
4040

0 commit comments

Comments
 (0)