-
Notifications
You must be signed in to change notification settings - Fork 1
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 29 updates #92
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 29 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.47.0.0` | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-network-tls-certificates](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-client-java](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.12` | | [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.56.0` | | [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.56.0` | | [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.56.0` | | [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.53.0` | `0.56.0` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.1` | `1.9.0` | | [com.github.shynixn.mccoroutine:mccoroutine-bukkit-api](https://github.com/Shynixn/MCCoroutine) | `2.19.0` | `2.20.0` | | [com.github.shynixn.mccoroutine:mccoroutine-bukkit-core](https://github.com/Shynixn/MCCoroutine) | `2.19.0` | `2.20.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.21` | | org.jetbrains.kotlin.plugin.serialization | `2.0.10` | `2.0.21` | 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.47.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.46.0.1...3.47.0.0) Updates `io.ktor:ktor-server-core` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-auth` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-auth-jwt` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-network-tls-certificates` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-java` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-logging` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-netty` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-auth` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-server-auth-jwt` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-network-tls-certificates` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-java` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-logging` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.1) Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.12 - [Commits](qos-ch/logback@v_1.5.6...v_1.5.12) Updates `org.jetbrains.exposed:exposed-core` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-dao` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-java-time` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-dao` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 0.53.0 to 0.56.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.56.0) Updates `org.jetbrains.exposed:exposed-java-time` from 0.53.0 to 0.56.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.56.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 `com.github.shynixn.mccoroutine:mccoroutine-bukkit-api` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](Shynixn/MCCoroutine@2.19.0...2.20.0) Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](Shynixn/MCCoroutine@2.19.0...2.20.0) Updates `com.github.shynixn.mccoroutine:mccoroutine-bukkit-core` from 2.19.0 to 2.20.0 - [Release notes](https://github.com/Shynixn/MCCoroutine/releases) - [Commits](Shynixn/MCCoroutine@2.19.0...2.20.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.21 Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.10 to 2.0.21 --- 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-minor dependency-group: dependencies - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-network-tls-certificates dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-network-tls-certificates dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-major 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: com.github.shynixn.mccoroutine:mccoroutine-bukkit-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.github.shynixn.mccoroutine:mccoroutine-bukkit-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] <support@github.com>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 29 updates in the / directory:
0.10.16
0.10.17
3.46.0.1
3.47.0.0
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
2.3.12
3.0.1
1.5.6
1.5.12
0.53.0
0.56.0
0.53.0
0.56.0
0.53.0
0.56.0
0.53.0
0.56.0
1.8.1
1.9.0
2.19.0
2.20.0
2.19.0
2.20.0
0.6.0
0.6.1
1.7.1
1.7.3
1.7.1
1.7.3
3.5.6
4.0.0
2.3.0
2.3.1
1.1.2
1.2.0
2.0.10
2.0.21
2.0.10
2.0.21
Updates
com.github.stefvanschie.inventoryframework:IF
from 0.10.16 to 0.10.17Release notes
Sourced from com.github.stefvanschie.inventoryframework:IF's releases.
Commits
8bb33d9
V 0.10.17f2e54bc
Add 1.21.1 supportff2f992
Update guis to latest 1.21 build3b7fbb5
Update CI/CD for 1.2119d9a87
Bump adventure on 1.20.3-1.20.4 to 4.15.0367c070
Bump to 0.10.17-SNAPSHOTUpdates
org.xerial:sqlite-jdbc
from 3.46.0.1 to 3.47.0.0Release notes
Sourced from org.xerial:sqlite-jdbc's releases.
... (truncated)
Commits
899d579
chore(release): 3.47.0.0 [skip ci]9624667
chore: update native librariesd174b8d
feat(sqlite): upgrade to sqlite 3.47.046cc36d
build(deps): bump org.apache.maven.plugins:maven-help-pluginc0b9f99
build(deps-dev): bump org.mockito:mockito-core from 5.14.1 to 5.14.282a5f2a
build(deps-dev): bump org.junit.jupiter:junit-jupiter2c86dcf
build(deps): bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1fd21058
fix: use lambda loggers and fix message format for JUL761eb2e
build(deps-dev): bump org.junit.jupiter:junit-jupiter7586ce9
build(deps-dev): bump org.junit-pioneer:junit-pioneerUpdates
io.ktor:ktor-server-core
from 2.3.12 to 3.0.1Release notes
Sourced from io.ktor:ktor-server-core's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
... (truncated)
Commits
205479f
Release 3.0.1 (#4432)e5e8ae7
KTOR-6158 JS. Remove redundantrequire
calls (#4422)8c271cb
KTOR-7596 Make multipart Content-Type check case-insensitive (#4413)5a7bf7f
KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (#4429)0ae547f
KTOR-7326 Remove debug implementation of Pipeline.toString (#4419)4f45166
Update ktor monorepo to v3.0.1-eap-1122 (#4415)451f664
KTOR-7625: Url.segments parsing fix95426ce
chore: remove redundant backticks (#4425)3d71a28
Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (#4416)caceb62
Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (#4417)Updates
io.ktor:ktor-server-netty
from 2.3.12 to 3.0.1Release notes
Sourced from io.ktor:ktor-server-netty's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
... (truncated)
Commits
205479f
Release 3.0.1 (#4432)e5e8ae7
KTOR-6158 JS. Remove redundantrequire
calls (#4422)8c271cb
KTOR-7596 Make multipart Content-Type check case-insensitive (#4413)5a7bf7f
KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (#4429)0ae547f
KTOR-7326 Remove debug implementation of Pipeline.toString (#4419)4f45166
Update ktor monorepo to v3.0.1-eap-1122 (#4415)451f664
KTOR-7625: Url.segments parsing fix95426ce
chore: remove redundant backticks (#4425)3d71a28
Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (#4416)caceb62
Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (#4417)Updates
io.ktor:ktor-server-content-negotiation
from 2.3.12 to 3.0.1Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
... (truncated)
Commits
205479f
Release 3.0.1 (#4432)e5e8ae7
KTOR-6158 JS. Remove redundantrequire
calls (#4422)8c271cb
KTOR-7596 Make multipart Content-Type check case-insensitive (#4413)5a7bf7f
KTOR-7623 Evaluate trace logs lazily in WebSockets client plugin (#4429)0ae547f
KTOR-7326 Remove debug implementation of Pipeline.toString (#4419)4f45166
Update ktor monorepo to v3.0.1-eap-1122 (#4415)451f664
KTOR-7625: Url.segments parsing fix95426ce
chore: remove redundant backticks (#4425)3d71a28
Update dependency org.apache.velocity:velocity-engine-core to v2.4.1 (#4416)caceb62
Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 (#4417)Updates
io.ktor:ktor-serialization-kotlinx-json
from 2.3.12 to 3.0.1Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.