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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 16 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.3
ch.qos.logback:logback-classic 1.5.6 1.5.8
org.jetbrains.exposed:exposed-core 0.53.0 0.55.0
org.jetbrains.exposed:exposed-dao 0.53.0 0.55.0
org.jetbrains.exposed:exposed-jdbc 0.53.0 0.55.0
org.jetbrains.exposed:exposed-java-time 0.53.0 0.55.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.3
org.jetbrains.kotlinx:kotlinx-serialization-hocon 1.7.1 1.7.3
io.insert-koin:koin-core 3.5.6 4.0.0
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.3

Release notes

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

Release 3.46.1.3

Changelog

🚀 Features

jdbc

  • add setGetGeneratedKeys on SQLiteDataSource and SQLiteConfig for proper cascading (d463ef7), closes #1135

Contributors

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

Release 3.46.1.2

Changelog

🚀 Features

jdbc

  • add configuration to disable eager retrieval of generated keys (aed5121), closes #1135

Contributors

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

Release 3.46.1.1

Changelog

🚀 Features

  • make slf4j optional with fallback on JUL (b8ea5ca), closes #1094

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0 (ec4d3fd)
  • bump org.graalvm.buildtools:native-maven-plugin (588614a)
  • bump org.apache.maven.plugins:maven-gpg-plugin (abdf61d)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a445f6c)
  • bump org.jreleaser:jreleaser-maven-plugin (1309c5c)
  • bump surefire.version from 3.4.0 to 3.5.0 (2ed606f)
  • bump org.apache.maven.plugins:maven-help-plugin (4fa9e6f)
  • bump surefire.version from 3.3.1 to 3.4.0 (793fac5)

deps-dev

  • bump org.junit.jupiter:junit-jupiter (02bac1a)
  • bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (ea152b4)

Contributors

We'd like to thank the following people for their contributions: Charles Oliver Nutter, Gauthier, Gauthier Roebroeck

... (truncated)

Commits
  • 9bef72e chore(release): 3.46.1.3 [skip ci]
  • d463ef7 feat(jdbc): add setGetGeneratedKeys on SQLiteDataSource and SQLiteConfig for ...
  • 3b73529 chore(release): prepare next snapshot [skip ci]
  • ba17382 chore(release): 3.46.1.2 [skip ci]
  • aed5121 feat(jdbc): add configuration to disable eager retrieval of generated keys
  • 5db235f chore(release): prepare next snapshot [skip ci]
  • 724b8df chore(release): 3.46.1.1 [skip ci]
  • ec4d3fd build(deps): bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0
  • b8ea5ca feat: make slf4j optional with fallback on JUL
  • 02bac1a build(deps-dev): bump org.junit.jupiter:junit-jupiter
  • Additional commits viewable 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.55.0

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

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

... (truncated)

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

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

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

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

... (truncated)

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

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

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

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

... (truncated)

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

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

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

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

... (truncated)

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

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

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Docs:

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

... (truncated)

Commits
  • d343bfd 0.55.0
  • a3cb0c5 fix: EXPOSED-562 Any caught exception from inner transaction triggers full ro...
  • 0e6acbd feat: EXPOSED-552 Include DROP statements for unmapped columns for migration ...
  • 27baa04 fix: EXPOSED-373 Close ResultSet before closing Statement to suppress Agroal ...
  • 420fe6f fix: EXPOSED-558 Entity cache for upsertReturning statements results in stale...
  • d3c60f2 fix: EXPOSED-551 [SQL Server] Update from join with limit throws syntax excep...
  • 888ffd8 fix: EXPOSED-550 DeleteStatement holds unused offset property (#2243)
  • 6e840af build(deps): bump springBoot from 3.3.3 to 3.3.4 (#2245)
  • 3c0a251 fix!: EXPOSED-546 [H2] Column with Json default value can not be used as data...
  • baf3add fix: EXPOSED-527 BUG: mergeFrom(...) using a query with const-condition dosn'...
  • Additional commits viewable in compare view

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

Release notes

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

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

Change log

New Contributors

Changelog

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

0.55.0

Infrastructure:

  • Spring Framework 6.1.13
  • Spring Boot 3.3.4
  • log4j2 2.24.0
  • detekt 1.23.7
  • joda-time:joda-time 2.13.0
  • kotlinCoroutines 1.9.0

Breaking changes:

Deprecations:

Features:

Bug fixes:

Bumps the dependencies group with 16 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.3` |
| [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.55.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.55.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.55.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.55.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.3` |
| [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.1` | `1.7.3` |
| [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) | `3.5.6` | `4.0.0` |
| 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.3
- [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.3)

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.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.53.0 to 0.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.53.0 to 0.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.53.0 to 0.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-dao` from 0.53.0 to 0.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.53.0 to 0.55.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.55.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.53.0 to 0.55.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.55.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.3
- [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.3)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.1 to 1.7.3
- [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.3)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.1 to 1.7.3
- [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.3)

Updates `io.insert-koin:koin-core` from 3.5.6 to 4.0.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.5.6...4.0.0)

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: io.insert-koin:koin-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Oct 7, 2024

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

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-c7995cd613 branch October 7, 2024 15:24
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