Update all dependencies #26
Open
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:
8.14
->8.14.3
0.10.0
->1.0.0
0.31.0
->0.34.0
7.0.3
->7.2.1
7.0.3
->7.2.1
2.0.5
->2.0.6
Release Notes
gradle/gradle (gradle)
v8.14.3
: 8.14.3Compare 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:
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:
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
Compare Source
v8.14.1
Compare Source
vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)
v0.34.0
Compare Source
0.33.0 release notes for upgrade
instructions if you haven't upgraded yet.
SonatypeHost
has been removed from the DSL.SONATYPE_HOST
only supportsCENTRAL_PORTAL
now. It's recommended to use the following properties instead:mavenCentralPublishing=true
replacesSONATYPE_HOST=CENTRAL_PORTAL
.mavenCentralAutomaticPublishing=true
replacesSONATYPE_AUTOMATIC_RELEASE=true
.publish
tasks.Thanks to @Goooler and @solrudev for their contributions to this release.
Minimum supported versions
Compatibility tested up to
v0.33.0
Compare Source
BREAKING
publishToMavenCentral()
andpublishToMavenCentral(automaticRelease)
withoutSonatypeHost
willnow publish through the Central Portal.
publishToMavenCentral
that take aSonatypeHost
parameter.SonatypeHost
.New
com.android.fused-library
. There are currently several limitationson the Android Gradle plugin side which make signing as well as publishing sources/javadocs not possible.
Improvements
mavenCentralPublishing=true
replacesSONATYPE_HOST=CENTRAL_PORTAL
.mavenCentralAutomaticPublishing=true
replacesSONATYPE_AUTOMATIC_RELEASE=true
.signAllPublications=true
replacesRELEASE_SIGNING_ENABLED=true
.pomFromGradleProperties()
is not called.TaskProvider
toJavadocJar.Dokka
.-javadoc
jars (locally, the name of the published artifact is unchanged).version
to be read too early when publishing to Central Portal.Thanks to @Goooler, @solrudev and @sschuberth for their contributions to this release.
Minimum supported versions
Compatibility tested up to
v0.32.0
Compare Source
Minimum supported versions
Compatibility tested up to
Configuration cache status
Configuration cache is generally supported, except for:
V2Enabled
.touchlab/Kermit (co.touchlab:kermit)
v2.0.6
Compare Source
Changed
RollingFileLogWriter
OSLogWriter
now have a kermit prefix to avoid conflicts with other librariessample-production
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
This PR was generated by Mend Renovate. View the repository job log.