Skip to content

build(deps): bump the versions group with 17 updates - #141

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

build(deps): bump the versions group with 17 updates#141
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/versions-8aa40bad4d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the versions group with 17 updates:

Package From To
gradle-wrapper 9.7.0 9.7.1
org.xerial:sqlite-jdbc 3.53.2.1 3.53.4.0
org.jetbrains.exposed:exposed-core 1.4.0 1.5.0
org.jetbrains.exposed:exposed-dao 1.4.0 1.5.0
org.jetbrains.exposed:exposed-java-time 1.4.0 1.5.0
org.jetbrains.exposed:exposed-jdbc 1.4.0 1.5.0
org.jetbrains.kotlinx:kotlinx-benchmark-runtime 0.4.17 0.4.19
org.jetbrains.kotlinx.benchmark 0.4.17 0.4.19
net.fabricmc:fabric-loader 0.19.3 0.19.5
net.minecraftforge:eventbus 6.0.5 7.0.5
net.neoforged:neoforge 21.1.129 26.2.0.71
com.velocitypowered:velocity-api 4.1.0-SNAPSHOT 4.1.1
org.telegram:telegrambots-client 10.2.0 10.2.1
org.telegram:telegrambots-extensions 10.2.0 10.2.1
org.telegram:telegrambots-longpolling 10.2.0 10.2.1
fabric-loom 1.17.19 1.17.20
net.minecraftforge.gradle 7.0.34 7.0.36

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

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

./gradlew :wrapper --gradle-version=9.7.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

Updates org.xerial:sqlite-jdbc from 3.53.2.1 to 3.53.4.0

Release notes

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

Release 3.53.4.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.53.4 (3c55d7a)

🐛 Fixes

  • bound utf-8 reader to the terminating nul in extension-functions (a6f4d4d)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (c72dc32)
  • bump org.graalvm.buildtools:native-maven-plugin (f5aaf0e)
  • bump EndBug/add-and-commit from 10 to 11 (0a6a8f2)
  • bump org.graalvm.buildtools:native-maven-plugin (843cd86)
  • bump org.graalvm.buildtools:native-maven-plugin (16aa812)
  • bump org.graalvm.sdk:nativeimage from 25.1.3 to 25.2.4 (47e20b2)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (db432fd)
  • bump org.apache.maven.plugins:maven-jar-plugin (7650e24)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Javid Khan

Commits
  • cab7981 chore(release): 3.53.4.0 [skip ci]
  • d52d7d6 chore: update native libraries
  • 3c55d7a feat(sqlite): upgrade to sqlite 3.53.4
  • c72dc32 build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • a6f4d4d fix: bound utf-8 reader to the terminating nul in extension-functions
  • f5aaf0e build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 0a6a8f2 build(deps): bump EndBug/add-and-commit from 10 to 11
  • db432fd build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • 843cd86 build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 16aa812 build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.4.0 to 1.5.0

Release notes

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

1.5.0

Change log

New Contributors

Changelog

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

1.5.0

Infrastructure:

  • Flyway 13.3.0

Features:

Bug fixes:

Docs:

Commits
  • 8436120 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 5d7adb1 chore: Bump Exposed version from 1.4.0 to 1.5.0
  • 0941b5b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 1a700f3 feat: EXPOSED-924 Extend multi-row values batch insert to all DB and drivers ...
  • f10b115 fix(plugin): Prevent timestamp migration version collisions with generateMigr...
  • 8b5d251 fix(r2dbc): EXPOSED-1047 Release R2DBC connection on failure of beginTransact...
  • cdfe1a6 fix: Nullable enumeration columns not handled by r2dbc-postgresql 1.0.5 or ol...
  • e0f8ece feat: Add Amazon Redshift JDBC support (#2883)
  • 203419a feat: Add multi-row values (single statement) batch insert for PostgreSQL wit...
  • 0427b66 fix: EXPOSED-798 Declare Spring Beans as Infrastructure to prevent warnings (...
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-benchmark-runtime from 0.4.17 to 0.4.19

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-benchmark-runtime's releases.

v0.4.19

  • Reverted changes from #390 introduced in 0.4.18 that were breaking projects using recent Kotlin versions.

v0.4.18

  • Various improvements in JS and Wasm benchmark runners
  • The WasmJs runner no longer uses API deprecated in 2.4.20 (KT-86242) #380
  • The plugin no longer uses compiler API removed from Kotlin 2.5.0 #390
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-benchmark-runtime's changelog.

0.4.19

  • Reverted changes related to KLib processing introduced in 0.4.18

0.4.18

  • Various improvements in JS and Wasm benchmark runners
  • The WasmJs runner no longer uses API deprecated in 2.4.20 (KT-86242) #380
  • The plugin no longer uses compiler API removed from Kotlin 2.5.0

Bumps the versions group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.53.2.1` | `3.53.4.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.4.0` | `1.5.0` |
| [org.jetbrains.kotlinx:kotlinx-benchmark-runtime](https://github.com/Kotlin/kotlinx-benchmark) | `0.4.17` | `0.4.19` |
| org.jetbrains.kotlinx.benchmark | `0.4.17` | `0.4.19` |
| net.fabricmc:fabric-loader | `0.19.3` | `0.19.5` |
| [net.minecraftforge:eventbus](https://github.com/MinecraftForge/EventBus) | `6.0.5` | `7.0.5` |
| [net.neoforged:neoforge](https://github.com/NeoForged/NeoForge) | `21.1.129` | `26.2.0.71` |
| [com.velocitypowered:velocity-api](https://github.com/PaperMC/Velocity) | `4.1.0-SNAPSHOT` | `4.1.1` |
| [org.telegram:telegrambots-client](https://github.com/rubenlagus/TelegramBots) | `10.2.0` | `10.2.1` |
| [org.telegram:telegrambots-extensions](https://github.com/rubenlagus/TelegramBots) | `10.2.0` | `10.2.1` |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `10.2.0` | `10.2.1` |
| fabric-loom | `1.17.19` | `1.17.20` |
| net.minecraftforge.gradle | `7.0.34` | `7.0.36` |


Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `org.xerial:sqlite-jdbc` from 3.53.2.1 to 3.53.4.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.2.1...3.53.4.0)

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

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

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

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

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

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

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

Updates `org.jetbrains.kotlinx:kotlinx-benchmark-runtime` from 0.4.17 to 0.4.19
- [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.17...v0.4.19)

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

Updates `net.fabricmc:fabric-loader` from 0.19.3 to 0.19.5

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

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

Updates `com.velocitypowered:velocity-api` from 4.1.0-SNAPSHOT to 4.1.1
- [Commits](https://github.com/PaperMC/Velocity/commits)

Updates `org.telegram:telegrambots-client` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v10.2.0...v10.2.1)

Updates `org.telegram:telegrambots-extensions` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v10.2.0...v10.2.1)

Updates `org.telegram:telegrambots-longpolling` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v10.2.0...v10.2.1)

Updates `org.telegram:telegrambots-extensions` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v10.2.0...v10.2.1)

Updates `org.telegram:telegrambots-longpolling` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v10.2.0...v10.2.1)

Updates `fabric-loom` from 1.17.19 to 1.17.20

Updates `net.minecraftforge.gradle` from 7.0.34 to 7.0.36

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

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.4.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.5.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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.5.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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.5.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.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-version: 0.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.fabricmc:fabric-loader
  dependency-version: 0.19.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.neoforged:neoforge
  dependency-version: 26.2.0.71
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: com.velocitypowered:velocity-api
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-client
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: fabric-loom
  dependency-version: 1.17.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.minecraftforge.gradle
  dependency-version: 7.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-version: 0.4.19
  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 Sep 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