Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Update all dependencies #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #50

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v3 -> v4 age adoption passing confidence
actions/setup-java action major v3 -> v4 age adoption passing confidence
actions/upload-artifact action major v3.1.3 -> v4.4.0 age adoption passing confidence
gradle (source) minor 8.4 -> 8.10.2 age adoption passing confidence
com.mysql:mysql-connector-j (source) dependencies major 8.2.0 -> 9.0.0 age adoption passing confidence
com.zaxxer:HikariCP dependencies major 5.1.0 -> 6.0.0 age adoption passing confidence
dev.triumphteam:triumph-gui dependencies patch 3.1.7 -> 3.1.10 age adoption passing confidence
org.bstats:bstats-bukkit (source) dependencies minor 3.0.2 -> 3.1.0 age adoption passing confidence
net.dzikoysk:cdn dependencies patch 1.14.4 -> 1.14.5 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.14.0 -> 4.17.0 age adoption passing confidence
net.kyori:adventure-platform-bukkit dependencies patch 4.3.1 -> 4.3.4 age adoption passing confidence
xyz.jpenilla.run-paper plugin minor 2.2.2 -> 2.3.1 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4

Compare Source

actions/setup-java (actions/setup-java)

v4

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

Switch your build to use Gradle 8.8 by updating your wrapper:

./gradlew wrapper --gradle-version=8.8

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

Compare Source

v8.6

Compare Source

v8.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

Switch your build to use Gradle 8.5 by updating your wrapper:

./gradlew wrapper --gradle-version=8.5

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.

mysql/mysql-connector-j (com.mysql:mysql-connector-j)

v9.0.0

Compare Source

v8.4.0

Compare Source

v8.3.0

Compare Source

TriumphTeam/triumph-gui (dev.triumphteam:triumph-gui)

v3.1.10

Small fixes caused by 3.1.8. Including updating adventure version and fixing paginated gui populatePage method.

v3.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: TriumphTeam/triumph-gui@3.1.7...3.1.8

Bastian/bStats-Metrics (org.bstats:bstats-bukkit)

v3.1.0: Release 3.1.0

Version 3.1.0

What's Changed

Full Changelog: Bastian/bstats-metrics@v3.0.3...v3.1.0

v3.0.3: Release 3.0.3

Version 3.0.3

Changes

dzikoysk/cdn (net.dzikoysk:cdn)

v1.14.5

Full Changelog: dzikoysk/cdn@1.14.3...1.14.5

Sponsors
Thanks to everyone who supported me this month 💜

Active GitHub Sponsors milkyway0308, andrm, rdehuyss, amp7368, talismanplatform, joshuasing, insertt, GotoFinal, mcebular, Koressi, tipsy, Kamilkime, that-apex, SirEndii, crejk, Rollczi, Jan Bojarczuk
KyoriPowered/adventure (net.kyori:adventure-text-minimessage)

v4.17.0: 🌏 Adventure 4.17.0

What's Changed
✨ Features
🐛 Fixes

Full Changelog: KyoriPowered/adventure@v4.16.0...v4.17.0

v4.16.0: 🌏 Adventure 4.16.0

Adventure 4.16.0 is a small feature release following up on the additions in 4.15.0.

Notable Changes

As Configurate 3 is more or less obsolete and seeing reduced usage, we've decided to stop distributing it with new versions of Adventure. The Configurate 4 serializers should be used instead, or for those who cannot migrate yet an older version of the adventure-serializer-configurate3 module can be used instead.

✨ Features
🐛 Fixes
📚 Documentation
New Contributors

Full Changelog: KyoriPowered/adventure@v4.15.0...v4.16.0

v4.15.0: 🌏 Adventure 4.15.0

Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.

The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.

✨ Features

🐛 Fixes

📚 Documentation

Other

New Contributors

Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0

KyoriPowered/adventure-platform (net.kyori:adventure-platform-bukkit)

v4.3.4

This is a minor bugfix release that aims to fix some issues in certain environments.

What's Changed

🐛 Fixes

New Contributors

Full Changelog: KyoriPowered/adventure-platform@v4.3.3...v4.3.4

v4.3.3

This is a patch release to add support for Minecraft 1.20.5/1.20.6, for those who still choose to support legacy plataforms.

What's Changed

✨ Features
🐛 Fixes
Other

New Contributors

Full Changelog: KyoriPowered/adventure-platform@v4.3.2...v4.3.3

v4.3.2

This is a patch release to add support for 1.20.3 and 1.20.4 on the Bukkit platform.

What's Changed

Full Changelog: KyoriPowered/adventure-platform@v4.3.1...v4.3.2


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.


  • 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 branch 3 times, most recently from 7ebe0e5 to 8fb1cfe Compare December 21, 2023 19:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1d91607 to da8b4ca Compare January 18, 2024 23:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 113901f to a7d16e0 Compare February 5, 2024 22:30
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3b94128 to 939fdbc Compare April 23, 2024 05:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e2a57a8 to eca0f35 Compare May 1, 2024 19:20
@renovate renovate bot force-pushed the renovate/all branch from eca0f35 to 130587c Compare May 8, 2024 05:19
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b9b7df8 to 897f156 Compare June 5, 2024 00:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fac562a to 2695db2 Compare July 11, 2024 16:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c42f240 to 0cc7e64 Compare August 7, 2024 07:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b98e5e2 to b048ed8 Compare August 19, 2024 08:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants