Update all non-major dependencies #161
Merged
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:
v4.4.3->v4.6.18.11.1->8.135.14.2->5.16.03.5.1->3.5.25.14.2->5.16.05.11.4->5.12.04.18.0->4.19.05.11.4->5.12.05.11.4->5.12.05.11.4->5.12.02.2.3->2.3.09.0.0-beta4->9.0.0-SNAPSHOTRelease Notes
actions/upload-artifact (actions/upload-artifact)
v4.6.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.1
v4.6.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0Compare Source
What's Changed
Node.jsversion in action by @hamirmahal in https://github.com/actions/upload-artifact/pull/578artifact-digestoutput by @bdehamer in https://github.com/actions/upload-artifact/pull/656New Contributors
Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0
gradle/gradle (gradle)
v8.13Compare Source
v8.12.1: 8.12.1Compare Source
The Gradle team is excited to announce Gradle 8.12.1.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 8.12.1 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.12: 8.12Compare Source
The Gradle team is excited to announce Gradle 8.12.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 8.12 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.
mockito/mockito (org.mockito:mockito-junit-jupiter)
v5.16.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--infoto diagnose closeAndReleaseStagingRepositories issues (#3567)v5.15.2Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)
v3.5.2Compare Source
Full Changelog
Bugs Fixed
disconnectOnExpiredPasswordsconnection option that controls client behavior when connecting with an expired password.When set to true (default), the client disconnects if it detects an expired password.
When false, the client maintains the connection and allows setting a new password.
KyoriPowered/adventure (net.kyori:adventure-text-minimessage)
v4.19.0: 🌏 Adventure 4.19.0Adventure 4.19.0 is a small feature release, primarily to introduce an option controlling MiniMessage's emission of virtual components.
What's Changed
✨ Features
🐛 Fixes
Full Changelog: PaperMC/adventure@v4.18.0...v4.19.0
MiniPlaceholders/MiniPlaceholders (io.github.miniplaceholders:miniplaceholders-api)
v2.3.0Compare Source
What's Changed
New Contributors
Sponsors
Now you can support the development of MiniPlaceholders with your sponsor! https://github.com/sponsors/4drian3d
Full Changelog: MiniPlaceholders/MiniPlaceholders@2.2.4...2.3.0
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)
v9.0.0-beta10Compare Source
Added
You still need to manually configure
manifest.attributes(e.g.Main-Classattr) in theshadowJartask if necessary.Changed
TransformertoResourceTransformer. (#1288)Aims to better align with the name of org.apache.maven.plugins.shade.resource.ResourceTransformer.java and to distinguish itself from org.gradle.api.Transformer.java.
DefaultInheritManifestasinternal. (#1303)Fixed
Removed
Namedfrom the parents ofTransformer. (#1289)v9.0.0-beta9Added
Transformeras throwingIOException. (#1248)Changed
ShadowCopyAction. (#1257)SimpleRelocatorto improve performance. (#1271)DependencyFilterfromcom.github.jengelman.gradle.plugins.shadow.internalintocom.github.jengelman.gradle.plugins.shadow.tasks. (#1272)StreamAction, handle file unzipping viaProject.zipTree. (#1233)Fixed
DuplicatesStrategy. (#1233)from. (#1233)Removed
BaseStreamAction. (#1258)ShadowStats. (#1264)ShadowCopyAction.ArchiveFileTreeElementandRelativeArchivePath. (#1233)v9.0.0-beta8Added
ShadowApplicationPluginwithApplicationPlugin. (#1224)Multi-Releasemanifest attribute if any dependency contains it. (#1239)Changed
RelocatorRemapperasinternal. (#1227)Removed
ServiceFileTransformer.ServiceStreamhas been removed. (#1218)KnowsTaskas it's useless. (#1236)v9.0.0-beta7Compare Source
Added
TargetJvmVersionattribute for Gradle Module Metadata. (#1199)Changed
Transformers cacheable. (#1210)ShadowJar.dependencyFilteras@Input. (#1206)ShadowSpec.statsis removed andShadowJar.statsisinternalfor now.startShadowScriptstask registering. (#1216)Fixed
mainClassprovided byJavaApplication. (#1182)ShadowJarnot being successful afterincludesorexcludesare changed. (#1200)Removed
JavaJarExec, now useJavaExecdirectly forrunShadowtask. (#1197)v9.0.0-beta6Compare Source
Added
module-info.classin Multi-Release folders by default. (#1177)Fixed
Log4j2PluginsCacheFileTransformernot working for mergingLog4j2Plugins.datfiles. (#1175)v9.0.0-beta5Compare Source
Added
SimpleRelocatorchanges from maven-shade-plugin. (#1076)Changed
ListPropertyusages toSetProperty. (#1103)Some public
Listparameters are also changed toSet.SelfResolvingDependencywithFileCollectionDependency. (#1114)separatorinAppendingTransformer. (#1169)This is useful for handling files like
resources/application.yml.Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.