Skip to content

Commit

Permalink
chore(deps): bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.2…
Browse files Browse the repository at this point in the history
…2-1.0.16 (#1159)

* chore(deps): bump com.google.devtools.ksp

Bumps [com.google.devtools.ksp](https:/google/ksp) from 1.9.21-1.0.16 to 1.9.22-1.0.16.
- [Release notes](https:/google/ksp/releases)
- [Commits](google/ksp@1.9.21-1.0.16...1.9.22-1.0.16)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump kotlin to 1.9.22

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashutosh Gangwar <[email protected]>
  • Loading branch information
dependabot[bot] and ashutoshgngwr authored Jan 7, 2024
1 parent c5f2e9d commit c6c2be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.android.library' version "${agpVersion}" apply false
id 'org.jetbrains.kotlin.android' version "${kotlinVersion}" apply false
id 'org.jetbrains.kotlin.kapt' version "${kotlinVersion}" apply false
id 'com.google.devtools.ksp' version "1.9.21-1.0.16" apply false
id 'com.google.devtools.ksp' version "1.9.22-1.0.16" apply false

id 'androidx.navigation.safeargs.kotlin' version "${navVersion}" apply false
id 'com.google.dagger.hilt.android' version "${hiltVersion}" apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ kotlin.code.style=official
# gradle plugin dependencies
agpVersion=8.2.0
hiltVersion=2.50
kotlinVersion=1.9.21
kotlinVersion=1.9.22
navVersion=2.7.6
aboutLibrariesVersion=10.9.2

0 comments on commit c6c2be8

Please sign in to comment.