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

fix(deps): update minor #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update minor #9

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 19, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action minor v3.4.1 -> v3.13.0 age adoption passing confidence
gradle (source) minor 7.5.1 -> 7.6.4 age adoption passing confidence
reactivecircus/android-emulator-runner action minor v2.25.0 -> v2.33.0 age adoption passing confidence
com.android.tools:desugar_jdk_libs dependencies minor 1.1.5 -> 1.2.3 age adoption passing confidence
androidx.test.espresso:espresso-core dependencies minor 3.4.0 -> 3.6.1 age adoption passing confidence
org.robolectric:robolectric (source) dependencies minor 4.8.2 -> 4.14.1 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.5.1 -> 2.8.7 age adoption passing confidence
androidx.test:runner dependencies minor 1.4.0 -> 1.6.2 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies minor 1.4.0 -> 1.10.0 age adoption passing confidence
com.squareup.okhttp3:mockwebserver (source) dependencies minor 4.9.3 -> 4.12.0 age adoption passing confidence
androidx.hilt:hilt-navigation-compose (source) dependencies minor 1.0.0 -> 1.2.0 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin minor 1.7.10 -> 1.9.25 age adoption passing confidence
io.mockk:mockk-android (source) dependencies minor 1.10.0 -> 1.13.16 age adoption passing confidence
io.mockk:mockk (source) dependencies minor 1.10.0 -> 1.13.16 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.5.1 -> 2.8.7 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin minor 1.7.10 -> 1.9.25 age adoption passing confidence
com.android.library (source) plugin minor 7.2.2 -> 7.4.2 age adoption passing confidence
com.google.truth:truth dependencies minor 1.1.3 -> 1.4.4 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin dependencies minor 2.38.1 -> 2.55 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.5.1 -> 1.10.1 age adoption passing confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies minor 4.9.3 -> 4.12.0 age adoption passing confidence
com.squareup.okhttp3:okhttp (source) dependencies minor 4.9.3 -> 4.12.0 age adoption passing confidence
androidx.test.ext:junit dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
composeOptions (source) dependencies minor 1.3.0 -> 1.5.15 age adoption passing confidence
androidx.compose.compiler:compiler (source) dependencies minor 1.3.0 -> 1.5.15 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 7.2.2 -> 7.4.2 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.compose.ui:ui-test-junit4 (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.runtime:runtime (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.compose.material:material (source) dependencies minor 1.2.1 -> 1.7.8 age adoption passing confidence
androidx.room:room-ktx (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
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 1.7.10 -> 1.9.25 age adoption passing confidence
io.coil-kt:coil-compose dependencies minor 2.2.0 -> 2.7.0 age adoption passing confidence
com.google.dagger:hilt-android-compiler dependencies minor 2.43.2 -> 2.55 age adoption passing confidence
com.google.dagger:hilt-android dependencies minor 2.43.2 -> 2.55 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.10.1 age adoption passing confidence

Release Notes

actions/setup-java (actions/setup-java)

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare Source

In scope of this release the following changes were made:

Bug fixes:

Feature implementations:

Resolving dependencies issues:

Infrastructure updates:

Documentation changes:

New Contributors

Full Changelog: actions/setup-java@v3...v3.12.0

v3.11.0

Compare Source

In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: semeru
     java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
semeru IBM Semeru Runtime Open Edition Link Link
oracle Oracle JDK Link Link

v3.10.0

Compare Source

In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).

steps:
 - name: Checkout
  uses: actions/checkout@v3
 - name: Setup-java
  uses: actions/setup-java@v3
  with:
   distribution: oracle
   java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
oracle Oracle JDK Link Link

v3.9.0

Compare Source

In scope of this release we add support for .java-version file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.

    steps:
      - uses: actions/checkout@v3
      - name: Setup java
        uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version-file: .java-version
      - run: java HelloWorldApp.java

v3.8.0

Compare Source

In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.

v3.6.0

Compare Source

In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use os.arch to determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:

v3.5.1

Compare Source

In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.

v3.5.0

Compare Source

Add support for multiple jdks

In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through java-version input.

    steps:
      - uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version: |
            8
            11
            15
Besides, we added such changes as:
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](https://re

Configuration

📅 Schedule: Branch creation - "after 9pm,before 5am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 0513d4c to f097680 Compare August 24, 2022 16:51
@renovate renovate bot changed the title fix(deps): update dependency com.android.tools:desugar_jdk_libs to v1.2.0 fix(deps): update dependency com.android.tools:desugar_jdk_libs to v1.2.2 Aug 24, 2022
@renovate renovate bot force-pushed the renovate/minor branch from f097680 to 14511b2 Compare August 26, 2022 13:04
@renovate renovate bot changed the title fix(deps): update dependency com.android.tools:desugar_jdk_libs to v1.2.2 chore(deps): update minor Sep 8, 2022
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from aeb246f to b84dca2 Compare September 20, 2022 06:47
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from f103564 to e245bab Compare October 18, 2022 13:23
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from a35fbdb to b01f7ef Compare March 23, 2023 15:06
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 0b5f160 to fbbde6f Compare March 31, 2023 11:55
@renovate renovate bot force-pushed the renovate/minor branch from fbbde6f to 831c9e2 Compare May 28, 2023 09:41
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from a31092e to 5e27641 Compare June 7, 2023 23:37
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from e828940 to 79dbeda Compare June 28, 2023 22:39
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 86de67d to 867661f Compare July 6, 2023 07:34
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 749c878 to 4c557b5 Compare July 18, 2023 18:51
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from b82b0d4 to 4045081 Compare July 26, 2023 18:28
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 4080f32 to 8f92741 Compare August 14, 2024 22:37
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 841f056 to bd09752 Compare September 10, 2024 21:14
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from ce700b5 to 0e88b8d Compare September 19, 2024 05:36
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 109dbc2 to 122d9fe Compare October 9, 2024 11:44
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 06b552a to 783be7c Compare October 16, 2024 19:08
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 4544448 to 52062e0 Compare November 15, 2024 11:32
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 3748de8 to 8e9584c Compare December 9, 2024 19:32
@renovate renovate bot changed the title chore(deps): update minor fix(deps): update minor Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from e1d440e to a6afda7 Compare December 20, 2024 22:28
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from 39256f5 to 2f39548 Compare January 15, 2025 20:51
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 522b577 to 003089a Compare January 29, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants