This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency gradle to v6.9 #21
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/gradle-6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
March 4, 2020 10:50
e39a4bc
to
f67dbc5
Compare
renovate
bot
changed the title
Update dependency gradle to v6.2.1
Update dependency gradle to v6.2.2
Mar 4, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
March 24, 2020 21:51
f67dbc5
to
20ad172
Compare
renovate
bot
changed the title
Update dependency gradle to v6.2.2
Update dependency gradle to v6.3.0
Mar 24, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
April 18, 2020 09:59
20ad172
to
0603f9c
Compare
renovate
bot
changed the title
Update dependency gradle to v6.3.0
Update dependency gradle to v6.2.2
Apr 18, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
April 29, 2020 03:57
0603f9c
to
22bcffd
Compare
renovate
bot
changed the title
Update dependency gradle to v6.2.2
Update dependency gradle to v6.3
Apr 29, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
May 8, 2020 08:52
22bcffd
to
6b56aa1
Compare
renovate
bot
changed the title
Update dependency gradle to v6.3
Update dependency gradle to v6.4
May 8, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
July 1, 2020 12:59
6b56aa1
to
773d0af
Compare
renovate
bot
changed the title
Update dependency gradle to v6.4
Update dependency gradle to v6.5.1
Jul 1, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
August 26, 2020 11:56
773d0af
to
8c7cd1b
Compare
renovate
bot
changed the title
Update dependency gradle to v6.5.1
Update dependency gradle to v6.6.1
Aug 26, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
October 28, 2020 13:00
8c7cd1b
to
8b42801
Compare
renovate
bot
changed the title
Update dependency gradle to v6.6.1
Update dependency gradle to v6.7
Oct 28, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
November 28, 2020 13:50
8b42801
to
ab96de9
Compare
renovate
bot
changed the title
Update dependency gradle to v6.7
Update dependency gradle to v6.7.1
Nov 28, 2020
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
January 10, 2021 14:01
ab96de9
to
60177ae
Compare
renovate
bot
changed the title
Update dependency gradle to v6.7.1
Update dependency gradle to v6.8
Jan 10, 2021
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
January 24, 2021 20:01
60177ae
to
6da4990
Compare
renovate
bot
changed the title
Update dependency gradle to v6.8
Update dependency gradle to v6.8.1
Jan 24, 2021
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
February 10, 2021 12:59
6da4990
to
7bb92e7
Compare
renovate
bot
changed the title
Update dependency gradle to v6.8.1
Update dependency gradle to v6.8.2
Feb 10, 2021
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
April 26, 2021 14:24
7bb92e7
to
a9b288b
Compare
renovate
bot
changed the title
Update dependency gradle to v6.8.2
Update dependency gradle to v6.8.3
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/gradle-6.x
branch
from
May 9, 2021 21:56
a9b288b
to
9d508d3
Compare
renovate
bot
changed the title
Update dependency gradle to v6.8.3
Update dependency gradle to v6.9
May 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.2
->6.9
Release Notes
gradle/gradle
v6.9
v6.8.3
This is a patch release for Gradle 6.8.
This fixes a critical bug present in Gradle 6.8, 6.8.1 and 6.8.2.
All issues fixed in this patch release
Please don’t use the original 6.8 release or previous patch releases, and instead upgrade to 6.8.3.
Upgrade Instructions
Switch your build to use Gradle 6.8.3 by updating your wrapper:
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.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.
v6.8.2
This is a patch release for Gradle 6.8.
This fixes several bugs in Gradle 6.8.1.
All issues fixed in this patch release
Please don’t use the original 6.8 release or the 6.8.1, and instead upgrade to 6.8.2.
Upgrade Instructions
Switch your build to use Gradle 6.8.2 by updating your wrapper:
./gradlew wrapper --gradle-version=6.8.2
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.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.
v6.8.1
This is a patch release for Gradle 6.8.
This fixes several critical bugs in Gradle 6.8.
All issues fixed in this patch release
We recommend that you use Gradle 6.8.1 over the initial release of Gradle 6.8.
Upgrade Instructions
Switch your build to use Gradle 6.8.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.8.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.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.
v6.8
v6.7.1
This is a patch release for Gradle 6.7.
This fixes several critical bugs in Gradle 6.7.
All issues fixed in this patch release
We recommend that you use Gradle 6.7.1 over the initial release of Gradle 6.7.
Upgrade Instructions
Switch your build to use Gradle 6.7.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.7.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.7.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.
v6.7
v6.6.1
This is a patch release for Gradle 6.6.
This fixes several critical bugs in Gradle 6.6.
All issues fixed in this patch release
We recommend that you use Gradle 6.6.1 over the initial release of Gradle 6.6.
Upgrade Instructions
Switch your build to use Gradle 6.6.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.6.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.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.
v6.6
v6.5.1
This is a patch release for Gradle 6.5.
This fixes several critical bugs in Gradle 6.5:
All issues fixed in this patch release
We recommend that you use Gradle 6.5.1 over the initial release of Gradle 6.5.
Upgrade Instructions
Switch your build to use Gradle 6.5.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.5.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.5.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.
v6.5
v6.4.1
This is a patch release for Gradle 6.4.
This fixes several critical bugs in Gradle 6.4:
All issues fixed in this patch release
We recommend that you use Gradle 6.4.1 over the initial release of Gradle 6.4.
Upgrade Instructions
Switch your build to use Gradle 6.4.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.4.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.4.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.
v6.4
v6.3
v6.2.2
This is a patch release for Gradle 6.2.
This fixes a critical bug in Gradle 6.2:
All issues fixed
We recommend that you use Gradle 6.2.2 over the initial release of Gradle 6.2.
Read the full release notes
Upgrade Instructions
Switch your build to use Gradle 6.2.2 by updating your wrapper:
./gradlew wrapper --gradle-version=6.2.2
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.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.
v6.2.1
This is a patch release for Gradle 6.2.
This fixes several critical bugs in Gradle 6.2:
All issues fixed
We recommend that you use Gradle 6.2.1 over the initial release of Gradle 6.2.
Read the full release notes
Upgrade Instructions
Switch your build to use Gradle 6.2.1 by updating your wrapper:
./gradlew wrapper --gradle-version=6.2.1
See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.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: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.