Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) | `0.4.5` | `0.4.7` |
| androidx.activity:activity-compose | `1.9.0` | `1.9.1` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.8.3` | `2.8.4` |
| [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) | `6.1.0` | `6.1.1` |
| androidx.annotation:annotation | `1.8.0` | `1.8.1` |



Updates `io.nlopez.compose.rules:detekt` from 0.4.5 to 0.4.7
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.5...v0.4.7)

Updates `androidx.activity:activity-compose` from 1.9.0 to 1.9.1

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.3 to 2.8.4

Updates `com.google.maps.android:maps-compose` from 6.1.0 to 6.1.1
- [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.1.0...v6.1.1)

Updates `androidx.annotation:annotation` from 1.8.0 to 1.8.1

---
updated-dependencies:
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  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-patch
  dependency-group: all
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 30, 2024
1 parent 40549ad commit eb882f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sqlite = "2.5.0-alpha05" # https://developer.android.com/jetpack/androidx/releas
ksp = "2.0.20-Beta2-1.0.23"

detekt = "1.23.6" # https://github.com/detekt/detekt
detektCompose = "0.4.5" # https://github.com/mrmans0n/compose-rules
detektCompose = "0.4.7" # https://github.com/mrmans0n/compose-rules

compose = "1.6.8" # https://developer.android.com/jetpack/androidx/releases/compose-ui
wearCompose = "1.3.1" # https://developer.android.com/jetpack/androidx/releases/wear-compose
Expand All @@ -23,7 +23,7 @@ cupertino = "0.1.0-alpha04" # https://github.com/alexzhirkevich/compose-cupertin
coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
datastore = "1.1.1" # https://developer.android.com/jetpack/androidx/releases/datastore
koin = "3.5.6" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.8.3" # https://developer.android.com/jetpack/androidx/releases/lifecycle
lifecycle = "2.8.4" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.13.1" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/glance

Expand Down Expand Up @@ -59,7 +59,7 @@ compose-material3 = "androidx.compose.material3:material3:1.2.1" # https://devel
compose-uiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }

compose-activity = "androidx.activity:activity-compose:1.9.0" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose
compose-activity = "androidx.activity:activity-compose:1.9.1" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose
compose-constraint = "androidx.constraintlayout:constraintlayout-compose:1.0.1" # https://developer.android.com/jetpack/androidx/releases/constraintlayout

compose-uiTest = { module = "androidx.compose.ui:ui-test", version.ref = "compose" }
Expand Down Expand Up @@ -94,10 +94,10 @@ core-coreKtx = { module = "androidx.core:core-ktx", version.ref = "core" } # and
glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
#glance-wear-tiles = { module = "androidx.glance:glance-wear-tiles", version.ref = "glance" }

google-maps-compose = "com.google.maps.android:maps-compose:6.1.0"
google-maps-compose = "com.google.maps.android:maps-compose:6.1.1"


androidx-annotation = "androidx.annotation:annotation:1.8.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-annotation = "androidx.annotation:annotation:1.8.1" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-wear = "androidx.wear:wear:1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
material = { module = "com.google.android.material:material", version.ref = "material" }
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" } # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-javalite
Expand Down

0 comments on commit eb882f8

Please sign in to comment.