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

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the versions group with 10 updates:

Package From To
net.minecraftforge:forge 1.20.6-50.0.31 1.20.6-50.0.34
org.xerial:sqlite-jdbc 3.45.3.0 3.46.0.0
org.jetbrains.exposed:exposed-java-time 0.50.1 0.51.0
org.jetbrains.exposed:exposed-jdbc 0.50.1 0.51.0
org.jetbrains.exposed:exposed-dao 0.50.1 0.51.0
org.jetbrains.exposed:exposed-core 0.50.1 0.51.0
com.velocitypowered:velocity-api 3.3.0-SNAPSHOT 4.0.0-SNAPSHOT
com.github.MockBukkit:MockBukkit 3.86.1 3.88.1
net.fabricmc.fabric-api:fabric-api 0.99.1+ 0.99.4+1.21
fabric-loom 1.6.11 1.6.12

Updates net.minecraftforge:forge from 1.20.6-50.0.31 to 1.20.6-50.0.34

Commits

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.50.1 to 0.51.0

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Release notes

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

0.51.0

Change log

New Contributors

Changelog

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

0.51.0

Infrastructure:

  • Spring Boot 3.3.0
  • Kotlin Coroutines 1.8.1
  • Spring Framework 6.1.8
  • SQLite driver 3.46.0.0
  • Kotlinx Datetime JVM 0.6.0

Breaking changes:

Features:

Bug fixes:

Docs:

Commits
  • f97820f chore: Add Docs section for 0.51.0 in CHANGELOG.md
  • bad5af8 Update website
  • dd80da8 chore: Bump Exposed version from 0.50.1 to 0.51.0
  • 3324b04 fix: EXPOSED-391 Cannot map columns to different types anymore (#2099)
  • 164fb06 fix!: EXPOSED-360 Storing ULong.MAX_VALUE in ulong column not working
  • 4658bb7 fix: EXPOSED-395 ClassCastException with EntityId column operations (#2103)
  • cead5e4 chore: Add spring-boot-starter dependency breaking change (#2101)
  • 6a8f777 build(deps): bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.46.0.0 (#2097)
  • 3da9f90 feat: Add support for variable-length binary columns in H2 (#2100)
  • 8bac6a0 fix: Crash in aliased OpBoolean (#2094)
  • Additional commits viewable in compare view

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

Updates com.github.MockBukkit:MockBukkit from 3.86.1 to 3.88.1

Commits
  • 912da8e Fix Material#getKey usage (#1018)
  • e6bea9f Add Support for ItemStack#deserializeBytes & ItemStack#serializeAsBytes and c...
  • 0bb7ed3 Add sign side implementation (#1009)
  • 88928c8 fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.16 (#1012)
  • 12ce7ca fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.15 (#1007)
  • See full diff in Description has been truncated

Bumps the versions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [net.minecraftforge:forge](https://github.com/MinecraftForge/MinecraftForge) | `1.20.6-50.0.31` | `1.20.6-50.0.34` |
| [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.50.1` | `0.51.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.50.1` | `0.51.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.50.1` | `0.51.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.50.1` | `0.51.0` |
| com.velocitypowered:velocity-api | `3.3.0-SNAPSHOT` | `4.0.0-SNAPSHOT` |
| [com.github.MockBukkit:MockBukkit](https://github.com/MockBukkit/MockBukkit) | `3.86.1` | `3.88.1` |
| [net.fabricmc.fabric-api:fabric-api](https://github.com/FabricMC/fabric) | `0.99.1+` | `0.99.4+1.21` |
| fabric-loom | `1.6.11` | `1.6.12` |


Updates `net.minecraftforge:forge` from 1.20.6-50.0.31 to 1.20.6-50.0.34
- [Commits](https://github.com/MinecraftForge/MinecraftForge/commits)

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.50.1 to 0.51.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.50.1...0.51.0)

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

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

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

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

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

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

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

Updates `com.github.MockBukkit:MockBukkit` from 3.86.1 to 3.88.1
- [Commits](MockBukkit/MockBukkit@v3.86.1...v3.88.1)

Updates `net.fabricmc.fabric-api:fabric-api` from 0.99.1+ to 0.99.4+1.21
- [Release notes](https://github.com/FabricMC/fabric/releases)
- [Commits](https://github.com/FabricMC/fabric/commits)

Updates `fabric-loom` from 1.6.11 to 1.6.12

---
updated-dependencies:
- dependency-name: net.minecraftforge:forge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.velocitypowered:velocity-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: versions
- dependency-name: com.github.MockBukkit:MockBukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: net.fabricmc.fabric-api:fabric-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: fabric-loom
  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 Jun 3, 2024
@makeevrserg makeevrserg self-assigned this Jun 3, 2024
@makeevrserg makeevrserg merged commit ca4e952 into master Jun 3, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-c905818919 branch June 3, 2024 18:49
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