Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 16, 2022

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v3 -> v6 age confidence
actions/setup-java action major v3.4.1 -> v5.0.0 age confidence
gradle (source) major 7.5.1 -> 9.2.1 age confidence
com.android.tools:desugar_jdk_libs dependencies major 1.1.5 -> 2.1.5 age confidence
com.squareup.okhttp3:mockwebserver (source) dependencies major 4.9.3 -> 5.3.2 age confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.7.10 -> 2.2.21 age confidence
org.jetbrains.kotlin.android (source) plugin major 1.7.10 -> 2.2.21 age confidence
com.android.library (source) plugin major 7.2.2 -> 8.13.1 age confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies major 4.9.3 -> 5.3.2 age confidence
com.squareup.okhttp3:okhttp (source) dependencies major 4.9.3 -> 5.3.2 age confidence
com.android.tools.build:gradle (source) dependencies major 7.2.2 -> 8.13.1 age confidence
com.squareup.retrofit2:converter-moshi dependencies major 2.9.0 -> 3.0.0 age confidence
com.squareup.retrofit2:retrofit dependencies major 2.9.0 -> 3.0.0 age confidence
org.jlleitschuh.gradle.ktlint plugin major 10.3.0 -> 14.0.1 age confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies major 1.7.10 -> 2.2.21 age confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

v4

Compare Source

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

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

v3.14.1

Compare Source

What's Changed

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

v3.14.0

Compare Source

What's Changed

  • Upgrade @​action/cache to 4.0.3 by @​aparnajyothi-y in #​790.
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

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

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in #​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 (#​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 (#​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 (#​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 (#​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: #​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:
  • Removed restore-keys because it leaded to an unexpected growth of the cache: #​285
  • Added new files pattern for gradle cache: #​274
  • Added cache-hit output to the action.yml: #​373
gradle/gradle (gradle)

v9.2.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.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.

v9.2.0

Compare Source

v9.1.0: 9.1.0

Compare Source

The Gradle team is excited to announce Gradle 9.1.0.

Here are the highlights of this release:

  • Full Java 25 support
  • Native task graph visualization
  • Enhanced console output

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Eng Zer Jun,
EunHyunsu,
Gaëtan Muller,
HeeChul Yang,
Jendrik Johannes,
Johnny Lim,
Junho Lee,
Kirill Gavrilov,
Matthew Haughton,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Pradyumna C,
r-a-sattarov,
Ryszard Perkowski,
Sebastian Schuberth,
SebastianHeil,
Staffan Al-Kadhimi,
winfriedgerlach,
Xin Wang.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper

See the Gradle 9.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.

v9.0.0: 9.0.0

Compare Source

The Gradle team is excited to announce Gradle 9.0.0.

Here are the highlights of this release:

  • Configuration Cache is the recommended execution mode
  • Gradle requires JVM 17 or higher to run
  • Build scripts use Kotlin 2.2 and Groovy 4.0
  • Improved Kotlin DSL script compilation avoidance

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aaron Matthis,
Adam E,
Adam S,
Björn Kautler,
Daniel Lacasse,
Eng Zer Jun,
EunHyunsu,
FlorianMichael,
Francisco Prieto,
Gaëtan Muller,
Jake Wharton,
Kengo TODA,
Kent Kaseda,
Madalin Valceleanu,
Marc Philipp,
Mark S. Lewis,
Matthew Haughton,
Mycroft Wong,
Na Minhyeok,
Nelson Osacky,
Olivier "Oli" Dagenais,
ploober,
Radai Rosenblatt,
Róbert Papp,
Sebastian Schuberth,
Victor Merkulov.

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper

See the Gradle 9.0.0 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.

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.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.

v8.14.2: 8.14.2

Compare Source

The Gradle team is excited to announce Gradle 8.14.2.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.14.2 && ./gradlew wrapper

See the Gradle 8.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.

v8.14.1: 8.14.1

Compare Source

The Gradle team is excited to announce Gradle 8.14.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
[Florian Dreier](https://redirect.git


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2 chore(deps): update major (major) Mar 16, 2023
@renovate renovate bot force-pushed the renovate/major-major branch from ea9da9f to 7fe101d Compare March 16, 2023 15:55
@renovate renovate bot force-pushed the renovate/major-major branch from 7fe101d to d8db547 Compare March 31, 2023 12:36
@renovate renovate bot force-pushed the renovate/major-major branch from d8db547 to 6dc7c7c Compare April 17, 2023 10:00
@renovate renovate bot force-pushed the renovate/major-major branch from 6dc7c7c to 8b1f3d9 Compare May 28, 2023 09:43
@renovate renovate bot force-pushed the renovate/major-major branch from 8b1f3d9 to 5019399 Compare June 30, 2023 19:05
@renovate renovate bot force-pushed the renovate/major-major branch from 5019399 to 9a7e10b Compare July 10, 2023 15:23
@renovate renovate bot force-pushed the renovate/major-major branch from 9a7e10b to 442057f Compare July 25, 2023 18:11
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from b36e176 to 330c237 Compare August 22, 2023 04:44
@renovate renovate bot force-pushed the renovate/major-major branch from 330c237 to 40a4b05 Compare September 4, 2023 13:07
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from e8f4ea9 to e40ad6a Compare October 4, 2023 23:00
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from ec3b7bf to 135aa30 Compare November 7, 2023 20:03
@renovate renovate bot force-pushed the renovate/major-major branch from 135aa30 to bfbd3f7 Compare November 16, 2023 21:05
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from b99d779 to 2d8f670 Compare November 30, 2023 19:52
@renovate renovate bot force-pushed the renovate/major-major branch from 2d8f670 to 079561d Compare January 3, 2024 19:49
@renovate renovate bot force-pushed the renovate/major-major branch from 079561d to bd9dc5c Compare January 23, 2024 19:38
@renovate renovate bot force-pushed the renovate/major-major branch from bd9dc5c to 028bab7 Compare February 2, 2024 19:22
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from e9711d3 to 0122e08 Compare February 29, 2024 20:24
@renovate renovate bot force-pushed the renovate/major-major branch 3 times, most recently from 1ad9d3c to 3d984f7 Compare March 18, 2024 20:20
@renovate renovate bot force-pushed the renovate/major-major branch from 3d984f7 to d7b1719 Compare March 22, 2024 19:04
@renovate renovate bot force-pushed the renovate/major-major branch from d7b1719 to 3536b18 Compare April 10, 2024 04:47
@renovate renovate bot force-pushed the renovate/major-major branch from 3536b18 to 88d0588 Compare April 30, 2024 19:56
@renovate renovate bot force-pushed the renovate/major-major branch from 88d0588 to ea2b0bc Compare May 20, 2024 19:57
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 3ede3c2 to e78ba26 Compare May 22, 2025 21:03
@renovate renovate bot force-pushed the renovate/major-major branch from e78ba26 to f5be08f Compare May 28, 2025 21:51
@renovate renovate bot force-pushed the renovate/major-major branch from f5be08f to 8293fea Compare June 5, 2025 14:07
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 531288a to 785cc51 Compare June 24, 2025 21:01
@renovate renovate bot force-pushed the renovate/major-major branch 3 times, most recently from 305dbd7 to b009f54 Compare July 7, 2025 20:37
@renovate renovate bot force-pushed the renovate/major-major branch from b009f54 to db63409 Compare July 11, 2025 03:20
@renovate renovate bot force-pushed the renovate/major-major branch from db63409 to 8d18941 Compare July 31, 2025 17:13
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from daeb763 to 35ff3a4 Compare August 14, 2025 08:10
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from e93f8ed to 5ee2cc4 Compare August 21, 2025 06:05
@renovate renovate bot force-pushed the renovate/major-major branch from 5ee2cc4 to 59b5813 Compare August 29, 2025 00:08
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 9a92c94 to 4c0cf00 Compare September 10, 2025 09:51
@renovate renovate bot force-pushed the renovate/major-major branch from 4c0cf00 to 9e3f080 Compare September 18, 2025 16:29
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from afe1967 to a81ab66 Compare October 10, 2025 19:51
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from ae96e6e to 87961a6 Compare October 29, 2025 17:53
@renovate renovate bot force-pushed the renovate/major-major branch from 87961a6 to f14350d Compare October 30, 2025 23:53
@renovate renovate bot force-pushed the renovate/major-major branch 3 times, most recently from 96be485 to 783f01e Compare November 18, 2025 03:09
@renovate renovate bot force-pushed the renovate/major-major branch from 783f01e to 2f0b0a0 Compare November 19, 2025 00:15
@renovate renovate bot force-pushed the renovate/major-major branch from 2f0b0a0 to 17d13e2 Compare November 20, 2025 17:37
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.

1 participant