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 16 updates #51

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the versions group with 16 updates:

Package From To
com.h2database:h2 2.2.224 2.3.232
com.charleskorn.kaml:kaml 0.61.0 0.62.2
org.jetbrains.exposed:exposed-java-time 0.55.0 0.56.0
org.jetbrains.exposed:exposed-jdbc 0.55.0 0.56.0
org.jetbrains.exposed:exposed-dao 0.55.0 0.56.0
org.jetbrains.exposed:exposed-core 0.55.0 0.56.0
org.xerial:sqlite-jdbc 3.46.1.3 3.47.0.0
com.comphenix.protocol:ProtocolLib 5.1.0 5.3.0
com.github.MockBukkit:MockBukkit 3.129.1 3.133.2
ru.astrainteractive.klibs:kstorage 3.1.3 3.2.0
ru.astrainteractive.astralibs:exposed 3.15.0 3.16.0
ru.astrainteractive.astralibs:core 3.15.0 3.16.0
ru.astrainteractive.astralibs:menu-bukkit 3.15.0 3.16.0
ru.astrainteractive.astralibs:core-bukkit 3.15.0 3.16.0
ru.astrainteractive.astralibs:command 3.15.0 3.16.0
ru.astrainteractive.astralibs:command-bukkit 3.15.0 3.16.0

Updates com.h2database:h2 from 2.2.224 to 2.3.232

Release notes

Sourced from com.h2database:h2's releases.

Version 2.3.232

version-2.3.230

... (truncated)

Commits
  • 2e46a1c Merge remote-tracking branch 'h2database/master'
  • 5badbf9 in preparation for release
  • c0696ef Merge pull request #4113 from katzyn/uuid
  • 8f8e88c Don't cast to long and back
  • e0895be Fix building of documentation
  • 19d4428 Add optional version parameter to RANDOM_UUID function
  • bd9ac2f Merge pull request #4103 from katzyn/map_columns
  • 64f2fbe Pass mapped columns to table filters of subqueries
  • 74ed2b5 Merge pull request #4094 from andreitokar/issue_4075
  • 9d533f1 Merge pull request #4098 from katzyn/fixes
  • Additional commits viewable in compare view

Updates com.charleskorn.kaml:kaml from 0.61.0 to 0.62.2

Release notes

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

0.62.2

0.62.2 (2024-11-01)

Bug Fixes

  • Decoder does not represent the current node correctly (#617) (dbb29e7)

Dependency Updates

  • internal: update softprops/action-gh-release action to v2.0.9 (#637) (0fa2c17)

0.62.1

0.62.1 (2024-10-30)

Bug Fixes

  • use serializers from the module in decodeFromYamlNode (#636) (3ec93d8)

Chores

  • don't change automatically created release to draft (9bee143)
  • don't generate release for test-only changes (ac19b82)

0.62.0

0.62.0 (2024-10-30)

Features

Bug fixes

Dependency Updates

  • update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.7.3 (#605)
  • update kotlin to v2.0.21 (#633)
  • update dependency com.squareup.okio:okio to v3.9.1 (#613)
  • update dependency it.krzeminski:snakeyaml-engine-kmp to v3.0.3 (#632)
Commits
  • dbb29e7 fix: Decoder does not represent the current node correctly (#617)
  • 0fa2c17 deps(internal): update softprops/action-gh-release action to v2.0.9 (#637)
  • 91afa66 test: extract null reading tests (#616)
  • ac19b82 chore: don't generate release for test-only changes
  • 3ec93d8 fix: use serializers from the module in decodeFromYamlNode (#636)
  • 9bee143 chore: don't change automatically created release to draft
  • 3b2b119 Only try to publish a release if a new release was created.
  • fd0a1b2 Merge pull request #633 from charleskorn/renovate/kotlin
  • 6318518 Merge pull request #635 from charleskorn/renovate/actions-setup-node-4.x
  • 1043bd7 Merge pull request #605 from charleskorn/renovate/org.jetbrains.kotlinx-kotli...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • dcae5a6 chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 7933c6b chore: Bump Exposed version from 0.55.0 to 0.56.0
  • 9f3396c feat: EXPOSED-560 Support DISTINCT ON from Postgres (#2275)
  • c5c5c7b fix: EXPOSED-602 Column name that includes table name is aliased with upserts...
  • ca1db70 feat: EXPOSED-494 Inline DSL statement and query functions (#2272)
  • 7fde5e4 feat: Support partially filled composite IDs (#2282)
  • f4dfdd0 build(deps): bump springBoot from 3.3.4 to 3.3.5 (#2286)
  • f3a2aee build(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#2285)
  • 65cd98e build(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#2284)
  • d48ab2d feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable ...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.55.0 to 0.56.0

Release notes

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

0.56.0

Change log

New Contributors

Changelog

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

0.56.0

Infrastructure:

  • junit-bom 5.11.3
  • SQLite driver 3.47.0.0
  • log4j2 2.24.1
  • Oracle driver 19.24.0.0
  • Spring Framework 6.1.14
  • Spring Boot 3.3.5

Breaking changes:

  • fix!: EXPOSED-569 groupConcat uses wrong SQLite syntax & ignores DISTINCT in Oracle & SQL Server by @​bog-walk in JetBrains/Exposed#2257
  • chore!: Change Oracle and H2 Oracle uintegerType and uintegerAutoincType from NUMBER(13) to NUMBER(10) by @​joc-a in JetBrains/Exposed#2268
  • chore!: Change Oracle and H2 Oracle ushortType from NUMBER(6) to NUMBER(5) by @​joc-a in JetBrains/Exposed#2268
  • chore!: Change Oracle and H2 Oracle ubyteType from NUMBER(4) to NUMBER(3) by @​joc-a in JetBrains/Exposed#2268
  • chore!: Change Oracle and H2 Oracle integerType and integerAutoincType from NUMBER(12) to NUMBER(10) and INTEGER respectively a...

    Description has been truncated

Bumps the versions group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.2.224` | `2.3.232` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.61.0` | `0.62.2` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.55.0` | `0.56.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.55.0` | `0.56.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.55.0` | `0.56.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.55.0` | `0.56.0` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.46.1.3` | `3.47.0.0` |
| com.comphenix.protocol:ProtocolLib | `5.1.0` | `5.3.0` |
| com.github.MockBukkit:MockBukkit | `3.129.1` | `3.133.2` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `3.1.3` | `3.2.0` |
| [ru.astrainteractive.astralibs:exposed](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |
| [ru.astrainteractive.astralibs:core](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |
| [ru.astrainteractive.astralibs:menu-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |
| [ru.astrainteractive.astralibs:core-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |
| [ru.astrainteractive.astralibs:command](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |
| [ru.astrainteractive.astralibs:command-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.15.0` | `3.16.0` |


Updates `com.h2database:h2` from 2.2.224 to 2.3.232
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.2.224...version-2.3.232)

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

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

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

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

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

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

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

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

Updates `org.xerial:sqlite-jdbc` from 3.46.1.3 to 3.47.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.46.1.3...3.47.0.0)

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

Updates `com.github.MockBukkit:MockBukkit` from 3.129.1 to 3.133.2

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.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: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.comphenix.protocol:ProtocolLib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:exposed
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2024

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-f90a805345 branch November 17, 2024 09:11
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