Skip to content

build(deps): bump the versions group with 20 updates - #142

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/versions-3a9dcdefce
Closed

build(deps): bump the versions group with 20 updates#142
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/versions-3a9dcdefce

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the versions group with 20 updates:

Package From To
org.mariadb.jdbc:mariadb-java-client 3.5.9 3.5.10
com.mysql:mysql-connector-j 9.7.0 26.7.0
org.jetbrains.exposed:exposed-core 1.3.1 1.4.0
org.jetbrains.exposed:exposed-dao 1.3.1 1.4.0
org.jetbrains.exposed:exposed-java-time 1.3.1 1.4.0
org.jetbrains.exposed:exposed-jdbc 1.3.1 1.4.0
io.ktor:ktor-client-cio 3.5.1 3.5.2
io.ktor:ktor-client-content-negotiation 3.5.1 3.5.2
io.ktor:ktor-client-core 3.5.1 3.5.2
io.ktor:ktor-client-json 3.5.1 3.5.2
io.ktor:ktor-client-logging 3.5.1 3.5.2
io.ktor:ktor-serialization-kotlinx-json 3.5.1 3.5.2
net.minecraftforge:eventbus 6.0.5 7.0.5
net.neoforged:neoforge 21.1.129 26.1.2.94
org.telegram:telegrambots-client 10.1.1 10.2.0
org.telegram:telegrambots-extensions 10.1.1 10.2.0
org.telegram:telegrambots-longpolling 10.1.1 10.2.0
fabric-loom 1.17.17 1.17.19
net.minecraftforge.gradle 7.0.31 7.0.32
net.minecraftforge.renamer 1.1.5 1.1.7

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.9 to 3.5.10

Release notes

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

MariaDB Connector/Java 3.5.10

3.5.10 (Jul 2026)

Full Changelog

Key Enhancements

  • CONJ-1333 - Add maxAllowedPacket connection option (send/receive limit)
  • CONJ-1339 - Add maxAllowedColumns option to bound server-announced column count (report by fg0x0)
  • CONJ-1330 - add infer test to CI

Issues Resolved

  • CONJ-1332 - Reject multipart (>16 MB) packets before authentication to prevent pre-auth OOM from a rogue server
  • CONJ-1342 - socketFactory option allows loading arbitrary bytecode via jar: URL, enabling RCE when JDBC URL is attacker-controlled (report by Qing Xu)
  • CONJ-1307 - Connection.setReadOnly(true) still allows DML statements to execute
  • CONJ-1326 - Unsafe escaping in enquoteLiteral()/enquoteNCharLiteral() (thanks to jmestwa-coder)
  • CONJ-1327 - Align SSL hostname verification with TLS libraries (thanks to jmestwa-coder)
  • CONJ-1329 - LOAD DATA LOCAL INFILE validation fails open when a bound parameter can't be rendered (thanks to jmestwa-coder)
  • CONJ-1331 - trustStore-configured TLS connections defer certificate-chain/identity validation instead of validating up front (thanks to jmestwa-coder)
  • CONJ-1340 - SQL injection via unescaped identifiers in updatable ResultSet generated statements (thanks to jmestwa-coder)
  • CONJ-1341 - MariaDbPoolDataSource.getConnection(user, password) ignores the user argument when the pool's own password is supplied (report by fg0x0)
  • CONJ-1328 - restrictedAuth allowlist is matched with substring contains() instead of equality (thanks to jmestwa-coder)
  • CONJ-1338 - Validate length-encoded integers fit a non-negative int before use as a length (report by fg0x0)
  • CONJ-1336 - CONJ-1282 regression: TLS connection fails when JDBC hostname is an absolute FQDN ending with a trailing dot (report by Shaswata, thanks to Pepo48 for PR)
  • CONJ-1335 - getGeneratedKeys() throws "integer overflow" after a batch insert when the auto-increment value exceeds Integer.MAX_VALUE, and returns bulk generated keys out of batch order
Changelog

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

3.5.10 (Jul 2026)

Full Changelog

Key Enhancements

  • CONJ-1333 - Add maxAllowedPacket connection option (send/receive limit)
  • CONJ-1339 - Add maxAllowedColumns option to bound server-announced column count (report by fg0x0)
  • CONJ-1330 - add infer test to CI

Issues Resolved

  • CONJ-1332 - Reject multipart (>16 MB) packets before authentication to prevent pre-auth OOM from a rogue server
  • CONJ-1342 - socketFactory option allows loading arbitrary bytecode via jar: URL, enabling RCE when JDBC URL is attacker-controlled (report by Qing Xu)
  • CONJ-1307 - Connection.setReadOnly(true) still allows DML statements to execute
  • CONJ-1326 - Unsafe escaping in enquoteLiteral()/enquoteNCharLiteral() (thanks to jmestwa-coder)
  • CONJ-1327 - Align SSL hostname verification with TLS libraries (thanks to jmestwa-coder)
  • CONJ-1329 - LOAD DATA LOCAL INFILE validation fails open when a bound parameter can't be rendered (thanks to jmestwa-coder)
  • CONJ-1331 - trustStore-configured TLS connections defer certificate-chain/identity validation instead of validating up front (thanks to jmestwa-coder)
  • CONJ-1340 - SQL injection via unescaped identifiers in updatable ResultSet generated statements (thanks to jmestwa-coder)
  • CONJ-1341 - MariaDbPoolDataSource.getConnection(user, password) ignores the user argument when the pool's own password is supplied (report by fg0x0)
  • CONJ-1328 - restrictedAuth allowlist is matched with substring contains() instead of equality (thanks to jmestwa-coder)
  • CONJ-1338 - Validate length-encoded integers fit a non-negative int before use as a length (report by fg0x0)
  • CONJ-1336 - CONJ-1282 regression: TLS connection fails when JDBC hostname is an absolute FQDN ending with a trailing dot (report by Shaswata, thanks to Pepo48 for PR)
  • CONJ-1335 - getGeneratedKeys() throws "integer overflow" after a batch insert when the auto-increment value exceeds Integer.MAX_VALUE, and returns bulk generated keys out of batch order

3.4.4 (Jul 2026)

Full Changelog

Notable Changes
  • CONJ-1339 - Add maxAllowedColumns option to bound server-announced column count (report by fg0x0)
Bugs Fixed
  • CONJ-1332 - Reject multipart (>16 MB) packets before authentication to prevent pre-auth OOM from a rogue server
  • CONJ-1342 - socketFactory option allows loading arbitrary bytecode via jar: URL, enabling RCE when JDBC URL is attacker-controlled (report by Qing Xu)
  • CONJ-1326 - Unsafe escaping in enquoteLiteral()/enquoteNCharLiteral() (thanks to jmestwa-coder)
  • CONJ-1329 - LOAD DATA LOCAL INFILE validation fails open when a bound parameter can't be rendered (thanks to jmestwa-coder)

... (truncated)

Commits
  • 6164678 [misc] update changelog
  • 6f58858 [CONJ-1335] getGeneratedKeys() throws SQLDataException "integer overflow" aft...
  • 9f06db7 [misc] CI stability improvement
  • 99aa9e2 [CONJ-1336] correction follow up
  • 28a1550 [CONJ-1336] strip trailing dot from hostname before SNI and hostname verifica...
  • b2b3f1b [misc] limit authentication switch requests to 10 per connection
  • 26ca60a [misc] bound the whole connection phase by connectTimeout
  • 15e08ff [CONJ-1337] Limit parsec authentication PBKDF2 iteration factor to the connec...
  • d3c4a72 bump 3.5.10 version
  • d85e05f [CONJ-1342] socketFactory option allows loading arbitrary bytecode via jar: U...
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 9.7.0 to 26.7.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 26.7.0

  • Fix for Bug#39449361, LOAD DATA LOCAL INFILE accepts ambiguous Windows file URL path forms.

  • Fix for Bug#39328305, X Protocol reader does not validate server-supplied frame length before allocation.

  • Fix for Bug#39327277, Restrict SSL keystore loading to local file inputs.

  • Fix for Bug#39320456, Unexpected behavior with LOAD DATA LOCAL INFILE and connection options.

  • Fix for Bug#120227 (Bug#39204043), LOAD DATA LOCAL INFILE: missing EOF packet on IOException leaves server thread hanging.

  • Fix for Bug#120096 (Bug#39125648), MysqlConnector/Java Connection Url CharacterEncoding bug. Thanks to Rahman Rejepov for his contribution.

Version 9.7.0

  • Fix for Bug#119863 (Bug#38951042), Inaccurate decoding of negative TIME durations in Binary Protocol (Cursor Mode).

  • WL#17215, Implement JDBC 4.3/4.5 Statement/Connection.enquote* methods.

  • Fix for Bug#119245 (Bug#38599240), Select into fix breaks queries with 'into' in them. (reopened)

  • Fix for Bug#119659 (Bug#38916595), BinaryResultsetReader fails to consume EOF packet after column definitions when EOF is not deprecated.

Version 9.6.0

  • Fix for Bug#118002 (Bug#37843004), The setFetchSize() method in the Statement class may have a potential bug.

  • Fix for Bug#113130 (Bug#36043125), getGeneratedKeys() returns a zero resultset with non-key-generating statements.

  • Fix for Bug#113336 (Bug#36080226), Inconsistent getUpdateCount() Behavior with allowMultiQueries.

  • Fix for Bug#118234 (Bug#37975837), A potential bugs in Mysql Connector/J.

  • Fix for Bug#113413 (Bug#36107426), Connection.changeUser cannot be done after DriverManager.loginTimeout elapses. Thanks to Kazuhisa Kawashima for his contribution.

  • Fix for Bug#119271 (Bug#38599496), Connector/J fails to accept legacy value zeroDateTimeBehavior=convertToNull on multi-host URLs (failover).

  • Fix for Bug#119245 (Bug#38599240), Select into fix breaks queries with 'into' in them.

Version 9.5.0

  • Fix for Bug#72036 (Bug#18403804), XA isSameRM() shouldn't take database into account.

  • Fix for Bug#62693 (Bug#16722068), XAConnection savepoint capability.

... (truncated)

Commits
  • 559f62d Update for GPL license book.
  • e2a58f7 Update for .gitignore with exclusion rules for codex files.
  • 373584a Fix for Bug#39449361, LOAD DATA LOCAL INFILE accepts ambiguous Windows file U...
  • 1ed6f37 Fix for Bug#39328305, X Protocol reader does not validate server-supplied fra...
  • 55a2860 Fix for Bug#39327277, Restrict SSL keystore loading to local file inputs.
  • 9ce460a Update for CalVer numbering scheme.
  • 20e1e5d Update for README, README.md and CONTRIBUTING.md files.
  • f40d3be Post-release version bump for CalVer numbering scheme.
  • 61cf1f6 Fix for Bug#39320456, Unexpected behavior with LOAD DATA LOCAL INFILE and con...
  • 2c2d139 Fix for Bug#120227 (Bug#39204043), LOAD DATA LOCAL INFILE: missing EOF packet...
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Docs:

Commits
  • b5aa96c chore: Bump Exposed version from 1.3.1 to 1.4.0
  • 2ab76ee chore: Bump Exposed version from 1.3.1 to 1.4.0
  • d714124 chore: Bump Exposed version from 1.3.1 to 1.4.0
  • e16a61a fix: Fix version catalog docs and versions (#2874)
  • b185259 docs: EXPOSED-1037 Update the date and time types topic (#2863)
  • e728cab docs: Add documentation to website for Exposed Maven plugin (#2838)
  • 2b37c5d build(deps): Bump flyway from 13.0.0 to 13.1.0 (#2873)
  • cc4c16a docs: Edit index migrations docs to specify what changes trigger SQL generati...
  • 13e69c7 build(deps): Bump com.oracle.database.jdbc:ojdbc11 (#2870)
  • ac207b5 docs: Add sample springboot3-exposed-r2dbc (#2511)
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Docs:

Commits
  • b5aa96c chore: Bump Exposed version from 1.3.1 to 1.4.0
  • 2ab76ee chore: Bump Exposed version from 1.3.1 to 1.4.0
  • d714124 chore: Bump Exposed version from 1.3.1 to 1.4.0
  • e16a61a fix: Fix version catalog docs and versions (#2874)
  • b185259 docs: EXPOSED-1037 Update the date and time types topic (#2863)
  • e728cab docs: Add documentation to website for Exposed Maven plugin (#2838)
  • 2b37c5d build(deps): Bump flyway from 13.0.0 to 13.1.0 (#2873)
  • cc4c16a docs: Edit index migrations docs to specify what changes trigger SQL generati...
  • 13e69c7 build(deps): Bump com.oracle.database.jdbc:ojdbc11 (#2870)
  • ac207b5 docs: Add sample springboot3-exposed-r2dbc (#2511)
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Docs:

Commits
  • b5aa96c chore: Bump Exposed version from 1.3.1 to 1.4.0
  • 2ab76ee chore: Bump Exposed version from 1.3.1 to 1.4.0
  • d714124 chore: Bump Exposed version from 1.3.1 to 1.4.0
  • e16a61a fix: Fix version catalog docs and versions (#2874)
  • b185259 docs: EXPOSED-1037 Update the date and time types topic (#2863)
  • e728cab docs: Add documentation to website for Exposed Maven plugin (#2838)
  • 2b37c5d build(deps): Bump flyway from 13.0.0 to 13.1.0 (#2873)
  • cc4c16a docs: Edit index migrations docs to specify what changes trigger SQL generati...
  • 13e69c7 build(deps): Bump com.oracle.database.jdbc:ojdbc11 (#2870)
  • ac207b5 docs: Add sample springboot3-exposed-r2dbc (#2511)
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Docs:

Commits
  • b5aa96c chore: Bump Exposed version from 1.3.1 to 1.4.0
  • 2ab76ee chore: Bump Exposed version from 1.3.1 to 1.4.0
  • d714124 chore: Bump Exposed version from 1.3.1 to 1.4.0
  • e16a61a fix: Fix version catalog docs and versions (#2874)
  • b185259 docs: EXPOSED-1037 Update the date and time types topic (#2863)
  • e728cab docs: Add documentation to website for Exposed Maven plugin (#2838)
  • 2b37c5d build(deps): Bump flyway from 13.0.0 to 13.1.0 (#2873)
  • cc4c16a docs: Edit index migrations docs to specify what changes trigger SQL generati...
  • 13e69c7 build(deps): Bump com.oracle.database.jdbc:ojdbc11 (#2870)
  • ac207b5 docs: Add sample springboot3-exposed-r2dbc (#2511)
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Docs:

Commits
  • b5aa96c chore: Bump Exposed version from 1.3.1 to 1.4.0
  • 2ab76ee chore: Bump Exposed version from 1.3.1 to 1.4.0
  • d714124 chore: Bump Exposed version from 1.3.1 to 1.4.0
  • e16a61a fix: Fix version catalog docs and versions (#2874)
  • b185259 docs: EXPOSED-1037 Update the date and time types topic (#2863)
  • e728cab docs: Add documentation to website for Exposed Maven plugin (#2838)
  • 2b37c5d build(deps): Bump flyway from 13.0.0 to 13.1.0 (#2873)
  • cc4c16a docs: Edit index migrations docs to specify what changes trigger SQL generati...
  • 13e69c7 build(deps): Bump com.oracle.database.jdbc:ojdbc11 (#2870)
  • ac207b5 docs: Add sample springboot3-exposed-r2dbc (#2511)
  • Additional commits viewable in compare view

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

Release notes

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

1.4.0

Change log

New Contributors

Changelog

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

1.4.0

Infrastructure:

  • log4j2 2.26.1
  • postgresql-jdbc 42.7.13
  • flyway 13.1.0
  • kover 0.9.9
  • r2dbc-mysql 1.4.3
  • sqlite-jdbc 3.53.2.1
  • SpringFramework 7.0.8
  • SpringBoot 4.1.0
  • joda-time 2.14.3
  • ojdbc11 23.26.3.0.0

Features:

Bug fixes:

Bumps the versions group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.9` | `3.5.10` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.7.0` | `26.7.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.3.1` | `1.4.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.3.1` | `1.4.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.3.1` | `1.4.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.3.1` | `1.4.0` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [io.ktor:ktor-client-json](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.5.1` | `3.5.2` |
| [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.1.2.94` |
| [org.telegram:telegrambots-client](https://github.com/rubenlagus/TelegramBots) | `10.1.1` | `10.2.0` |
| [org.telegram:telegrambots-extensions](https://github.com/rubenlagus/TelegramBots) | `10.1.1` | `10.2.0` |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `10.1.1` | `10.2.0` |
| fabric-loom | `1.17.17` | `1.17.19` |
| net.minecraftforge.gradle | `7.0.31` | `7.0.32` |
| net.minecraftforge.renamer | `1.1.5` | `1.1.7` |


Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.9 to 3.5.10
- [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.9...3.5.10)

Updates `com.mysql:mysql-connector-j` from 9.7.0 to 26.7.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
- [Commits](mysql/mysql-connector-j@9.7.0...26.7.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.1.2.94
- [Commits](https://github.com/NeoForged/NeoForge/commits)

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

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

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

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

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

Updates `fabric-loom` from 1.17.17 to 1.17.19

Updates `net.minecraftforge.gradle` from 7.0.31 to 7.0.32

Updates `net.minecraftforge.renamer` from 1.1.5 to 1.1.7

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 26.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.4.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.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.4.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.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.2
  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.1.2.94
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-client
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-extensions
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: fabric-loom
  dependency-version: 1.17.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.minecraftforge.gradle
  dependency-version: 7.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: net.minecraftforge.renamer
  dependency-version: 1.1.7
  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 Aug 9, 2026
@makeevrserg makeevrserg closed this Aug 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

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-3a9dcdefce branch August 9, 2026 14:50
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