Skip to content

Commit 7148f0e

Browse files
Bump the gradle-deps group with 3 updates
Bumps the gradle-deps group with 3 updates: io.papermc.paper:paper-api, [net.kyori:adventure-text-minimessage](https://github.com/PaperMC/adventure) and [jvm](https://github.com/JetBrains/kotlin). Updates `io.papermc.paper:paper-api` from 1.21.8-R0.1-SNAPSHOT to 1.21.11-R0.1-SNAPSHOT Updates `net.kyori:adventure-text-minimessage` from 4.17.0 to 4.26.1 - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](PaperMC/adventure@v4.17.0...v4.26.1) Updates `jvm` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 1.21.11-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: net.kyori:adventure-text-minimessage dependency-version: 4.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2095f75 commit 7148f0e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories {
1818
dependencies {
1919
val democracyLibVersion = "5891d074b3"
2020
val democracyLib = "com.github.MCCitiesNetwork:DemocracyLib:$democracyLibVersion"
21-
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
22-
compileOnly("net.kyori:adventure-text-minimessage:4.17.0")
21+
compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
22+
compileOnly("net.kyori:adventure-text-minimessage:4.26.1")
2323
compileOnly("com.github.plan-player-analytics:Plan:5.6.2965")
2424
implementation(democracyLib)
2525
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
kotlin("jvm") version "2.3.0"
3+
kotlin("jvm") version "2.3.10"
44
}
55
}
66

0 commit comments

Comments
 (0)