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

Bump the dependencies group across 1 directory with 15 updates #85

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the dependencies group with 15 updates in the / directory:

Package From To
com.github.stefvanschie.inventoryframework:IF 0.10.16 0.10.17
org.xerial:sqlite-jdbc 3.46.0.1 3.46.1.0
ch.qos.logback:logback-classic 1.5.6 1.5.8
org.jetbrains.exposed:exposed-core 0.53.0 0.54.0
org.jetbrains.exposed:exposed-dao 0.53.0 0.54.0
org.jetbrains.exposed:exposed-jdbc 0.53.0 0.54.0
org.jetbrains.exposed:exposed-java-time 0.53.0 0.54.0
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1 1.9.0
org.jetbrains.kotlinx:kotlinx-datetime 0.6.0 0.6.1
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.1 1.7.2
org.jetbrains.kotlinx:kotlinx-serialization-hocon 1.7.1 1.7.2
xyz.jpenilla.run-paper 2.3.0 2.3.1
xyz.jpenilla.resource-factory 1.1.2 1.2.0
org.jetbrains.kotlin.jvm 2.0.10 2.0.20
org.jetbrains.kotlin.plugin.serialization 2.0.10 2.0.20

Updates com.github.stefvanschie.inventoryframework:IF from 0.10.16 to 0.10.17

Release notes

Sourced from com.github.stefvanschie.inventoryframework:IF's releases.

V 0.10.17

+ Add 1.21.1 support

Commits

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

Release notes

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

Release 3.46.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

🐛 Fixes

native-image

  • support strict image heap (029a35f)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Kristof Dhondt

Commits
  • 73e64f0 chore(release): 3.46.1.0 [skip ci]
  • e092069 chore: update native libraries
  • be3bf30 feat(sqlite): upgrade to sqlite 3.46.1
  • 029a35f fix(native-image): support strict image heap
  • e40e5a3 ci: add GraalVM for JDK 22 to native test suite
  • 17dffe9 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  • 61fda53 chore(release): prepare next snapshot [skip ci]
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.8

Commits
  • 92e1a5e prepare release 1.5.8
  • 76d8dd8 Update README.md, comment out CI action results
  • d7e0d59 Merge branch 'master' of github.com:qos-ch/logback
  • fe3bf9d os.name property is expected to be Mac OS X on Apple computers
  • 9806273 Update README.md
  • c45f110 check for Mac OS X
  • 00c6f5e what is the os.name
  • 7d03a42 update actions/setup
  • edacb3b skip email sent termination test on MacOs
  • 3b5d041 allow more time for timetout
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • 65babec chore: Bump Exposed version from 0.53.0 to 0.54.0
  • 886f071 docs: Split up the "Deep dive into DSL" topic into several new topics (#2217)
  • 11948d5 refactor!: EXPOSED-436 Replace onUpdate parameter with one that takes a lambd...
  • 6584eb1 docs: EXPOSED-499 Add examples of custom data types (#2213)
  • 8ca4d02 fix: EXPOSED-501 Column.transform() ignores custom setParameter() logic (#2214)
  • 9824804 build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2212)
  • 4a48c90 build(deps): bump springBoot from 3.3.2 to 3.3.3 (#2211)
  • f014eb5 build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime-jvm (#2210)
  • 578d59d deprecate: Raise deprecation levels of API property setters (#2209)
  • 6b8ec4e fix: EXPOSED-493 Update with join query throws if WHERE clause present (#2207)
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • 65babec chore: Bump Exposed version from 0.53.0 to 0.54.0
  • 886f071 docs: Split up the "Deep dive into DSL" topic into several new topics (#2217)
  • 11948d5 refactor!: EXPOSED-436 Replace onUpdate parameter with one that takes a lambd...
  • 6584eb1 docs: EXPOSED-499 Add examples of custom data types (#2213)
  • 8ca4d02 fix: EXPOSED-501 Column.transform() ignores custom setParameter() logic (#2214)
  • 9824804 build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2212)
  • 4a48c90 build(deps): bump springBoot from 3.3.2 to 3.3.3 (#2211)
  • f014eb5 build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime-jvm (#2210)
  • 578d59d deprecate: Raise deprecation levels of API property setters (#2209)
  • 6b8ec4e fix: EXPOSED-493 Update with join query throws if WHERE clause present (#2207)
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • 65babec chore: Bump Exposed version from 0.53.0 to 0.54.0
  • 886f071 docs: Split up the "Deep dive into DSL" topic into several new topics (#2217)
  • 11948d5 refactor!: EXPOSED-436 Replace onUpdate parameter with one that takes a lambd...
  • 6584eb1 docs: EXPOSED-499 Add examples of custom data types (#2213)
  • 8ca4d02 fix: EXPOSED-501 Column.transform() ignores custom setParameter() logic (#2214)
  • 9824804 build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2212)
  • 4a48c90 build(deps): bump springBoot from 3.3.2 to 3.3.3 (#2211)
  • f014eb5 build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime-jvm (#2210)
  • 578d59d deprecate: Raise deprecation levels of API property setters (#2209)
  • 6b8ec4e fix: EXPOSED-493 Update with join query throws if WHERE clause present (#2207)
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • 65babec chore: Bump Exposed version from 0.53.0 to 0.54.0
  • 886f071 docs: Split up the "Deep dive into DSL" topic into several new topics (#2217)
  • 11948d5 refactor!: EXPOSED-436 Replace onUpdate parameter with one that takes a lambd...
  • 6584eb1 docs: EXPOSED-499 Add examples of custom data types (#2213)
  • 8ca4d02 fix: EXPOSED-501 Column.transform() ignores custom setParameter() logic (#2214)
  • 9824804 build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2212)
  • 4a48c90 build(deps): bump springBoot from 3.3.2 to 3.3.3 (#2211)
  • f014eb5 build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime-jvm (#2210)
  • 578d59d deprecate: Raise deprecation levels of API property setters (#2209)
  • 6b8ec4e fix: EXPOSED-493 Update with join query throws if WHERE clause present (#2207)
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

Commits
  • 65babec chore: Bump Exposed version from 0.53.0 to 0.54.0
  • 886f071 docs: Split up the "Deep dive into DSL" topic into several new topics (#2217)
  • 11948d5 refactor!: EXPOSED-436 Replace onUpdate parameter with one that takes a lambd...
  • 6584eb1 docs: EXPOSED-499 Add examples of custom data types (#2213)
  • 8ca4d02 fix: EXPOSED-501 Column.transform() ignores custom setParameter() logic (#2214)
  • 9824804 build(deps): bump org.postgresql:postgresql from 42.7.3 to 42.7.4 (#2212)
  • 4a48c90 build(deps): bump springBoot from 3.3.2 to 3.3.3 (#2211)
  • f014eb5 build(deps): bump org.jetbrains.kotlinx:kotlinx-datetime-jvm (#2210)
  • 578d59d deprecate: Raise deprecation levels of API property setters (#2209)
  • 6b8ec4e fix: EXPOSED-493 Update with join query throws if WHERE clause present (#2207)
  • Additional commits viewable in compare view

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

Release notes

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

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.54.0

Infrastructure:

  • Kotlin 2.0.0
  • Kotlinx Serialization Json 1.7.1
  • Spring Framework 6.1.12
  • junit-bom 5.11.0
  • SQLite driver 3.46.1.0
  • Kotlinx Datetime JVM 0.6.1
  • Spring Boot 3.3.3
  • PostgreSQL driver 42.7.4

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

  • Add links in Learn more section on documentation home page by

Bumps the dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.github.stefvanschie.inventoryframework:IF](https://github.com/stefvanschie/IF) | `0.10.16` | `0.10.17` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.46.0.1` | `3.46.1.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.8` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.54.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.54.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.54.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.54.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.1` | `1.9.0` |
| [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.6.0` | `0.6.1` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.1` | `1.7.2` |
| [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.1` | `1.7.2` |
| xyz.jpenilla.run-paper | `2.3.0` | `2.3.1` |
| xyz.jpenilla.resource-factory | `1.1.2` | `1.2.0` |
| org.jetbrains.kotlin.jvm | `2.0.10` | `2.0.20` |
| org.jetbrains.kotlin.plugin.serialization | `2.0.10` | `2.0.20` |



Updates `com.github.stefvanschie.inventoryframework:IF` from 0.10.16 to 0.10.17
- [Release notes](https://github.com/stefvanschie/IF/releases)
- [Commits](stefvanschie/IF@v0.10.16...v0.10.17)

Updates `org.xerial:sqlite-jdbc` from 3.46.0.1 to 3.46.1.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.0.1...3.46.1.0)

Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.8)

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

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

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

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

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

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

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

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0
- [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.8.1...1.9.0)

Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.6.0...v0.6.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.1 to 1.7.2
- [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.1...v1.7.2)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.1 to 1.7.2
- [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.1...v1.7.2)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.1 to 1.7.2
- [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.1...v1.7.2)

Updates `xyz.jpenilla.run-paper` from 2.3.0 to 2.3.1

Updates `xyz.jpenilla.resource-factory` from 1.1.2 to 1.2.0

Updates `org.jetbrains.kotlin.jvm` from 2.0.10 to 2.0.20

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.10 to 2.0.20

---
updated-dependencies:
- dependency-name: com.github.stefvanschie.inventoryframework:IF
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: xyz.jpenilla.run-paper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: xyz.jpenilla.resource-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-42c105ba82 branch September 23, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants