Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action minor v4.4.3 -> v4.6.1 age adoption passing confidence
gradle (source) minor 8.11.1 -> 8.13 age adoption passing confidence
org.mockito:mockito-junit-jupiter devDependencies minor 5.14.2 -> 5.16.0 age adoption passing confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies patch 3.5.1 -> 3.5.2 age adoption passing confidence
org.mockito:mockito-core devDependencies minor 5.14.2 -> 5.16.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) devDependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.18.0 -> 4.19.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) devDependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.11.4 -> 5.12.0 age adoption passing confidence
io.github.miniplaceholders:miniplaceholders-api dependencies minor 2.2.3 -> 2.3.0 age adoption passing confidence
com.gradleup.shadow:shadow-gradle-plugin devDependencies patch 9.0.0-beta4 -> 9.0.0-SNAPSHOT age adoption passing confidence

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
New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

gradle/gradle (gradle)

v8.13

Compare Source

v8.12.1: 8.12.1

Compare 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:

./gradlew wrapper --gradle-version=8.12.1

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.12

Compare 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:

./gradlew wrapper --gradle-version=8.12

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
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)

v5.15.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.5.2

Compare Source

Full Changelog

Bugs Fixed
  • CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
  • CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
  • CONJ-1225 System throws an exception prematurely without checking all available connections
  • CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
  • CONJ-660 new disconnectOnExpiredPasswords connection 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.
  • CONJ-1229 Permit executeQuery commands to not return a result-set
KyoriPowered/adventure (net.kyori:adventure-text-minimessage)

v4.19.0: 🌏 Adventure 4.19.0

Adventure 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.0

Compare 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-beta10

Compare Source

Added

  • Compat Kotlin Multiplatform plugin. (#​1280)
    You still need to manually configure manifest.attributes (e.g. Main-Class attr) in the shadowJar task if necessary.

Changed

Fixed

  • Fix the last modified time of shadowed directories. (#​1277)

Removed

  • BREAKING CHANGE: Remove Named from the parents of Transformer. (#​1289)

v9.0.0-beta9

Added

  • Mark Transformer as throwing IOException. (#​1248)

Changed

  • BREAKING CHANGE: Move tracking unused classes logic out of ShadowCopyAction. (#​1257)
  • Reduce duplicated SimpleRelocator to improve performance. (#​1271)
  • BREAKING CHANGE: Move DependencyFilter from com.github.jengelman.gradle.plugins.shadow.internal into com.github.jengelman.gradle.plugins.shadow.tasks. (#​1272)
  • Refactor file visiting logic in StreamAction, handle file unzipping via Project.zipTree. (#​1233)

Fixed

Removed

  • BREAKING CHANGE: Remove BaseStreamAction. (#​1258)
  • BREAKING CHANGE: Remove ShadowStats. (#​1264)
  • BREAKING CHANGE: Remove ShadowCopyAction.ArchiveFileTreeElement and RelativeArchivePath. (#​1233)

v9.0.0-beta8

Added

  • Sync ShadowApplicationPlugin with ApplicationPlugin. (#​1224)
  • Inject Multi-Release manifest attribute if any dependency contains it. (#​1239)

Changed

  • BREAKING CHANGE: Mark RelocatorRemapper as internal. (#​1227)
  • Bump min Java requirement to 11. (#​1242)

Removed

  • BREAKING CHANGE: ServiceFileTransformer.ServiceStream has been removed. (#​1218)
  • BREAKING CHANGE: Remove KnowsTask as it's useless. (#​1236)

v9.0.0-beta7

Compare Source

Added

  • Inject TargetJvmVersion attribute for Gradle Module Metadata. (#​1199)
  • Support Java 24. (#​1222)

Changed

  • Update start script templates. (#​1183)
  • Mark more Transformers cacheable. (#​1210)
  • Mark ShadowJar.dependencyFilter as @Input. (#​1206)
    ShadowSpec.stats is removed and ShadowJar.stats is internal for now.
  • Polish startShadowScripts task registering. (#​1216)

Fixed

  • Support overriding mainClass provided by JavaApplication. (#​1182)
  • Fix ShadowJar not being successful after includes or excludes are changed. (#​1200)

Removed

  • BREAKING CHANGE: Remove JavaJarExec, now use JavaExec directly for runShadow task. (#​1197)

v9.0.0-beta6

Compare Source

Added

  • Exclude module-info.class in Multi-Release folders by default. (#​1177)

Fixed

  • Fix Log4j2PluginsCacheFileTransformer not working for merging Log4j2Plugins.dat files. (#​1175)

v9.0.0-beta5

Compare Source

Added

  • Sync SimpleRelocator changes from maven-shade-plugin. (#​1076)

Changed

  • Exclude kotlin-stdlib from plugin dependencies. (#​1093)
  • BREAKING CHANGE: Migrate all ListProperty usages to SetProperty. (#​1103)
    Some public List parameters are also changed to Set.
  • Replace deprecated SelfResolvingDependency with FileCollectionDependency. (#​1114)
  • Support configuring separator in AppendingTransformer. (#​1169)
    This is useful for handling files like resources/application.yml.

Fixed

  • Fail builds if processing bad jars. (#​1146)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f643ae to 888aa25 Compare February 17, 2025 00:25
@renovate renovate bot changed the title Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.2 Update all non-major dependencies Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a064b97 to 36bfa3b Compare February 23, 2025 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36bfa3b to bedf589 Compare February 26, 2025 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6ae86ef to b4c2226 Compare March 10, 2025 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4c2226 to b89aa33 Compare March 10, 2025 16:57
@AlexProgrammerDE AlexProgrammerDE merged commit 7c7eebd into main Mar 10, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants