fix(deps): update gradle shadow packages (minor) #14775
                
     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.
  
    
  
    
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
9.1.0->9.2.09.1.0->9.2.1Release Notes
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)
v9.2.0Compare Source
Added
Iterable<Relocator>. (#1710)RelocatorRemapper. (#1714)mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }executableDirandapplicationNameinapplicationextension. (#1740)This is useful when you want to customize the output directory of the start scripts and the application distribution.
ShadowApplicationPlugin.Companion. (#1771)The current implementation relocates all properties in
KotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.
Changed
META-INFpath. (#1706)The Gradle Module descriptors (
org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/and
META-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)InheritManifest. (#1722)JavaExecerror message when main class is not set. (#1725)RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)Fixed
+. (#1597)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.