Skip to content

build(deps): bump the versions group with 34 updates#131

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/versions-645d7adf7a
Closed

build(deps): bump the versions group with 34 updates#131
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/versions-645d7adf7a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the versions group with 34 updates:

Package From To
gradle-wrapper 9.3.1 9.5.0
org.xerial:sqlite-jdbc 3.51.3.0 3.53.0.0
org.mariadb.jdbc:mariadb-java-client 3.5.7 3.5.8
org.jetbrains.exposed:exposed-core 1.1.1 1.2.0
org.jetbrains.exposed:exposed-dao 1.1.1 1.2.0
org.jetbrains.exposed:exposed-java-time 1.1.1 1.2.0
org.jetbrains.exposed:exposed-jdbc 1.1.1 1.2.0
com.google.code.gson:gson 2.13.2 2.14.0
com.google.guava:guava 33.5.0-jre 33.6.0-jre
net.dv8tion:JDA 6.4.0 6.4.1
ru.astrainteractive.klibs:kstorage 4.5.0 5.0.4
ru.astrainteractive.klibs:mikro-core 1.22.0 1.23.0
ru.astrainteractive.klibs:mikro-extensions-jvm 1.22.0 1.23.0
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.0 1.11.0
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.10.0 1.11.0
io.ktor:ktor-client-cio 3.4.2 3.4.3
io.ktor:ktor-client-content-negotiation 3.4.2 3.4.3
io.ktor:ktor-client-core 3.4.2 3.4.3
io.ktor:ktor-client-json 3.4.2 3.4.3
io.ktor:ktor-client-logging 3.4.2 3.4.3
io.ktor:ktor-serialization-kotlinx-json 3.4.2 3.4.3
com.discordsrv:discordsrv 1.30.4 1.30.5
net.fabricmc:fabric-loader 0.18.2 0.19.2
net.kyori:adventure-api 4.26.1 5.0.1
net.kyori:adventure-text-serializer-gson 4.26.1 5.0.1
net.kyori:adventure-text-serializer-legacy 4.26.1 5.0.1
net.kyori:adventure-text-minimessage 4.26.1 5.0.1
net.kyori:adventure-text-serializer-plain 4.26.1 5.0.1
com.github.MockBukkit:MockBukkit 4.101.0 4.108.0
net.neoforged:bus 8.0.2 8.0.5
net.neoforged:neoforge 21.1.129 21.11.42
com.github.retrooper:packetevents-spigot 2.11.2 2.12.1
fabric-loom 1.14.6 1.16.1
net.neoforged.gradle.userdev 7.1.20 7.1.26

Updates gradle-wrapper from 9.3.1 to 9.5.0

Release notes

Sourced from gradle-wrapper's releases.

9.5.0

The Gradle team is excited to announce Gradle 9.5.0.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=9.5.0 && ./gradlew wrapper

See the Gradle 9.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.

9.5.0 RC4

... (truncated)

Commits

Updates org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.53.0.0

Changelog

🚀 Features

jdbc

  • expose wal_autocheckpoint pragma in SQLiteConfig (dd2adcc), closes #1397

sqlite

  • upgrade to sqlite 3.53.0 (baaf087)

unscoped

🛠 Build

deps

  • bump org.sonatype.central:central-publishing-maven-plugin (19259e5)
  • bump EndBug/add-and-commit from 9 to 10 (f572217)

deps-dev

  • bump surefire.version from 3.5.4 to 3.5.5 (b649d25)
  • bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (857a754)
  • bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (a597952)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Karl-Michael Edlinger, kju2

Commits
  • f88e9c7 chore(release): 3.53.0.0 [skip ci]
  • bdd2b64 feat: publish multiple classifer jars
  • 7eb6f3f feat: better Android support
  • 23ead2e chore: update native libraries
  • baaf087 feat(sqlite): upgrade to sqlite 3.53.0
  • dd2adcc feat(jdbc): expose wal_autocheckpoint pragma in SQLiteConfig
  • b649d25 build(deps-dev): bump surefire.version from 3.5.4 to 3.5.5
  • 857a754 build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • 19259e5 build(deps): bump org.sonatype.central:central-publishing-maven-plugin
  • a597952 build(deps-dev): bump org.mockito:mockito-core from 5.21.0 to 5.23.0
  • Additional commits viewable in compare view

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 3.5.8

3.5.8 (Apr 2026)

Full Changelog

Issues Resolved

  • CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections
  • CONJ-1303 - Statement.cancel() fails to kill running query during result streaming

Other

  • CONJ-1298 - Performance improvement: avoid decoding extended format
Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

3.5.8 (Apr 2026)

Full Changelog

Issues Resolved

  • CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections
  • CONJ-1303 - Statement.cancel() fails to kill running query during result streaming

Other

  • CONJ-1298 - Performance improvement: avoid decoding extended format
Commits
  • 26b34a2 Merge branch 'develop'
  • 06d6efe bump CI actions/checkout@v5
  • a86a83c bump 3.5.8
  • 975f991 [misc] refactor TimestampCodec to implement Codec directly and extract shared...
  • 75bb509 [misc] code formatting cleanup
  • 4c0b6a0 [misc] refactor TimestampCodec to extend UtilDateCodec and extract common dat...
  • a5b7fb1 [misc] convert Reader and Writer from interfaces to final class implementatio...
  • d31eb06 [misc] convert ReadableByteBuf from interface to final class implementation, ...
  • 11d45a9 [misc] optimize binary row decoder null bitmap checks and simplify signed Big...
  • 5aad14c [misc] optimize BigInt column decoding and improve type safety in codec inter...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-core's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-core's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-dao's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-dao's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-dao's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-dao's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.1.1 to 1.2.0

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.2.0

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates com.google.code.gson:gson from 2.13.2 to 2.14.0

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.14.0

What's Changed

  • Add type adapters for java.time classes by @​eamonnmcmanus in google/gson#2948

    When the java.time API is available, Gson automatically can read and write instances of classes like Instant and Duration. The format it uses essentially freezes the JSON representation that ReflectiveTypeAdapterFactory established by default, based on the private fields of java.time classes. That's not a great representation, but it is understandable. Changing it to anything else would break compatibility with systems that are expecting the current format.

    With this change, Gson no longer tries to access private fields of these classes using reflection. So it is no longer necessary to run with --add-opens for these classes on recent JDKs.

  • Remove com.google.gson.graph by @​eamonnmcmanus in google/gson#2990.

    This package was not part of any released artifact and depended on Gson internals in potentially problematic ways.

  • Validate that strings being parsed as integers consist of ASCII characters by @​eamonnmcmanus in google/gson#2995

    Previously, strings could contain non-ASCII Unicode digits and still be parsed as integers. That's inconsistent with how JSON numbers are treated.

  • Fix duplicate key detection when first value is null by @​andrewstellman in google/gson#3006

    This could potentially break code that was relying on the incorrect behaviour. For example, this JSON string was previously accepted but will no longer be: {"foo": null, "foo": bar}.

  • Remove Serializable from internal Type implementation classes. by @​eamonnmcmanus in google/gson#3011

    The nested classes ParameterizedTypeImpl, GenericArrayTypeImpl, and WildcardTypeImpl in GsonTypes are implementations of the corresponding types (without Imp...

    Description has been truncated

Bumps the versions group with 34 updates:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.5.0` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.3.0` | `3.53.0.0` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.7` | `3.5.8` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.5.0-jre` | `33.6.0-jre` |
| [net.dv8tion:JDA](https://github.com/discord-jda/JDA) | `6.4.0` | `6.4.1` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `4.5.0` | `5.0.4` |
| [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/klibs.mikro) | `1.22.0` | `1.23.0` |
| [ru.astrainteractive.klibs:mikro-extensions-jvm](https://github.com/makeevrserg/klibs.mikro) | `1.22.0` | `1.23.0` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.10.0` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-serialization-protobuf](https://github.com/Kotlin/kotlinx.serialization) | `1.10.0` | `1.11.0` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| [io.ktor:ktor-client-json](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.4.2` | `3.4.3` |
| com.discordsrv:discordsrv | `1.30.4` | `1.30.5` |
| net.fabricmc:fabric-loader | `0.18.2` | `0.19.2` |
| [net.kyori:adventure-api](https://github.com/PaperMC/adventure) | `4.26.1` | `5.0.1` |
| [net.kyori:adventure-text-serializer-gson](https://github.com/PaperMC/adventure) | `4.26.1` | `5.0.1` |
| [net.kyori:adventure-text-serializer-legacy](https://github.com/PaperMC/adventure) | `4.26.1` | `5.0.1` |
| [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) | `4.26.1` | `5.0.1` |
| [net.kyori:adventure-text-serializer-plain](https://github.com/PaperMC/adventure) | `4.26.1` | `5.0.1` |
| [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit) | `4.101.0` | `4.108.0` |
| [net.neoforged:bus](https://github.com/NeoForged/Bus) | `8.0.2` | `8.0.5` |
| [net.neoforged:neoforge](https://github.com/NeoForged/NeoForge) | `21.1.129` | `21.11.42` |
| [com.github.retrooper:packetevents-spigot](https://github.com/retrooper/packetevents) | `2.11.2` | `2.12.1` |
| fabric-loom | `1.14.6` | `1.16.1` |
| net.neoforged.gradle.userdev | `7.1.20` | `7.1.26` |


Updates `gradle-wrapper` from 9.3.1 to 9.5.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.5.0)

Updates `org.xerial:sqlite-jdbc` from 3.51.3.0 to 3.53.0.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.51.3.0...3.53.0.0)

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.7 to 3.5.8
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.5.7...3.5.8)

Updates `org.jetbrains.exposed:exposed-core` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-dao` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-dao` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.1.1...1.2.0)

Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0)

Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `net.dv8tion:JDA` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v6.4.0...v6.4.1)

Updates `ru.astrainteractive.klibs:kstorage` from 4.5.0 to 5.0.4
- [Release notes](https://github.com/makeevrserg/klibs.kstorage/releases)
- [Commits](makeevrserg/klibs.kstorage@4.5.0...5.0.4)

Updates `ru.astrainteractive.klibs:mikro-core` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.22.0...1.23.0)

Updates `ru.astrainteractive.klibs:mikro-extensions-jvm` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.22.0...1.23.0)

Updates `ru.astrainteractive.klibs:mikro-extensions-jvm` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.22.0...1.23.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.10.0...v1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-protobuf` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.10.0...v1.11.0)

Updates `io.ktor:ktor-client-cio` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-core` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-json` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-logging` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-core` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-json` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-client-logging` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.2...3.4.3)

Updates `com.discordsrv:discordsrv` from 1.30.4 to 1.30.5

Updates `net.fabricmc:fabric-loader` from 0.18.2 to 0.19.2

Updates `net.kyori:adventure-api` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-gson` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-legacy` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-minimessage` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-plain` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-gson` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-legacy` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-minimessage` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `net.kyori:adventure-text-serializer-plain` from 4.26.1 to 5.0.1
- [Release notes](https://github.com/PaperMC/adventure/releases)
- [Commits](PaperMC/adventure@v4.26.1...v5.0.1)

Updates `com.github.MockBukkit:MockBukkit` from 4.101.0 to 4.108.0
- [Commits](MockBukkit/MockBukkit@v4.101.0...v4.108.0)

Updates `net.neoforged:bus` from 8.0.2 to 8.0.5
- [Commits](https://github.com/NeoForged/Bus/commits)

Updates `net.neoforged:neoforge` from 21.1.129 to 21.11.42
- [Commits](https://github.com/NeoForged/NeoForge/commits)

Updates `com.github.retrooper:packetevents-spigot` from 2.11.2 to 2.12.1
- [Release notes](https://github.com/retrooper/packetevents/releases)
- [Changelog](https://github.com/retrooper/packetevents/blob/2.0/CHANGELOG.md)
- [Commits](retrooper/packetevents@v2.11.2...v2.12.1)

Updates `fabric-loom` from 1.14.6 to 1.16.1

Updates `net.neoforged.gradle.userdev` from 7.1.20 to 7.1.26

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.guava:guava
  dependency-version: 33.6.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.dv8tion:JDA
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-core
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions-jvm
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions-jvm
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-protobuf
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.discordsrv:discordsrv
  dependency-version: 1.30.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.fabricmc:fabric-loader
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-version: 4.108.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.neoforged:bus
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.neoforged:neoforge
  dependency-version: 21.11.42
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.github.retrooper:packetevents-spigot
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: fabric-loom
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.neoforged.gradle.userdev
  dependency-version: 7.1.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2026
@makeevrserg makeevrserg closed this May 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/gradle/versions-645d7adf7a branch May 1, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant