Skip to content

Commit

Permalink
Bump the maven-dependencies group with 3 updates (#46)
Browse files Browse the repository at this point in the history
* Bump the maven-dependencies group with 3 updates

Bumps the maven-dependencies group with 3 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.core:core-splashscreen and [com.google.code.gson:gson](https://github.com/google/gson).


Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.7.0 to 2.8.0

Updates `androidx.core:core-splashscreen` from 1.1.0-rc01 to 1.2.0-alpha01

Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-splashscreen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* change version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ArcticFoxPro <139336664+ArcticFoxPro@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ArcticFoxPro authored May 20, 2024
1 parent 3a6a266 commit fba73ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: gradle
directory: /
schedule:
interval: daily
interval: monthly
groups:
maven-dependencies:
patterns:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly
groups:
action-dependencies:
patterns:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core-splashscreen:1.1.0-rc01")
implementation("com.google.android.material:material:1.12.0")
Expand All @@ -79,7 +79,7 @@ dependencies {
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("io.coil-kt:coil:2.6.0")
implementation("androidx.datastore:datastore-preferences:1.1.1")
}

0 comments on commit fba73ce

Please sign in to comment.