Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

chore(deps): update minor #6

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

chore(deps): update minor #6

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 6, 2022

Mend Renovate

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.3.3 -> 7.6.3 age adoption passing confidence
reactivecircus/android-emulator-runner action minor v2.25.0 -> v2.29.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.5.1 age adoption passing confidence
org.robolectric:robolectric (source) dependencies minor 4.8.2 -> 4.11.1 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.5.1 -> 2.6.2 age adoption passing confidence
androidx.test:runner dependencies minor 1.4.0 -> 1.5.2 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies minor 1.4.0 -> 1.8.2 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.1.0 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin minor 1.7.10 -> 1.9.22 age adoption passing confidence
io.mockk:mockk-android (source) dependencies minor 1.10.0 -> 1.13.8 age adoption passing confidence
io.mockk:mockk (source) dependencies minor 1.10.0 -> 1.13.8 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin minor 1.7.10 -> 1.9.22 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.5.1 -> 2.7.6 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.2.0 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin dependencies minor 2.38.1 -> 2.50 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.5.1 -> 1.7.3 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.compose:compose-bom dependencies minor 2022.10.00 -> 2022.12.00 age adoption passing confidence
com.squareup.leakcanary:leakcanary-android dependencies minor 2.9.1 -> 2.12 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 7.2.2 -> 7.4.2 age adoption passing confidence
composeOptions (source) dependencies minor 1.3.2 -> 1.5.7 age adoption passing confidence
androidx.compose.compiler:compiler (source) dependencies minor 1.3.2 -> 1.5.7 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.20 -> 1.9.22 age adoption passing confidence
io.coil-kt:coil-compose dependencies minor 2.2.0 -> 2.5.0 age adoption passing confidence
com.google.dagger:hilt-android-testing dependencies minor 2.43.2 -> 2.50 age adoption passing confidence
com.google.dagger:hilt-android-compiler dependencies minor 2.43.2 -> 2.50 age adoption passing confidence
com.google.dagger:hilt-android dependencies minor 2.43.2 -> 2.50 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.7.3 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.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

v7.5.1: 7.5.1

Compare Source

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.5.1

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

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.5: 7.5

Compare Source

The Gradle team is excited to announce Gradle 7.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.5

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

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.4.2: 7.4.2

Compare Source

This is a patch release for Gradle 7.4.

See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html

We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.4.2

See the Gradle 7.x upgrade guide to learn about deprecations, br


Configuration

📅 Schedule: Branch creation - "after 9pm,before 5am" (UTC), 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.

mercuriete
mercuriete previously approved these changes Sep 16, 2022
Copy link

@mercuriete mercuriete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 84208e0 to 77d5022 Compare September 26, 2022 17:45
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from c9a1282 to d603e2c Compare October 18, 2022 14:28
mercuriete
mercuriete previously approved these changes Oct 20, 2022
Copy link

@mercuriete mercuriete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@renovate renovate bot force-pushed the renovate/minor branch 6 times, most recently from 52e99da to 6835166 Compare October 25, 2022 12:57
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 9f1a14a to f881a23 Compare November 2, 2022 12:29
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 40671b0 to a46e2ac Compare December 1, 2022 15:03
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 0ceca75 to a1b2019 Compare December 6, 2022 14:31
@renovate renovate bot changed the title chore(deps): update minor Update minor Dec 17, 2022
@renovate renovate bot changed the title Update minor chore(deps): update minor Dec 17, 2022
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from f9ceb9a to 53813eb Compare August 15, 2023 12:02
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from b84db77 to b3e62e6 Compare August 30, 2023 02:58
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from a3544ff to 0a7cec8 Compare September 5, 2023 11:50
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 6313d74 to 23b2b30 Compare September 23, 2023 08:48
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from d153049 to c99dacd Compare October 5, 2023 08:56
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 1d784d7 to 5deaf2b Compare October 19, 2023 05:44
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from 358f0ac to 245689e Compare November 2, 2023 05:41
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 56dc47a to d3f93d3 Compare November 30, 2023 08:53
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from fd9d9f6 to 1b8a922 Compare December 7, 2023 17:42
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 7231cc6 to c98e4ba Compare December 20, 2023 05:12
Copy link

sonarcloud bot commented Dec 22, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

1 participant