Skip to content

Commit ef85fa7

Browse files
Bump kotlinVersion from 1.9.24 to 1.9.25 (#3379)
Bumps `kotlinVersion` from 1.9.24 to 1.9.25. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 1.9.25 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v1.9.25) Updates `org.jetbrains.kotlin:kotlin-allopen` from 1.9.24 to 1.9.25 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.25/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.24...v1.9.25) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dae8a9f commit ef85fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.9.24'
2+
ext.kotlinVersion = '1.9.25'
33
ext.isCI = System.getenv('GITHUB_ACTION')
44
repositories {
55
mavenCentral()

0 commit comments

Comments
 (0)