mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
build(deps): bump the hilt group in /kotlin/android with 4 updates (#9925)
Bumps the hilt group in /kotlin/android with 4 updates: [com.google.dagger.hilt.android](https://github.com/google/dagger), [com.google.dagger:hilt-android](https://github.com/google/dagger), [com.google.dagger:hilt-android-compiler](https://github.com/google/dagger) and [com.google.dagger:hilt-android-testing](https://github.com/google/dagger). Updates `com.google.dagger.hilt.android` from 2.56.2 to 2.57 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger.hilt.android's releases</a>.</em></p> <blockquote> <h2>Dagger 2.57</h2> <h1>Potential breaking changes</h1> <p>The generated <code>Factory</code>/<code>MembersInjector</code> constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated <code>Factory</code>/<code>MembersInjector</code> classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)</p> <h1>Bug fixes</h1> <p>Fixes <a href="https://redirect.github.com/google/dagger/issues/4779">#4779</a>. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="370c1b8363"><code>370c1b8</code></a> 2.57 release</li> <li><a href="3e66fdf163"><code>3e66fdf</code></a> Add developer information to the Hilt Gradle Plugin POM</li> <li><a href="07c2d73938"><code>07c2d73</code></a> Internal changes</li> <li><a href="e966c5c981"><code>e966c5c</code></a> Internal codegen</li> <li><a href="78a530cc3b"><code>78a530c</code></a> Internal changes</li> <li><a href="18d0bf32fe"><code>18d0bf3</code></a> Automated Code Change</li> <li><a href="b5901d3cce"><code>b5901d3</code></a> Internal change</li> <li><a href="e716cbe163"><code>e716cbe</code></a> Automated Code Change</li> <li><a href="2e940c0a84"><code>2e940c0</code></a> Automated Code Change</li> <li><a href="93c342a676"><code>93c342a</code></a> Automated Code Change</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.56.2...dagger-2.57">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android` from 2.56.2 to 2.57 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's releases</a>.</em></p> <blockquote> <h2>Dagger 2.57</h2> <h1>Potential breaking changes</h1> <p>The generated <code>Factory</code>/<code>MembersInjector</code> constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated <code>Factory</code>/<code>MembersInjector</code> classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)</p> <h1>Bug fixes</h1> <p>Fixes <a href="https://redirect.github.com/google/dagger/issues/4779">#4779</a>. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="370c1b8363"><code>370c1b8</code></a> 2.57 release</li> <li><a href="3e66fdf163"><code>3e66fdf</code></a> Add developer information to the Hilt Gradle Plugin POM</li> <li><a href="07c2d73938"><code>07c2d73</code></a> Internal changes</li> <li><a href="e966c5c981"><code>e966c5c</code></a> Internal codegen</li> <li><a href="78a530cc3b"><code>78a530c</code></a> Internal changes</li> <li><a href="18d0bf32fe"><code>18d0bf3</code></a> Automated Code Change</li> <li><a href="b5901d3cce"><code>b5901d3</code></a> Internal change</li> <li><a href="e716cbe163"><code>e716cbe</code></a> Automated Code Change</li> <li><a href="2e940c0a84"><code>2e940c0</code></a> Automated Code Change</li> <li><a href="93c342a676"><code>93c342a</code></a> Automated Code Change</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.56.2...dagger-2.57">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android-compiler` from 2.56.2 to 2.57 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-compiler's releases</a>.</em></p> <blockquote> <h2>Dagger 2.57</h2> <h1>Potential breaking changes</h1> <p>The generated <code>Factory</code>/<code>MembersInjector</code> constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated <code>Factory</code>/<code>MembersInjector</code> classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)</p> <h1>Bug fixes</h1> <p>Fixes <a href="https://redirect.github.com/google/dagger/issues/4779">#4779</a>. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="370c1b8363"><code>370c1b8</code></a> 2.57 release</li> <li><a href="3e66fdf163"><code>3e66fdf</code></a> Add developer information to the Hilt Gradle Plugin POM</li> <li><a href="07c2d73938"><code>07c2d73</code></a> Internal changes</li> <li><a href="e966c5c981"><code>e966c5c</code></a> Internal codegen</li> <li><a href="78a530cc3b"><code>78a530c</code></a> Internal changes</li> <li><a href="18d0bf32fe"><code>18d0bf3</code></a> Automated Code Change</li> <li><a href="b5901d3cce"><code>b5901d3</code></a> Internal change</li> <li><a href="e716cbe163"><code>e716cbe</code></a> Automated Code Change</li> <li><a href="2e940c0a84"><code>2e940c0</code></a> Automated Code Change</li> <li><a href="93c342a676"><code>93c342a</code></a> Automated Code Change</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.56.2...dagger-2.57">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android-testing` from 2.56.2 to 2.57 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-testing's releases</a>.</em></p> <blockquote> <h2>Dagger 2.57</h2> <h1>Potential breaking changes</h1> <p>The generated <code>Factory</code>/<code>MembersInjector</code> constructors have changed from public to private. This shouldn’t affect most users since these classes are only meant to be called by Dagger’s other generated code. If you do happen to be broken by this change, you should avoid calling Dagger’s generated <code>Factory</code>/<code>MembersInjector</code> classes directly. For a temporary solution, you can also switch to using the public static methods to create an instance. (165cf20ee)</p> <h1>Bug fixes</h1> <p>Fixes <a href="https://redirect.github.com/google/dagger/issues/4779">#4779</a>. Unshades the Kotlinx Metadata to support Kotlin 2.2.0 (bfa88b962)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="370c1b8363"><code>370c1b8</code></a> 2.57 release</li> <li><a href="3e66fdf163"><code>3e66fdf</code></a> Add developer information to the Hilt Gradle Plugin POM</li> <li><a href="07c2d73938"><code>07c2d73</code></a> Internal changes</li> <li><a href="e966c5c981"><code>e966c5c</code></a> Internal codegen</li> <li><a href="78a530cc3b"><code>78a530c</code></a> Internal changes</li> <li><a href="18d0bf32fe"><code>18d0bf3</code></a> Automated Code Change</li> <li><a href="b5901d3cce"><code>b5901d3</code></a> Internal change</li> <li><a href="e716cbe163"><code>e716cbe</code></a> Automated Code Change</li> <li><a href="2e940c0a84"><code>2e940c0</code></a> Automated Code Change</li> <li><a href="93c342a676"><code>93c342a</code></a> Automated Code Change</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.56.2...dagger-2.57">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -178,22 +178,22 @@ dependencies {
|
||||
implementation("androidx.navigation:navigation-ui-ktx:2.9.0")
|
||||
|
||||
// Hilt
|
||||
implementation("com.google.dagger:hilt-android:2.56.2")
|
||||
implementation("com.google.dagger:hilt-android:2.57")
|
||||
implementation("androidx.browser:browser:1.8.0")
|
||||
implementation("com.google.firebase:firebase-installations-ktx:18.0.0")
|
||||
implementation("com.google.android.gms:play-services-tasks:18.3.0")
|
||||
kapt("androidx.hilt:hilt-compiler:1.2.0")
|
||||
kapt("com.google.dagger:hilt-android-compiler:2.56.2")
|
||||
kapt("com.google.dagger:hilt-android-compiler:2.57")
|
||||
// Instrumented Tests
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.56.2")
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.56.2")
|
||||
androidTestImplementation("com.google.dagger:hilt-android-testing:2.57")
|
||||
kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.57")
|
||||
androidTestImplementation("androidx.test:runner:1.6.2")
|
||||
androidTestImplementation("androidx.navigation:navigation-testing:2.9.0")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.6.1")
|
||||
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
|
||||
// Unit Tests
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.56.2")
|
||||
testImplementation("com.google.dagger:hilt-android-testing:2.57")
|
||||
|
||||
// Retrofit 2
|
||||
implementation("com.squareup.retrofit2:retrofit:3.0.0")
|
||||
|
||||
@@ -17,7 +17,7 @@ plugins {
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
id("com.android.application") version "8.10.1" apply false
|
||||
id("com.google.firebase.appdistribution") version "5.1.1" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.56.2" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.57" apply false
|
||||
id("com.google.gms.google-services") version "4.4.3" apply false
|
||||
id("com.google.firebase.crashlytics") version "3.0.4" apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user