Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 03f0a08

Browse files
[Update]: Bump kotlinVersion from 1.5.31 to 1.6.10
Bumps `kotlinVersion` from 1.5.31 to 1.6.10. Updates `kotlin-gradle-plugin` from 1.5.31 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.6.10) Updates `kotlin-serialization` from 1.5.31 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.6.10) Updates `kotlin-stdlib` from 1.5.31 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.6.10) Updates `kotlin-reflect` from 1.5.31 to 1.6.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6fc292 commit 03f0a08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dependencies.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
// Kotlin
3-
kotlinVersion = '1.5.31'
4-
ktorVersion = '1.6.6'
3+
kotlinVersion = '1.6.10'
4+
ktorVersion = '1.6.7'
55

66
// Coroutines
77
coroutinesVersion = "1.5.2"
@@ -10,7 +10,7 @@ ext {
1010
kotlinSerializerVersion = "1.3.1"
1111

1212
// Lint
13-
spotlessVersion = "5.12.4"
13+
spotlessVersion = "6.1.2"
1414

1515
// Kodein (DI)
1616
kodeinDiVersion = "7.9.0"
@@ -20,11 +20,11 @@ ext {
2020
hikariVersion = "5.0.0"
2121

2222
// SQLDelight
23-
sqlDelightVersion = '1.5.1'
23+
sqlDelightVersion = '1.5.3'
2424

2525
// Logging Utility
2626
logbackVersion = '1.2.7'
2727

2828
// Liquibase Migration
29-
liquibaseVersion = '4.6.1'
29+
liquibaseVersion = '4.6.2'
3030
}

0 commit comments

Comments
 (0)