Skip to content

Commit

Permalink
Bump kotlinVersion from 1.7.21 to 1.7.22 (#2633)
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.7.21 to 1.7.22.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` 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)

Updates `org.jetbrains.kotlin:kotlin-allopen` 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
- dependency-name: org.jetbrains.kotlin:kotlin-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2024
1 parent 566c1ec commit 86fba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.7.21'
ext.kotlinVersion = '1.7.22'
ext.isCI = System.getenv('GITHUB_ACTION')
repositories {
mavenCentral()
Expand Down

0 comments on commit 86fba34

Please sign in to comment.