Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #69

Open
wants to merge 3 commits into
base: try_mvi
Choose a base branch
from
Open

Update all dependencies #69

wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 7.5.1 -> 7.6.4 age adoption passing confidence
com.github.bumptech.glide:compiler dependencies minor 4.14.2 -> 4.16.0 age adoption passing confidence
com.github.bumptech.glide:glide dependencies minor 4.14.2 -> 4.16.0 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies minor 3.2.2 -> 3.5.6 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies minor 3.2.2 -> 3.5.6 age adoption passing confidence
com.jakewharton.threetenabp:threetenabp dependencies patch 1.4.2 -> 1.4.7 age adoption passing confidence
com.squareup.moshi:moshi-kotlin dependencies minor 1.14.0 -> 1.15.1 age adoption passing confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies minor 4.10.0 -> 4.12.0 age adoption passing confidence
com.squareup.retrofit2:adapter-rxjava2 dependencies minor 2.9.0 -> 2.11.0 age adoption passing confidence
com.squareup.retrofit2:converter-moshi dependencies minor 2.9.0 -> 2.11.0 age adoption passing confidence
com.squareup.retrofit2:retrofit dependencies minor 2.9.0 -> 2.11.0 age adoption passing confidence
androidx.test.espresso:espresso-core dependencies minor 3.4.0 -> 3.5.1 age adoption passing confidence
androidx.test:runner dependencies minor 1.4.0 -> 1.5.2 age adoption passing confidence
androidx.work:work-rxjava2 (source) dependencies minor 2.7.1 -> 2.9.0 age adoption passing confidence
androidx.work:work-runtime-ktx (source) dependencies minor 2.7.1 -> 2.9.0 age adoption passing confidence
androidx.room:room-rxjava2 (source) dependencies minor 2.4.3 -> 2.6.1 age adoption passing confidence
androidx.room:room-compiler (source) dependencies minor 2.4.3 -> 2.6.1 age adoption passing confidence
androidx.room:room-runtime (source) dependencies minor 2.4.3 -> 2.6.1 age adoption passing confidence
com.google.android.libraries.places:places dependencies minor 2.6.0 -> 2.7.0 age adoption passing confidence
com.google.android.material:material dependencies minor 1.6.1 -> 1.12.0 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.5.1 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.5.1 -> 2.7.0 age adoption passing confidence
androidx.preference:preference-ktx (source) dependencies patch 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.appcompat:appcompat (source) dependencies minor 1.5.1 -> 1.6.1 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.11.0 -> 6.25.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 7.3.0 -> 7.4.2 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 1.7.20 -> 1.9.24 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v7.6.4: 7.6.4

Compare Source

This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.4 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.4

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.3: 7.6.3

Compare Source

This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​25781 Backport finalized task performance fix to 7.6.x
  • #​25802 Backport cgroups fix to 7.6.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.3 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.3

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.2: 7.6.2

Compare Source

This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​23201 Backport dependency upgrades to 7.x
  • #​23202 Backport Scala incremental compilation fixes
  • #​23325 Backport JSoup update to resolve CVE-2022-36033
  • #​23458 Backport JUnit5 dynamic test logging bug fix
  • #​23681 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 7.x]
  • #​23922 Backport "Use Compiler API data for incremental compilation after a failure" to 7.x
  • #​23951 Exclude rule merging: missing optimization [Backport 7.x]
  • #​24132 Extending an already resolved configuration no longer works correctly [backport 7.x]
  • #​24234 7.6.1 breaks gradle-consistent-versions
  • #​24390 Gradle 7.4 fails on multi release jar's with JDK 19 code
  • #​24439 Gradle complains about invalid tool chain - picking up the source package location - it should just ignore them [Backport]
  • #​24443 Maven artifact referenced only in dependency constraints raises IllegalStateException: Corrupt serialized resolution result [backport]
  • #​24901 Backport fix for test exception that cannot be deserialized to 7.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.1: 7.6.1

Compare Source

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6

Compare Source

bumptech/glide (com.github.bumptech.glide:compiler)

v4.16.0: Glide 4.16.0

This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.

This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.

Features
Compose
Bugs
Deprecations
  • placeholderOf(@​Composable) in GlideImage is deprecated, use GlideSubcomposition instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.
Behavior Changes
Breaking Changes
Build Changes
New Contributors

Full Changelog: bumptech/glide@v4.15.0...v4.16.0

Note - there's been a change in the gpg key used to sign these releases. The new public key is attached

v4.15.1: Glide v4.15.1

Features
Compose
Bugs
  • Fix a bug in the KSP processor preventing it from recognizing or including any of Glide's library modules, or any other library module compiled with Glide's java annotation processor (com.github.bumptech.glide:compiler:X.XX.X). (#​5043, 16306e8)
Deprecations
Behavior Changes
Breaking Changes
Build Changes

v4.15.0: Glide v4.15.0

Features

Compose

  • Add loading and failure composable parameters so you can set a custom composable while Glide is loading or after an image load fails (d5fc241)
  • Make automatic transformations based on ContentScale optional (89472a3, #​4943)
  • Avoid throwing exceptions when Composables have unexpected sizes (6cb9486)
  • Simplify the preloading API by providing a data wrapper that triggers preloading based on access (e63c5d2)
  • Show placeholder resources in Compose previews (01ed966, 0f9aea2)

Bugs

  • Workaround VP8 decoding issues on ARC devices (4bfda58)
  • Improve error messages when Glide is recursively initialized or application code throws during Glide's initialization (00e8c23)
  • Fix a race that can result in RequestManagers leaking (4affb8d)

Deprecations

Behavior Changes

  • Use Android's Lifecycle for androidx Fragments / Activities instead of adding a hidden Fragment (18bba92)

Breaking Changes

Build Changes

InsertKoinIO/koin (io.insert-koin:koin-android)

v3.5.6

Compare Source

What's Changed

Full Changelog: InsertKoinIO/koin@3.5.5...3.5.6

v3.5.5

Compare Source

What's Changed

Full Changelog: InsertKoinIO/koin@3.5.4...3.5.5

v3.5.4

Compare Source

Milestones
What's Changed
New Contributors

Full Changelog: InsertKoinIO/koin@3.5.3...3.5.4

v3.5.3

Compare Source

v3.5.0

bom-3.5.0
core-3.5.0

Version upgrades

Updates

Fixes

android-3.5.0

Version upgrades

  • android lib updates: androidx.activity:activity-ktx:1.7.2, androidx.fragment:fragment-ktx:1.6.1, androidx.navigation:navigation-fragment-ktx:2.7.1 by @​arnaudgiuliani in 1fb1193

Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

| datasource     | package                                      | from   | to     |
| -------------- | -------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                       | 7.5.1  | 7.6.4  |
| maven          | com.github.bumptech.glide:compiler           | 4.14.2 | 4.16.0 |
| maven          | com.github.bumptech.glide:glide              | 4.14.2 | 4.16.0 |
| maven          | io.insert-koin:koin-android                  | 3.2.2  | 3.5.6  |
| maven          | io.insert-koin:koin-core                     | 3.2.2  | 3.5.6  |
| maven          | com.jakewharton.threetenabp:threetenabp      | 1.4.2  | 1.4.7  |
| maven          | com.squareup.moshi:moshi-kotlin              | 1.14.0 | 1.15.1 |
| maven          | com.squareup.okhttp3:logging-interceptor     | 4.10.0 | 4.12.0 |
| maven          | com.squareup.retrofit2:adapter-rxjava2       | 2.9.0  | 2.11.0 |
| maven          | com.squareup.retrofit2:converter-moshi       | 2.9.0  | 2.11.0 |
| maven          | com.squareup.retrofit2:retrofit              | 2.9.0  | 2.11.0 |
| maven          | androidx.test.espresso:espresso-core         | 3.4.0  | 3.5.1  |
| maven          | androidx.test:runner                         | 1.4.0  | 1.5.2  |
| maven          | androidx.work:work-rxjava2                   | 2.7.1  | 2.9.0  |
| maven          | androidx.work:work-runtime-ktx               | 2.7.1  | 2.9.0  |
| maven          | androidx.room:room-rxjava2                   | 2.4.3  | 2.6.1  |
| maven          | androidx.room:room-compiler                  | 2.4.3  | 2.6.1  |
| maven          | androidx.room:room-runtime                   | 2.4.3  | 2.6.1  |
| maven          | com.google.android.libraries.places:places   | 2.6.0  | 2.7.0  |
| maven          | com.google.android.material:material         | 1.6.1  | 1.12.0 |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx     | 2.5.1  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx   | 2.5.1  | 2.7.0  |
| maven          | androidx.preference:preference-ktx           | 1.2.0  | 1.2.1  |
| maven          | androidx.appcompat:appcompat                 | 1.5.1  | 1.6.1  |
| maven          | com.diffplug.spotless:spotless-plugin-gradle | 6.11.0 | 6.25.0 |
| maven          | com.android.tools.build:gradle               | 7.3.0  | 7.4.2  |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin    | 1.7.20 | 1.9.24 |
@renovate renovate bot requested a review from hoc081098 May 11, 2024 15:46
Copy link
Contributor Author

renovate bot commented May 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant