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 12 updates #29

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the versions group with 12 updates:

Package From To
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.0 1.7.1
org.jetbrains.exposed:exposed-java-time 0.51.1 0.52.0
org.jetbrains.exposed:exposed-jdbc 0.51.1 0.52.0
org.jetbrains.exposed:exposed-dao 0.51.1 0.52.0
org.jetbrains.exposed:exposed-core 0.51.1 0.52.0
com.github.MockBukkit:MockBukkit v3.92.1 3.93.0
ru.astrainteractive.astralibs:orm 3.9.0 3.9.1
ru.astrainteractive.astralibs:core 3.9.0 3.9.1
ru.astrainteractive.astralibs:menu-bukkit 3.9.0 3.9.1
ru.astrainteractive.astralibs:core-bukkit 3.9.0 3.9.1
ru.astrainteractive.astralibs:command 3.9.0 3.9.1
ru.astrainteractive.astralibs:command-bukkit 3.9.0 3.9.1

Updates org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.0 to 1.7.1

Release notes

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

1.7.1

This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact. It also contains experimental integration with kotlinx-io library. Kotlin 2.0.0 is used by default.

Fixed HOCON publication

Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases. This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version. No other changes were made to this artifact. Related ticket: #2717.

Add integration with a kotlinx-io library

kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio. kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates. Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence. Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
Changelog

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

1.7.1 / 2024-06-25

This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact. It also contains experimental integration with kotlinx-io library. Kotlin 2.0.0 is used by default.

Fixed HOCON publication

Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases. This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version. No other changes were made to this artifact. Related ticket: #2717.

Add integration with a kotlinx-io library

kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio. kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates. Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence. Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
Commits

Updates org.jetbrains.exposed:exposed-java-time from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-dao from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bug fixes:

Infrastructure:

Commits
  • e8d32dd chore: Bump Exposed version from 0.51.1 to 0.52.0
  • b2e4883 fix: EXPOSED-405 SQLite bugs: Table with custom ID behaves weirdly in DAO and...
  • d58e0dd build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#2135)
  • 44c7503 Add workflow to build documentation website (#2134)
  • ee18bde chore: Add migration module and move generateMigrationScript function to it...
  • d0bb6f0 build(deps): bump springBoot from 3.3.0 to 3.3.1 (#2131)
  • c35a06a build(deps): bump io.github.hakky54:logcaptor from 2.9.2 to 2.9.3 (#2132)
  • e1b1015 build(deps): bump springFramework from 6.1.9 to 6.1.10 (#2130)
  • c514f9f fix: EXPOSED-412 Remove all the usage of isOldMySql function in tests (#2126)
  • 5898d2b feat: EXPOSED-416 Support adding special database-specific column definitions...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 0.51.1 to 0.52.0

Release notes

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

0.52.0

Change log

New Contributors

Changelog

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

0.52.0

Features:

Bumps the versions group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.0` | `1.7.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.51.1` | `0.52.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.51.1` | `0.52.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.51.1` | `0.52.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.51.1` | `0.52.0` |
| [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit) | `v3.92.1` | `3.93.0` |
| [ru.astrainteractive.astralibs:orm](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |
| [ru.astrainteractive.astralibs:core](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |
| [ru.astrainteractive.astralibs:menu-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |
| [ru.astrainteractive.astralibs:core-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |
| [ru.astrainteractive.astralibs:command](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |
| [ru.astrainteractive.astralibs:command-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.9.0` | `3.9.1` |


Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.0 to 1.7.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.7.0...v1.7.1)

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

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

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

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

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

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

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

Updates `com.github.MockBukkit:MockBukkit` from v3.92.1 to 3.93.0
- [Commits](MockBukkit/MockBukkit@v3.92.1...v3.93.0)

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.github.MockBukkit:MockBukkit
  dependency-type: direct:production
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jul 8, 2024
@makeevrserg makeevrserg merged commit 97f54d9 into master Jul 8, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-27480e4671 branch July 8, 2024 07: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.

1 participant