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 11 updates #34

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the versions group with 11 updates:

Package From To
org.xerial:sqlite-jdbc 3.46.0.0 3.46.0.1
org.jetbrains.exposed:exposed-java-time 0.52.0 0.53.0
org.jetbrains.exposed:exposed-jdbc 0.52.0 0.53.0
org.jetbrains.exposed:exposed-dao 0.52.0 0.53.0
org.jetbrains.exposed:exposed-core 0.52.0 0.53.0
ru.astrainteractive.astralibs:orm 3.10.0 3.12.0
ru.astrainteractive.astralibs:core 3.10.0 3.12.0
ru.astrainteractive.astralibs:menu-bukkit 3.10.0 3.12.0
ru.astrainteractive.astralibs:core-bukkit 3.10.0 3.12.0
ru.astrainteractive.astralibs:command 3.10.0 3.12.0
ru.astrainteractive.astralibs:command-bukkit 3.10.0 3.12.0

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

Release notes

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

Release 3.46.0.1

Changelog

🚀 Features

🐛 Fixes

jdbc

  • generated columns with stored in SQLite are not marked as generated (429bbe4), closes #1132

unscoped

  • never return arch as aarch64 when running in a 32-bit JVM (0c3db0b), closes #1127
  • throw java.lang.ExceptionInInitializerError when calling SQLiteConfig.Pragma.values() (ec0a524), closes #1123

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (c375a40)
  • bump org.graalvm.sdk:nativeimage from 24.0.1 to 24.0.2 (d50d5e6)
  • bump org.codehaus.mojo:versions-maven-plugin (14e07d4)
  • bump surefire.version from 3.3.0 to 3.3.1 (edac56b)
  • bump org.codehaus.mojo:versions-maven-plugin (f411591)
  • bump org.jreleaser:jreleaser-maven-plugin (2376d03)
  • bump org.apache.maven.plugins:maven-jar-plugin (d5394ea)
  • bump andymckay/cancel-action from 0.4 to 0.5 (99aa8d9)
  • bump surefire.version from 3.2.5 to 3.3.0 (b64f8fb)
  • bump org.apache.maven.plugins:maven-help-plugin (235143b)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (50ef887)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (efd5449)
  • bump org.sonatype.plugins:nexus-staging-maven-plugin (dbbf4e0)

deps-dev

  • bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (7293f78)
  • bump org.junit.jupiter:junit-jupiter (b80a294)
  • bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (6188b48)

📝 Documentation

  • add riscv64 in the supported OS table (2b72c94)
  • mention temporary databases (0035ec4)

Contributors

We'd like to thank the following people for their contributions: Asger Hautop Drewsen, Gauthier, IAmHash, Sualeh Fatehi, 秋 雨落

Commits
  • c228bd3 chore(release): 3.46.0.1 [skip ci]
  • 2b72c94 docs: add riscv64 in the supported OS table
  • a4a5d48 feat: add riscv64 binaries
  • 0035ec4 docs: mention temporary databases
  • c375a40 build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  • d50d5e6 build(deps): bump org.graalvm.sdk:nativeimage from 24.0.1 to 24.0.2
  • 14e07d4 build(deps): bump org.codehaus.mojo:versions-maven-plugin
  • 7293f78 build(deps-dev): bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • edac56b build(deps): bump surefire.version from 3.3.0 to 3.3.1
  • f411591 build(deps): bump org.codehaus.mojo:versions-maven-plugin
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

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

0.53.0

Infrastructure:

  • SQLite driver 3.46.0.1
  • Spring Framework 6.1.11
  • Spring Boot 3.3.2
  • junit-bom 5.10.3

Features:

Bug fixes:

Docs:

Commits
  • 4702c18 chore: Bump Exposed version from 0.52.0 to 0.53.0
  • e4cb54f chore: Add missing import in exposed-tests (#2181)
  • 5f1c050 fix: Change IdTable idColumns to read-only and add validation on access (#2178)
  • 32532d8 build(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#2179)
  • 247ac7f feat: EXPOSED-461 Add time column in Joda-Time module (#2175)
  • 5cea6fe fix: EXPOSED-447 Eager loading does not work with composite PK entity (#2177)
  • c799a2a feat: EXPOSED-459 Open AbstractQuery.copyTo() to allow custom Query class ext...
  • f2c7069 chore: [SQL Server] Fix MultipleInListOp logic when isInList = false (#2176)
  • 34477a2 Adding hint text for a query SQL (#2088)
  • 06b0513 EXPOSED-409 Custom primary key. Access to the primary key fails with … (#2151)
  • Additional commits viewable in compare view

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

Release notes

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

0.53.0

Change log

Changelog

Sourced from

Bumps the versions group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.46.0.0` | `3.46.0.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [ru.astrainteractive.astralibs:orm](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |
| [ru.astrainteractive.astralibs:core](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |
| [ru.astrainteractive.astralibs:menu-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |
| [ru.astrainteractive.astralibs:core-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |
| [ru.astrainteractive.astralibs:command](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |
| [ru.astrainteractive.astralibs:command-bukkit](https://github.com/Astra-Interactive/AstraLibs) | `3.10.0` | `3.12.0` |


Updates `org.xerial:sqlite-jdbc` from 3.46.0.0 to 3.46.0.1
- [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.0.0...3.46.0.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  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: ru.astrainteractive.astralibs:orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:menu-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:core-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: ru.astrainteractive.astralibs:command-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
...

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 Aug 5, 2024
@makeevrserg makeevrserg self-assigned this Aug 5, 2024
@makeevrserg makeevrserg merged commit 5a4ce2c into master Aug 9, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/versions-fa0e49242e branch August 9, 2024 14:22
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