Skip to content

Commit 72ecd1b

Browse files
Bump kotlin-gradle-plugin from 1.7.21 to 1.7.22 (#7664)
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) --- 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ceec201 commit 72ecd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext.versions = [
88

99
def gradle = "7.3.1"
1010
// Ref: https://kotlinlang.org/releases.html
11-
def kotlin = "1.7.21"
11+
def kotlin = "1.7.22"
1212
def kotlinCoroutines = "1.6.4"
1313
def dagger = "2.44.2"
1414
def appDistribution = "16.0.0-beta05"

0 commit comments

Comments
 (0)