Skip to content

Commit 55793ec

Browse files
Bump kotlin_version from 1.5.21 to 1.5.30 (#91)
Bumps `kotlin_version` from 1.5.21 to 1.5.30. Updates `kotlin-gradle-plugin` from 1.5.21 to 1.5.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.21...v1.5.30) Updates `kotlin-stdlib` from 1.5.21 to 1.5.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.21...v1.5.30) Updates `kotlin-test-junit` from 1.5.21 to 1.5.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.21...v1.5.30) --- 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 - dependency-name: org.jetbrains.kotlin:kotlin-test-junit 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 84acdf1 commit 55793ec

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,7 +1,7 @@
11
version '1.0-SNAPSHOT'
22

33
buildscript {
4-
ext.kotlin_version = '1.5.21'
4+
ext.kotlin_version = '1.5.30'
55
ext.dokka_version = '1.5.0'
66
ext.bnd_version = '5.3.0'
77
ext.license_version = '0.15.0'

0 commit comments

Comments
 (0)