fix(deps): update all non-major dependencies #277
+15
−15
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.1
8.11.1
->8.13
5.14.2
->5.16.0
5.14.2
->5.16.0
5.11.4
->5.12.0
5.11.4
->5.12.0
4.17.0
->4.19.0
4.17.0
->4.19.0
2.9.0-4
->2.9.18-2
1.2.1
->1.2.2
2.2.0
->2.3.0
4.17.0
->4.19.0
9.0.0-beta4
->9.0.0-beta10
4.17.0
->4.19.0
9.0.0-beta4
->9.0.0-SNAPSHOT
Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.6.1
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.1
v4.6.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0
Compare Source
What's Changed
Node.js
version in action by @hamirmahal in https://github.com/actions/upload-artifact/pull/578artifact-digest
output 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.13
Compare 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.0
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--info
to diagnose closeAndReleaseStagingRepositories issues (#3567)v5.15.2
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
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: KyoriPowered/adventure@v4.18.0...v4.19.0
v4.18.0
: 🌏 Adventure 4.18.0Adventure 4.18 has a few new features to improve expressiveness, plus support for the new shadow colour style attribute added in Minecraft 1.21.4.
What's Changed
✨ Features
🐛 Fixes
New Contributors
Full Changelog: KyoriPowered/adventure@v4.17.0...v4.18.0
LeonMangler/PremiumVanishAPI (com.github.LeonMangler:PremiumVanishAPI)
v2.9.18-2
Compare Source
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)
v9.0.0-beta10
Compare Source
Added
You still need to manually configure
manifest.attributes
(e.g.Main-Class
attr) in theshadowJar
task if necessary.Changed
Transformer
toResourceTransformer
. (#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.
DefaultInheritManifest
asinternal
. (#1303)Fixed
Removed
Named
from the parents ofTransformer
. (#1289)v9.0.0-beta9
Added
Transformer
as throwingIOException
. (#1248)Changed
ShadowCopyAction
. (#1257)SimpleRelocator
to improve performance. (#1271)DependencyFilter
fromcom.github.jengelman.gradle.plugins.shadow.internal
intocom.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.ArchiveFileTreeElement
andRelativeArchivePath
. (#1233)v9.0.0-beta8
Added
ShadowApplicationPlugin
withApplicationPlugin
. (#1224)Multi-Release
manifest attribute if any dependency contains it. (#1239)Changed
RelocatorRemapper
asinternal
. (#1227)Removed
ServiceFileTransformer.ServiceStream
has been removed. (#1218)KnowsTask
as it's useless. (#1236)v9.0.0-beta7
Compare Source
Added
TargetJvmVersion
attribute for Gradle Module Metadata. (#1199)Changed
Transformer
s cacheable. (#1210)ShadowJar.dependencyFilter
as@Input
. (#1206)ShadowSpec.stats
is removed andShadowJar.stats
isinternal
for now.startShadowScripts
task registering. (#1216)Fixed
mainClass
provided byJavaApplication
. (#1182)ShadowJar
not being successful afterincludes
orexcludes
are changed. (#1200)Removed
JavaJarExec
, now useJavaExec
directly forrunShadow
task. (#1197)v9.0.0-beta6
Compare Source
Added
module-info.class
in Multi-Release folders by default. (#1177)Fixed
Log4j2PluginsCacheFileTransformer
not working for mergingLog4j2Plugins.dat
files. (#1175)v9.0.0-beta5
Compare Source
Added
SimpleRelocator
changes from maven-shade-plugin. (#1076)Changed
ListProperty
usages toSetProperty
. (#1103)Some public
List
parameters are also changed toSet
.SelfResolvingDependency
withFileCollectionDependency
. (#1114)separator
inAppendingTransformer
. (#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.