Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps the versions group with 27 updates:

Package From To
mysql:mysql-connector-java 8.0.30 8.0.33
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm 1.8.0 1.8.1
com.charleskorn.kaml:kaml 0.58.0 0.59.0
org.xerial:sqlite-jdbc 3.45.3.0 3.46.0.0
org.jetbrains.exposed:exposed-java-time 0.44.0 0.51.0
org.jetbrains.exposed:exposed-jdbc 0.44.0 0.51.0
org.jetbrains.exposed:exposed-dao 0.44.0 0.51.0
org.jetbrains.exposed:exposed-core 0.44.0 0.51.0
io.papermc.paper:paper-api 1.20.4-R0.1-SNAPSHOT 1.20.5-R0.1-SNAPSHOT
org.spigotmc:spigot-api 1.20.4-R0.1-SNAPSHOT 1.20.5-R0.1-SNAPSHOT
org.spigotmc:spigot 1.20.4-R0.1-SNAPSHOT 1.20.5-R0.1-SNAPSHOT
com.velocitypowered:velocity-api 3.3.0-SNAPSHOT 4.0.0-SNAPSHOT
com.comphenix.protocol:ProtocolLib 4.8.0 5.1.0
me.clip:placeholderapi 2.11.5 2.11.6
com.github.MilkBowl:VaultAPI 1.7 1.7.1
org.bstats:bstats-bukkit 3.0.0 3.0.2
com.github.MockBukkit:MockBukkit v1.19-SNAPSHOT 3.88.1
ru.astrainteractive.klibs:mikro-core 1.6.0-beta 1.8.1
ru.astrainteractive.klibs:kdi 1.3.2 1.4.1
ru.astrainteractive.astralibs:orm 3.1.0-alpha 3.6.0
ru.astrainteractive.astralibs:core 3.1.0-alpha 3.6.0
ru.astrainteractive.astralibs:menu-bukkit 3.1.0-alpha 3.6.0
ru.astrainteractive.astralibs:core-bukkit 3.1.0-alpha 3.6.0
ru.astrainteractive.astralibs:command 3.1.0-alpha 3.6.0
ru.astrainteractive.astralibs:command-bukkit 3.1.0-alpha 3.6.0
com.github.gmazzo.buildconfig 3.1.0 5.3.5

Updates mysql:mysql-connector-java from 8.0.30 to 8.0.33

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

Changelog relative to version 1.8.1-Beta

  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small documentation fixes.

Version 1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Commits
  • cd696d3 Version 1.8.1
  • c1ba5af Fix the ticker channel example giving wrong results on the website (#4109)
  • 2430d9a Fix broken API reference links to the Project Reactor Javadoc (#4111)
  • f22b229 fix the link to Thread.uncaughtExceptionHandler
  • 515308d fix: get rid of horizontal scrolling by splitting the comment and show more c...
  • f8d1821 Fix typo in coroutine-context-and-dispatchers.md (#3941)
  • 20707d3 fix: remove sampleStart and sampleEnd comments from example in coroutine-...
  • 0148534 chore: fix identation in example loadContributorsBlocking() (#4085)
  • 74774df Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)
  • d106ac7 Docs: avoid scrolling sample code; fix test description; add () to functions ...
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm's releases.

1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm's changelog.

Version 1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

Changelog relative to version 1.8.1-Beta

  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small documentation fixes.

Version 1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Commits
  • cd696d3 Version 1.8.1
  • c1ba5af Fix the ticker channel example giving wrong results on the website (#4109)
  • 2430d9a Fix broken API reference links to the Project Reactor Javadoc (#4111)
  • f22b229 fix the link to Thread.uncaughtExceptionHandler
  • 515308d fix: get rid of horizontal scrolling by splitting the comment and show more c...
  • f8d1821 Fix typo in coroutine-context-and-dispatchers.md (#3941)
  • 20707d3 fix: remove sampleStart and sampleEnd comments from example in coroutine-...
  • 0148534 chore: fix identation in example loadContributorsBlocking() (#4085)
  • 74774df Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)
  • d106ac7 Docs: avoid scrolling sample code; fix test description; add () to functions ...
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm's releases.

1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm's changelog.

Version 1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

Changelog relative to version 1.8.1-Beta

  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small documentation fixes.

Version 1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Commits
  • cd696d3 Version 1.8.1
  • c1ba5af Fix the ticker channel example giving wrong results on the website (#4109)
  • 2430d9a Fix broken API reference links to the Project Reactor Javadoc (#4111)
  • f22b229 fix the link to Thread.uncaughtExceptionHandler
  • 515308d fix: get rid of horizontal scrolling by splitting the comment and show more c...
  • f8d1821 Fix typo in coroutine-context-and-dispatchers.md (#3941)
  • 20707d3 fix: remove sampleStart and sampleEnd comments from example in coroutine-...
  • 0148534 chore: fix identation in example loadContributorsBlocking() (#4085)
  • 74774df Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)
  • d106ac7 Docs: avoid scrolling sample code; fix test description; add () to functions ...
  • Additional commits viewable in compare view

Updates com.charleskorn.kaml:kaml from 0.58.0 to 0.59.0

Release notes

Sourced from com.charleskorn.kaml:kaml's releases.

0.59.0

  • New: it is now possible to change the default 3 MB input document size limit by setting YamlConfiguration.codePointLimit (#543 - thanks to @​sschuberth for the PR)
  • Updated: use Okio 3.9.0
  • Updated: use snakeyaml-engine-kmp 2.7.5
Commits
  • 32fa7c9 Update actions/checkout action to v4.1.3
  • 90f5db1 Update gradle/wrapper-validation-action action to v3.3.1
  • 9b3c18f Update gradle/gradle-build-action action to v3.3.1
  • eab051a Merge pull request #543 from sschuberth/no-code-point-limit
  • edcc354 Update gradle/wrapper-validation-action action to v3
  • 4e825c4 Update gradle/gradle-build-action action to v3.3.0
  • 66953b5 Make SnakeYAML's code point limit configurable
  • a31a3ae Update gradle/wrapper-validation-action action to v2.1.3
  • ecccc41 Update gradle/gradle-build-action action to v3.2.1
  • 62a8e4a Update dependency io.github.gradle-nexus:publish-plugin to v2
  • Additional commits viewable in compare view

Updates org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0

Release notes

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

Release 3.46.0.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.0 (dfa37a1)

🔄️ Changes

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (2ae0884)
  • bump org.apache.maven.plugins:maven-gpg-plugin (88fa86f)
  • bump org.apache.maven.plugins:maven-jar-plugin (7f3fd87)
  • bump org.graalvm.sdk:nativeimage from 24.0.0 to 24.0.1 (d9fd689)
  • bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 (9e4a9df)

deps-dev

  • bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (ce10957)

unscoped

Contributors

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

Commits
  • dc44d73 chore(release): 3.46.0.0 [skip ci]
  • cb85839 chore: update native libraries
  • dfa37a1 feat(sqlite): upgrade to sqlite 3.46.0
  • d60e04e ---
  • ce10957 build(deps-dev): bump org.mockito:mockito-core from 5.11.0 to 5.12.0
  • 2ae0884 build(deps): bump org.jreleaser:jreleaser-maven-plugin
  • db057a8 ci: fix failing multi-arch
  • 662fb09 style: fix typos in comment
  • 88fa86f build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  • 7f3fd87 build(deps): bump org.apache.maven.plugins:maven-jar-plugin
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.44.0 to 0.51.0

Release notes

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

0.50.1

Change log

New Contributors

0.50.0

Change log

New Contributors

0.49.0

Change log

New Contributors

0.48.0

Change log

New Contributors:

0.47.0

What's Changed

Change log

New Contributors

0.46.0

Change log

New Contributors:

0.45.0

Change log

0.44.1

... (truncated)

Changelog

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

0.50.1

Bug fixes:

Docs:

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

0.49.0

Infrastructure:

  • log4j2 2.23.1
  • SQLite driver 3.45.2.0

... (truncated)

Commits

Updates org.jetbrains.exposed:exposed-jdbc from 0.44.0 to 0.51.0

Release notes

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

0.50.1

Change log

New Contributors

0.50.0

Change log

New Contributors

0.49.0

Change log

New Contributors

0.48.0

Change log

New Contributors:

0.47.0

What's Changed

Change log

New Contributors

0.46.0

Change log

New Contributors:

0.45.0

Change log

0.44.1

... (truncated)

Changelog

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

0.50.1

Bug fixes:

Docs:

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

0.49.0

Infrastructure:

  • log4j2 2.23.1
  • SQLite driver 3.45.2.0

... (truncated)

Commits

Updates org.jetbrains.exposed:exposed-dao from 0.44.0 to 0.51.0

Release notes

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

0.50.1

Change log

New Contributors

0.50.0

Change log

New Contributors

0.49.0

Change log

New Contributors

0.48.0

Change log

New Contributors:

0.47.0

What's Changed

Change log

New Contributors

0.46.0

Change log

New Contributors:

0.45.0

Change log

0.44.1

... (truncated)

Changelog

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

0.50.1

Bug fixes:

Docs:

0.50.0

Infrastructure:

  • Spring Framework 6.1.6

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Tests:

0.49.0

Infrastructure:

  • log4j2 2.23.1
  • SQLite driver 3.45.2.0

... (truncated)

Commits

Updates org.jetbrains.exposed:exposed-core from 0.44.0 to 0.51.0

Release notes

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

0.50.1

Change log

New Contributors

0.50.0

Change log

New Contributors

Bumps the versions group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| mysql:mysql-connector-java | `8.0.30` | `8.0.33` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.0` | `1.8.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.0` | `1.8.1` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.58.0` | `0.59.0` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.45.3.0` | `3.46.0.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.51.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.51.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.51.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.51.0` |
| io.papermc.paper:paper-api | `1.20.4-R0.1-SNAPSHOT` | `1.20.5-R0.1-SNAPSHOT` |
| org.spigotmc:spigot-api | `1.20.4-R0.1-SNAPSHOT` | `1.20.5-R0.1-SNAPSHOT` |
| org.spigotmc:spigot | `1.20.4-R0.1-SNAPSHOT` | `1.20.5-R0.1-SNAPSHOT` |
| com.velocitypowered:velocity-api | `3.3.0-SNAPSHOT` | `4.0.0-SNAPSHOT` |
| com.comphenix.protocol:ProtocolLib | `4.8.0` | `5.1.0` |
| me.clip:placeholderapi | `2.11.5` | `2.11.6` |
| [com.github.MilkBowl:VaultAPI](https://github.com/MilkBowl/VaultAPI) | `1.7` | `1.7.1` |
| [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) | `3.0.0` | `3.0.2` |
| [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit) | `v1.19-SNAPSHOT` | `3.88.1` |
| [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/MiKro) | `1.6.0-beta` | `1.8.1` |
| [ru.astrainteractive.klibs:kdi](https://github.com/makeevrserg/KDI) | `1.3.2` | `1.4.1` |
| [ru.astrainteractive.astralibs:orm](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| [ru.astrainteractive.astralibs:core](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| [ru.astrainteractive.astralibs:menu-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| [ru.astrainteractive.astralibs:core-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| [ru.astrainteractive.astralibs:command](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| [ru.astrainteractive.astralibs:command-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.1.0-alpha` | `3.6.0` |
| com.github.gmazzo.buildconfig | `3.1.0` | `5.3.5` |


Updates `mysql:mysql-connector-java` from 8.0.30 to 8.0.33

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.0 to 1.8.1
- [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.8.0...1.8.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.8.0 to 1.8.1
- [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.8.0...1.8.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.8.0 to 1.8.1
- [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.8.0...1.8.1)

Updates `com.charleskorn.kaml:kaml` from 0.58.0 to 0.59.0
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Commits](charleskorn/kaml@0.58.0...0.59.0)

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

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

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

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

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

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

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

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

Updates `io.papermc.paper:paper-api` from 1.20.4-R0.1-SNAPSHOT to 1.20.5-R0.1-SNAPSHOT

Updates `org.spigotmc:spigot-api` from 1.20.4-R0.1-SNAPSHOT to 1.20.5-R0.1-SNAPSHOT

Updates `org.spigotmc:spigot` from 1.20.4-R0.1-SNAPSHOT to 1.20.5-R0.1-SNAPSHOT

Updates `com.velocitypowered:velocity-api` from 3.3.0-SNAPSHOT to 4.0.0-SNAPSHOT

Updates `com.comphenix.protocol:ProtocolLib` from 4.8.0 to 5.1.0

Updates `me.clip:placeholderapi` from 2.11.5 to 2.11.6

Updates `com.github.MilkBowl:VaultAPI` from 1.7 to 1.7.1
- [Release notes](https://github.com/MilkBowl/VaultAPI/releases)
- [Commits](MilkBowl/VaultAPI@1.7...1.7.1)

Updates `org.bstats:bstats-bukkit` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](Bastian/bstats-metrics@v3.0.0...v3.0.2)

Updates `com.github.MockBukkit:MockBukkit` from v1.19-SNAPSHOT to 3.88.1
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v3.88.1)

Updates `ru.astrainteractive.klibs:mikro-core` from 1.6.0-beta to 1.8.1
- [Commits](https://github.com/makeevrserg/MiKro/commits)

Updates `ru.astrainteractive.klibs:kdi` from 1.3.2 to 1.4.1
- [Release notes](https://github.com/makeevrserg/KDI/releases)
- [Commits](makeevrserg/klibs.kdi@1.3.2...1.4.1)

Updates `ru.astrainteractive.astralibs:orm` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:core` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:menu-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:core-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:command` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:command-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:core` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:menu-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:core-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:command` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `ru.astrainteractive.astralibs:command-bukkit` from 3.1.0-alpha to 3.6.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.1.0-alpha...3.6.0)

Updates `com.github.gmazzo.buildconfig` from 3.1.0 to 5.3.5

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.charleskorn.kaml:kaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: io.papermc.paper:paper-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.spigotmc:spigot-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.spigotmc:spigot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.velocitypowered:velocity-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: com.comphenix.protocol:ProtocolLib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: me.clip:placeholderapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.github.MilkBowl:VaultAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.bstats:bstats-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-type: direct:production
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kdi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.github.gmazzo.buildconfig
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 31, 2024
@makeevrserg makeevrserg self-assigned this May 31, 2024
@makeevrserg makeevrserg merged commit 7845820 into master May 31, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-80745dbabe branch May 31, 2024 09:44
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.

None yet

1 participant