Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the versions group with 17 updates:

Package From To
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.10.1 1.10.2
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm 1.10.1 1.10.2
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0 1.8.1
com.charleskorn.kaml:kaml 0.73.0 0.80.1
org.jetbrains.exposed:exposed-java-time 0.60.0 0.61.0
org.jetbrains.exposed:exposed-jdbc 0.60.0 0.61.0
org.jetbrains.exposed:exposed-dao 0.60.0 0.61.0
org.jetbrains.exposed:exposed-core 0.60.0 0.61.0
ru.astrainteractive.klibs:mikro-core 1.8.15 1.10.0
ru.astrainteractive.klibs:kstorage 3.2.6 4.1.0
ru.astrainteractive.astralibs:exposed 3.20.2 3.22.0
ru.astrainteractive.astralibs:core 3.20.2 3.22.0
ru.astrainteractive.astralibs:menu-bukkit 3.20.2 3.22.0
ru.astrainteractive.astralibs:core-bukkit 3.20.2 3.22.0
ru.astrainteractive.astralibs:command 3.20.2 3.22.0
ru.astrainteractive.astralibs:command-bukkit 3.20.2 3.22.0
com.github.gmazzo.buildconfig 5.6.1 5.6.5

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.10.1 to 1.10.2

Release notes

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

1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Changelog

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

Version 1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • 5f89004 Version 1.10.2
  • 1a8de2e Merge remote-tracking branch 'origin/master' into develop
  • e9b247e Advertise source jars for JVM-only libraries (#4394)
  • 6baf7c8 Restore Android compatibility in Executor.asCoroutineDispatcher (#4396)
  • dbca4c1 Reliably run finalizers even if runBlocking got interrupted. (#4399)
  • 45893ce Add the issue template for guide-related problems (#4386)
  • 8627cc3 Fix an explanation of flow emit (#4391)
  • 5f8035c Specify explicit return types for some public API functions (#4389)
  • 465e29d Set a predefined image width in debug-coroutines-with-idea.md (#4377)
  • 96de301 Simplify newFixedThreadPoolContext using apply and remove unused import (#4378)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm from 1.10.1 to 1.10.2

Release notes

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

1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Changelog

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

Version 1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • 5f89004 Version 1.10.2
  • 1a8de2e Merge remote-tracking branch 'origin/master' into develop
  • e9b247e Advertise source jars for JVM-only libraries (#4394)
  • 6baf7c8 Restore Android compatibility in Executor.asCoroutineDispatcher (#4396)
  • dbca4c1 Reliably run finalizers even if runBlocking got interrupted. (#4399)
  • 45893ce Add the issue template for guide-related problems (#4386)
  • 8627cc3 Fix an explanation of flow emit (#4391)
  • 5f8035c Specify explicit return types for some public API functions (#4389)
  • 465e29d Set a predefined image width in debug-coroutines-with-idea.md (#4377)
  • 96de301 Simplify newFixedThreadPoolContext using apply and remove unused import (#4378)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm from 1.10.1 to 1.10.2

Release notes

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

1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Changelog

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

Version 1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • 5f89004 Version 1.10.2
  • 1a8de2e Merge remote-tracking branch 'origin/master' into develop
  • e9b247e Advertise source jars for JVM-only libraries (#4394)
  • 6baf7c8 Restore Android compatibility in Executor.asCoroutineDispatcher (#4396)
  • dbca4c1 Reliably run finalizers even if runBlocking got interrupted. (#4399)
  • 45893ce Add the issue template for guide-related problems (#4386)
  • 8627cc3 Fix an explanation of flow emit (#4391)
  • 5f8035c Specify explicit return types for some public API functions (#4389)
  • 465e29d Set a predefined image width in debug-coroutines-with-idea.md (#4377)
  • 96de301 Simplify newFixedThreadPoolContext using apply and remove unused import (#4378)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-serialization-json from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.

1.8.1

This release updates Kotlin version to 2.1.20, while also providing several important improvements and bugfixes.

Improvements

  • Implemented encoding null in key and value of a map in Protobuf (#2910)
  • Make type argument in JsonTransformingSerializer nullable (#2911)
  • Use SPDX identifier in POMs (#2936) (thanks to Leon Linhart)
  • Add watchosDeviceArm64 to Okio integration module (#2920) (thanks to Daniel Santiago)
  • Update kotlinx-io version to 0.6.0 (#2933) (thanks to Piotr Krzemiński)

Bugfixes

  • Fix incorrect enum coercion during deserialization from JsonElement (#2962)
  • Supply proper equals(), hashCode(), and toString() for SerialDescriptor() wrapper (#2942)
  • Do not encode empty packed collections in protobuf (#2907)
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.

1.8.1 / 2025-03-31

This release updates Kotlin version to 2.1.20, while also providing several important improvements and bugfixes.

Improvements

  • Implemented encoding null in key and value of a map in Protobuf (#2910)
  • Make type argument in JsonTransformingSerializer nullable (#2911)
  • Use SPDX identifier in POMs (#2936) (thanks to Leon Linhart)
  • Add watchosDeviceArm64 to Okio integration module (#2920) (thanks to Daniel Santiago)
  • Update kotlinx-io version to 0.6.0 (#2933) (thanks to Piotr Krzemiński)

Bugfixes

  • Fix incorrect enum coercion during deserialization from JsonElement (#2962)
  • Supply proper equals(), hashCode(), and toString() for SerialDescriptor() wrapper (#2942)
  • Do not encode empty packed collections in protobuf (#2907)
Commits
  • afd811f Prepare 1.8.1 release (#2965)
  • 2b653de Merge remote-tracking branch 'origin/master' into dev
  • ab1cd2c Update forward compatibility notes (#2964)
  • b26c67a Tests for fixes for #KT-62522 and #KT-62215 (#2474)
  • 8853917 Bump Kotlin to 2.1.20 (#2963)
  • 9adedb4 Fix incorrect enum coercion during deserialization from JsonElement (#2962)
  • 438fb8e Bencoding now supports all platforms (#2954)
  • 27e352d Implement additional compiler flags as per KT-75078 (#2946)
  • f13da7e Check the Gradle distribution checksum (#2935)
  • 1e54f4b Supply proper equals(), hashCode(), and toString() for SerialDescriptor() wra...
  • Additional commits viewable in compare view

Updates com.charleskorn.kaml:kaml from 0.73.0 to 0.80.1

Release notes

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

0.80.1

0.80.1 (2025-05-31)

Bug Fixes

  • make YamlMap::get throw IncorrectTypeException with clearer message when value is not of expected type (#699) (81f4e67)

0.80.0

0.80.0 (2025-05-31)

Chores

  • change minimum supported JVM version to 11 (d5e47c4)
  • fix deprecated Gradle configuration (e199230)
  • group Kotest updates together (9830e5d)

0.79.0

0.79.0 (2025-05-31)

Dependency Updates

  • internal: update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.4 (#712) (a426dbc)
  • internal: update dependency conventional-changelog-conventionalcommits to v9 (#708) (098eba0)
  • internal: update dependency gradle to v8.14.1 (#709) (258482e)
  • internal: update dependency semantic-release to v24.2.4 (#705) (7d5e8c8)
  • internal: update dependency semantic-release to v24.2.5 (#711) (1da74f7)
  • internal: update gradle/actions action to v4.4.0 (#706) (3159ae0)
  • update dependency com.squareup.okio:okio to v3.12.0 (#713) (171ef5f)

0.78.0

0.78.0 (2025-05-13)

Dependency Updates

0.77.1

0.77.1 (2025-04-27)

Bug Fixes

  • don't throw ClassCastException when using scalar decoding methods with contextual descriptor (#678) (64bd99a)

Dependency Updates

  • internal: update actions/setup-node action to v4.4.0 (#690) (8b4f56d)
  • internal: update dependency gradle to v8.14 (#693) (5b48934)
  • internal: update softprops/action-gh-release action to v2.2.2 (#692) (794c65f)

0.77.0

... (truncated)

Commits
  • 81f4e67 fix: make YamlMap::get throw IncorrectTypeException with clearer message ...
  • 9830e5d chore: group Kotest updates together
  • d5e47c4 chore: change minimum supported JVM version to 11
  • e199230 chore: fix deprecated Gradle configuration
  • 171ef5f deps: update dependency com.squareup.okio:okio to v3.12.0 (#713)
  • a426dbc deps(internal): update dependency com.diffplug.spotless:spotless-plugin-gradl...
  • 1da74f7 deps(internal): update dependency semantic-release to v24.2.5 (#711)
  • 258482e deps(internal): update dependency gradle to v8.14.1 (#709)
  • 098eba0 deps(internal): update dependency conventional-changelog-conventionalcommits ...
  • 3159ae0 deps(internal): update gradle/actions action to v4.4.0 (#706)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.60.0 to 0.61.0

Release notes

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

0.61.0

Change log

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor...

    Description has been truncated

Bumps the versions group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.0` | `1.8.1` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.73.0` | `0.80.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.60.0` | `0.61.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.60.0` | `0.61.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.60.0` | `0.61.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.60.0` | `0.61.0` |
| [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/klibs.mikro) | `1.8.15` | `1.10.0` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `3.2.6` | `4.1.0` |
| [ru.astrainteractive.astralibs:exposed](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [ru.astrainteractive.astralibs:core](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [ru.astrainteractive.astralibs:menu-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [ru.astrainteractive.astralibs:core-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [ru.astrainteractive.astralibs:command](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [ru.astrainteractive.astralibs:command-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.20.2` | `3.22.0` |
| [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) | `5.6.1` | `5.6.5` |


Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 to 1.10.2
- [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.1...1.10.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.10.1 to 1.10.2
- [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.1...1.10.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.10.1 to 1.10.2
- [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.1...1.10.2)

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

Updates `com.charleskorn.kaml:kaml` from 0.73.0 to 0.80.1
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](charleskorn/kaml@0.73.0...0.80.1)

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

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

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

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

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

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

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

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

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

Updates `ru.astrainteractive.astralibs:exposed` from 3.20.2 to 3.22.0
- [Release notes](https://github.com/Astra-Interactive/AstraLibs/releases)
- [Commits](Astra-Interactive/AstraLibs@3.20.2...3.22.0)

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

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

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

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

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

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

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

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

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

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

Updates `com.github.gmazzo.buildconfig` from 5.6.1 to 5.6.5
- [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases)
- [Commits](gmazzo/gradle-buildconfig-plugin@v5.6.1...v5.6.5)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.charleskorn.kaml:kaml
  dependency-version: 0.80.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-core
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:exposed
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.github.gmazzo.buildconfig
  dependency-version: 5.6.5
  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 Jun 2, 2025
@makeevrserg makeevrserg merged commit bb29b29 into master Jun 2, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-f0b20d8f0e branch June 2, 2025 20:00
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.

2 participants