Skip to content

Bump the versions group with 38 updates#106

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/versions-973dfa456d
Open

Bump the versions group with 38 updates#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/versions-973dfa456d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the versions group with 38 updates:

Package From To
gradle-wrapper 9.5.0 9.5.1
org.xerial:sqlite-jdbc 3.53.0.0 3.53.1.0
org.jetbrains.exposed:exposed-core 1.2.0 1.3.0
org.jetbrains.exposed:exposed-dao 1.2.0 1.3.0
org.jetbrains.exposed:exposed-java-time 1.2.0 1.3.0
org.jetbrains.exposed:exposed-jdbc 1.2.0 1.3.0
org.jetbrains.kotlinx:kotlinx-benchmark-runtime 0.4.16 0.4.17
org.jetbrains.kotlinx.benchmark 0.4.16 0.4.17
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.2 1.11.0
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm 1.10.2 1.11.0
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.10.2 1.11.0
org.jetbrains.kotlinx:kotlinx-datetime-jvm 0.7.1-0.6.x-compat 0.8.0-0.6.x-compat
io.ktor:ktor-client-cio 3.4.3 3.5.0
io.ktor:ktor-client-content-negotiation 3.4.3 3.5.0
io.ktor:ktor-client-core 3.4.3 3.5.0
io.ktor:ktor-client-json 3.4.3 3.5.0
io.ktor:ktor-client-logging 3.4.3 3.5.0
io.ktor:ktor-serialization-kotlinx-json 3.4.3 3.5.0
net.minecraftforge:eventbus 6.0.5 7.0.5
net.minecraftforge:forge 1.20.1-47.4.12 26.1.2-64.0.8
net.kyori:adventure-api 5.0.1 5.1.1
net.kyori:adventure-text-serializer-gson 5.0.1 5.1.1
net.kyori:adventure-text-serializer-legacy 5.0.1 5.1.1
net.kyori:adventure-text-minimessage 5.0.1 5.1.1
net.kyori:adventure-text-serializer-plain 5.0.1 5.1.1
com.github.MockBukkit:MockBukkit 4.108.0 4.110.0
net.neoforged:bus 8.0.2 8.0.5
net.neoforged:neoforge 21.1.129 21.11.42
com.palmergames.bukkit.towny:towny 0.102.0.0 0.103.0.1
org.telegram:telegrambots-client 9.5.0 10.0.0
org.telegram:telegrambots-extensions 9.5.0 10.0.0
org.telegram:telegrambots-longpolling 9.5.0 10.0.0
org.junit:junit-bom 6.0.3 6.1.0
org.junit.jupiter:junit-jupiter-api 6.0.3 6.1.0
fabric-loom 1.16.1 1.16.3
net.minecraftforge.renamer 1.0.14 1.1.1
net.neoforged.gradle.userdev 7.1.20 7.1.36
com.gradleup.shadow 9.4.1 9.4.2

Updates gradle-wrapper from 9.5.0 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

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.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./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.

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

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

Release notes

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

Release 3.53.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.53.1 (8263322)

🔄️ Changes

  • rewrite amalgamation_version.sh for POSIX shell (52522d0)
  • fix android usage (7ef8e0f)

🛠 Build

deps

  • bump gummy-bears-api-24 to 0.14.0 (a28d6ce)
  • bump gummy-bears-api-24 to 0.13.0 (248e1e9)

deps-dev

  • bump org.jreleaser:jreleaser-maven-plugin (396fdf3)
  • bump com.tngtech.archunit:archunit-junit5 (458abe1)

unscoped

  • conditionally bootstrap SLF4J API JAR (bc7d223)
  • make JAVA_CLASSPATH configurable (5aa7426)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Michael Osipov

Commits
  • b01674f chore(release): 3.53.1.0 [skip ci]
  • e6719db chore: update native libraries
  • 8263322 feat(sqlite): upgrade to sqlite 3.53.1
  • 396fdf3 build(deps-dev): bump org.jreleaser:jreleaser-maven-plugin
  • bc7d223 build: conditionally bootstrap SLF4J API JAR
  • 4cd221a chore: remove execute bit on non-executable files
  • 5aa7426 build: make JAVA_CLASSPATH configurable
  • 52522d0 refactor: rewrite amalgamation_version.sh for POSIX shell
  • a28d6ce build(deps): bump gummy-bears-api-24 to 0.14.0
  • 458abe1 build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

1.3.0

Features:

Fixes:

Docs:

Performance:

  • perf: R2DBC - Performance issue in R2dbcRegistryTypeMappingImpl by @​obabichevjb in JetBrains/Exposed#2788

    Infrastructure:

  • kotlin 2.3.20

  • kotlinx-serialization 1.11.0

  • kotlinCoroutines 1.11.0

  • sqlite-jdbc 3.53.1.0

  • springFramework6 6.2.18

  • postgresql 42.7.11

  • joda-time 2.14.2

  • r2dbc-mysql 1.4.2

  • testcontainers 2.0.5

  • log4j2 2.26.0

  • flyway 12.6.0

Commits
  • a68a268 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 5bd3bd4 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 7e1332f chore: Bump Exposed version from 1.2.0 to 1.3.0
  • 8459453 chore: Bump Exposed version from 1.2.0 to 1.3.0
  • c80afae chore: fix ci (#2810)
  • 9d1df99 chore: route Maven Central through GCS mirror to fix CI 429 errors (#2806)
  • 973fd17 build: Declare plugin compatibility with Gradle features (#2807)
  • 3786faf docs: EXPOSED-1017 Add docs for Exposed Gradle plugin (#2781)
  • 1dd9384 fix: Avoid redundant PostgreSQL UUID type migration when only column default ...
  • 9f638f4 feat: EXPOSED-1023 Extend VECTOR data type to other supporting databases (#2...
  • Additional commits viewable in compare view

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

Release notes

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

1.3.0

Change log

New Contributors

Changelog

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

Description has been truncated

Bumps the versions group with 38 updates:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.0` | `9.5.1` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.53.0.0` | `3.53.1.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.2.0` | `1.3.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.2.0` | `1.3.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.2.0` | `1.3.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.2.0` | `1.3.0` |
| [org.jetbrains.kotlinx:kotlinx-benchmark-runtime](https://github.com/Kotlin/kotlinx-benchmark) | `0.4.16` | `0.4.17` |
| org.jetbrains.kotlinx.benchmark | `0.4.16` | `0.4.17` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.2` | `1.11.0` |
| [org.jetbrains.kotlinx:kotlinx-datetime-jvm](https://github.com/Kotlin/kotlinx-datetime) | `0.7.1-0.6.x-compat` | `0.8.0-0.6.x-compat` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [io.ktor:ktor-client-json](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.4.3` | `3.5.0` |
| [net.minecraftforge:eventbus](https://github.com/MinecraftForge/EventBus) | `6.0.5` | `7.0.5` |
| [net.minecraftforge:forge](https://github.com/MinecraftForge/MinecraftForge) | `1.20.1-47.4.12` | `26.1.2-64.0.8` |
| [net.kyori:adventure-api](https://github.com/PaperMC/adventure) | `5.0.1` | `5.1.1` |
| [net.kyori:adventure-text-serializer-gson](https://github.com/PaperMC/adventure) | `5.0.1` | `5.1.1` |
| [net.kyori:adventure-text-serializer-legacy](https://github.com/PaperMC/adventure) | `5.0.1` | `5.1.1` |
| [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) | `5.0.1` | `5.1.1` |
| [net.kyori:adventure-text-serializer-plain](https://github.com/PaperMC/adventure) | `5.0.1` | `5.1.1` |
| [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit) | `4.108.0` | `4.110.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.palmergames.bukkit.towny:towny](https://github.com/TownyAdvanced/Towny) | `0.102.0.0` | `0.103.0.1` |
| [org.telegram:telegrambots-client](https://github.com/rubenlagus/TelegramBots) | `9.5.0` | `10.0.0` |
| [org.telegram:telegrambots-extensions](https://github.com/rubenlagus/TelegramBots) | `9.5.0` | `10.0.0` |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `9.5.0` | `10.0.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| fabric-loom | `1.16.1` | `1.16.3` |
| net.minecraftforge.renamer | `1.0.14` | `1.1.1` |
| net.neoforged.gradle.userdev | `7.1.20` | `7.1.36` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.1` | `9.4.2` |


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

Updates `org.xerial:sqlite-jdbc` from 3.53.0.0 to 3.53.1.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.53.0.0...3.53.1.0)

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

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

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

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

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

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

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

Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.16 to 0.4.17
- [Release notes](https://github.com/Kotlin/kotlinx-benchmark/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-benchmark/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-benchmark@v0.4.16...v0.4.17)

Updates `org.jetbrains.kotlinx.benchmark` from 0.4.16 to 0.4.17

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.10.2...1.11.0)

Updates `org.jetbrains.kotlinx:kotlinx-datetime-jvm` from 0.7.1-0.6.x-compat to 0.8.0-0.6.x-compat
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.7.1-0.6.x-compat...v0.8.0-0.6.x-compat)

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

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

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

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

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

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

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

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

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

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

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

Updates `net.minecraftforge:eventbus` from 6.0.5 to 7.0.5
- [Commits](https://github.com/MinecraftForge/EventBus/commits)

Updates `net.minecraftforge:forge` from 1.20.1-47.4.12 to 26.1.2-64.0.8
- [Commits](https://github.com/MinecraftForge/MinecraftForge/commits)

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

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

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

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

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

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

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

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

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

Updates `com.github.MockBukkit:MockBukkit` from 4.108.0 to 4.110.0
- [Commits](MockBukkit/MockBukkit@v4.108.0...v4.110.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.palmergames.bukkit.towny:towny` from 0.102.0.0 to 0.103.0.1
- [Release notes](https://github.com/TownyAdvanced/Towny/releases)
- [Commits](TownyAdvanced/Towny@0.102.0.0...0.103.0.1)

Updates `org.telegram:telegrambots-client` from 9.5.0 to 10.0.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.5.0...v10.0.0)

Updates `org.telegram:telegrambots-extensions` from 9.5.0 to 10.0.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.5.0...v10.0.0)

Updates `org.telegram:telegrambots-longpolling` from 9.5.0 to 10.0.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.5.0...v10.0.0)

Updates `org.telegram:telegrambots-extensions` from 9.5.0 to 10.0.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.5.0...v10.0.0)

Updates `org.telegram:telegrambots-longpolling` from 9.5.0 to 10.0.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.5.0...v10.0.0)

Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `fabric-loom` from 1.16.1 to 1.16.3

Updates `net.minecraftforge.renamer` from 1.0.14 to 1.1.1

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

Updates `com.gradleup.shadow` from 9.4.1 to 9.4.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.4.1...9.4.2)

Updates `org.jetbrains.kotlinx.benchmark` from 0.4.16 to 0.4.17

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.3.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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.3.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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-benchmark-runtime
  dependency-version: 0.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-version: 0.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime-jvm
  dependency-version: 0.8.0-0.6.x-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.minecraftforge:eventbus
  dependency-version: 7.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.minecraftforge:forge
  dependency-version: 26.1.2-64.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: net.kyori:adventure-api
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-gson
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-legacy
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-minimessage
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.kyori:adventure-text-serializer-plain
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-version: 4.110.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.palmergames.bukkit.towny:towny
  dependency-version: 0.103.0.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-client
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: fabric-loom
  dependency-version: 1.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.minecraftforge.renamer
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.neoforged.gradle.userdev
  dependency-version: 7.1.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.gradleup.shadow
  dependency-version: 9.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-version: 0.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 1, 2026
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.

0 participants