Skip to content

Commit

Permalink
Bump the all group across 1 directory with 8 updates (#326)
Browse files Browse the repository at this point in the history
Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.autonomousapps.dependency-analysis | `2.5.0` | `2.6.0` |
| com.android.tools.build:gradle | `8.7.2` | `8.7.3` |
| [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) | `0.4.19` | `0.4.22` |
| [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.2` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.2` |
| [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) | `6.2.1` | `6.4.0` |
| com.google.protobuf:protobuf-javalite | `4.29.0` | `4.29.1` |
| [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) | `6.6.0` | `6.6.1` |



Updates `com.autonomousapps.dependency-analysis` from 2.5.0 to 2.6.0

Updates `com.android.tools.build:gradle` from 8.7.2 to 8.7.3

Updates `io.nlopez.compose.rules:detekt` from 0.4.19 to 0.4.22
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.19...v0.4.22)

Updates `io.ktor:ktor-client-okhttp` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.2)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.2)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.2)

Updates `com.google.maps.android:maps-compose` from 6.2.1 to 6.4.0
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](googlemaps/android-maps-compose@v6.2.1...v6.4.0)

Updates `com.google.protobuf:protobuf-javalite` from 4.29.0 to 4.29.1

Updates `com.airbnb.android:lottie-compose` from 6.6.0 to 6.6.1
- [Release notes](https://github.com/airbnb/lottie-android/releases)
- [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md)
- [Commits](airbnb/lottie-android@v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.airbnb.android:lottie-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent a340384 commit da56297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("convention.detekt")
id("com.autonomousapps.dependency-analysis") version "2.5.0"
id("com.autonomousapps.dependency-analysis") version "2.6.0"
}

buildscript {
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ minSdk = "24"
wearMinSdk = "25"

kotlin = "2.1.0" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.7.2" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.1" # https://github.com/ktorio/ktor
agp = "8.7.3" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.2" # https://github.com/ktorio/ktor
androidxRoom = "2.7.0-alpha11" # https://developer.android.com/jetpack/androidx/releases/room
sqlite = "2.5.0-alpha11" # https://developer.android.com/jetpack/androidx/releases/sqlite
ksp = "2.1.0-1.0.29" # https://github.com/google/ksp/releases
screenshot = "0.0.1-alpha08"

detekt = "1.23.7" # https://github.com/detekt/detekt
detektCompose = "0.4.19" # https://github.com/mrmans0n/compose-rules
detektCompose = "0.4.22" # https://github.com/mrmans0n/compose-rules

compose = "1.7.5" # https://developer.android.com/jetpack/androidx/releases/compose-ui
wearCompose = "1.4.0" # https://developer.android.com/jetpack/androidx/releases/wear-compose
Expand All @@ -33,7 +33,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases
material = "1.12.0" # https://github.com/material-components/material-components-android
activity = "1.8.1" # https://developer.android.com/jetpack/androidx/releases/activity

protobuf = "4.29.0"
protobuf = "4.29.1"

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down Expand Up @@ -95,7 +95,7 @@ glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref =
glance-preview = { module = "androidx.glance:glance-preview", version.ref = "glance" }
glance-appwidget-preview = { module = "androidx.glance:glance-appwidget-preview", version.ref = "glance" }

google-maps-compose = "com.google.maps.android:maps-compose:6.2.1"
google-maps-compose = "com.google.maps.android:maps-compose:6.4.0"


androidx-annotation = "androidx.annotation:annotation:1.9.1" # https://mvnrepository.com/artifact/androidx.annotation/annotation
Expand All @@ -106,7 +106,7 @@ playServices-wearable = "com.google.android.gms:play-services-wearable:19.0.0" #
kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8" # https://github.com/Kotlin/kotlinx.collections.immutable


lottie-compose = "com.airbnb.android:lottie-compose:6.6.0" # https://github.com/airbnb/lottie-android
lottie-compose = "com.airbnb.android:lottie-compose:6.6.1" # https://github.com/airbnb/lottie-android

###

Expand Down

0 comments on commit da56297

Please sign in to comment.