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 dependency gradle to v7.6.4 #2759

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
gradle (source) patch 7.6 -> 7.6.4

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.


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested a review from a team as a code owner July 3, 2023 06:26
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 4ac37b1 to bab6661 Compare August 15, 2023 09:56
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from bab6661 to bd09699 Compare September 5, 2023 08:54
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from bd09699 to 08ad345 Compare September 5, 2023 16:47
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 08ad345 to 46d876e Compare September 6, 2023 11:23
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 46d876e to 376e9c6 Compare September 20, 2023 14:18
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 376e9c6 to 1750928 Compare September 20, 2023 16:30
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 1750928 to fa2f8b6 Compare September 22, 2023 08:03
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from fa2f8b6 to 6b6d114 Compare October 2, 2023 13:48
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 6b6d114 to 6e2a213 Compare October 3, 2023 09:43
@renovate renovate bot changed the title Update dependency gradle to v7.6.2 Update dependency gradle to v7.6.3 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 6e2a213 to bc6ad89 Compare October 4, 2023 21:54
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from bc6ad89 to 6ebe4d6 Compare October 11, 2023 08:58
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 6ebe4d6 to e4ac573 Compare October 13, 2023 10:26
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from ac7ca19 to 449d61f Compare January 16, 2024 19:55
@renovate renovate bot force-pushed the renovate/gradle-7.x branch 2 times, most recently from 3dc5acd to da4ec58 Compare January 16, 2024 22:23
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from da4ec58 to 258b4f0 Compare January 26, 2024 10:00
@renovate renovate bot force-pushed the renovate/gradle-7.x branch 2 times, most recently from 96dc884 to b8bd103 Compare February 2, 2024 14:08
@renovate renovate bot changed the title Update dependency gradle to v7.6.3 Update dependency gradle to v7.6.4 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from b8bd103 to 07de65b Compare February 5, 2024 16:05
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 07de65b to cc70711 Compare February 27, 2024 09:48
@renovate renovate bot force-pushed the renovate/gradle-7.x branch 2 times, most recently from ac9338d to defada0 Compare February 27, 2024 18:01
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 27, 2024 18:10 Abandoned
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from defada0 to 0d67dcf Compare February 29, 2024 10:00
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 0d67dcf to 563e3a9 Compare March 14, 2024 15:18
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 563e3a9 to 74faf62 Compare April 15, 2024 09:26
@renovate renovate bot force-pushed the renovate/gradle-7.x branch from 74faf62 to 084b21e Compare April 18, 2024 08:56
Copy link
Contributor Author

renovate bot commented Apr 30, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (7.6.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:money-claims prd:cmc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant