Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,6 +19,6 @@ dependencies {
implementation(gradlePlugins.jetbrains.kotlin.plugin.serialization)

// Fix Jackson compatibility for plugin-yml
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.22.2")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.2")
}
2 changes: 1 addition & 1 deletion driver-database-mariadb/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

shadow("org.mariadb.jdbc:mariadb-java-client:3.5.6")
shadow("org.mariadb.jdbc:mariadb-java-client:3.5.10")
}
2 changes: 1 addition & 1 deletion driver-database-oracle/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

shadow("com.oracle.database.jdbc:ojdbc8:23.26.0.0.0")
shadow("com.oracle.database.jdbc:ojdbc8:23.26.3.0.0")
}
2 changes: 1 addition & 1 deletion driver-database-postgres/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

shadow("org.postgresql:postgresql:42.7.8")
shadow("org.postgresql:postgresql:42.7.13")
}
2 changes: 1 addition & 1 deletion driver-database-sqlite/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

implementation("org.xerial:sqlite-jdbc:3.50.2.0")
implementation("org.xerial:sqlite-jdbc:3.53.2.1")
}
2 changes: 1 addition & 1 deletion driver-database-sqlserver/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

implementation("com.microsoft.sqlserver:mssql-jdbc:13.2.1.jre11")
implementation("com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11")
}
2 changes: 1 addition & 1 deletion driver-messaging-postgres/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,5 +9,5 @@ dependencies {
ksp(project(":core-api"))
compileOnly(project(":core-api"))

shadow("org.postgresql:postgresql:42.7.8")
shadow("org.postgresql:postgresql:42.7.13")
}
6 changes: 3 additions & 3 deletions gradle/gradle-plugins.versions.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,11 +2,11 @@
kotlin = "2.4.10"

[libraries]
detekt = { module = "dev.detekt:dev.detekt.gradle.plugin", version = "2.0.0-alpha.5" }
detekt = { module = "dev.detekt:dev.detekt.gradle.plugin", version = "2.0.0-alpha.6" }
shadow = { module = "com.gradleup.shadow:com.gradleup.shadow.gradle.plugin", version = "9.6.1" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.9.0" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.10.0" }

google-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version = "2.3.10" }
google-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version = "2.3.11" }
vanniktech-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.37.0" }

modrinth-minotaur = { module = "com.modrinth.minotaur:com.modrinth.minotaur.gradle.plugin", version = "2.9.0" }
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
[versions]
exposed = "1.3.1"
exposed = "1.4.0"
arrow = "2.2.3"
ktoml = "0.7.1"
cloud = "2.0.0"
cloud = "2.1.0"
adventure = "5.2.0"
kotlinx-serialization = "1.11.0"

[libraries]
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.4" }
koin-core = { module = "io.insert-koin:koin-core", version = "4.1.1" }
google-devtools-ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.3.5" }
koin-core = { module = "io.insert-koin:koin-core", version = "4.2.2" }
google-devtools-ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.3.11" }
apache-commons-compress = { module = "org.apache.commons:commons-compress", version = "1.28.0" }

kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
Expand All@@ -25,8 +25,8 @@ akuleshov7-ktoml-file = { module = "com.akuleshov7:ktoml-file", version.ref = "k

cloud-core = { module = "org.incendo:cloud-core", version.ref = "cloud" }
cloud-kotlin = { module = "org.incendo:cloud-kotlin-extensions", version.ref = "cloud" }
cloud-minecraft-extras = { module = "org.incendo:cloud-minecraft-extras", version = "2.0.0-beta.17" }
cloud-brigadier = { module = "org.incendo:cloud-brigadier", version = "2.0.0-beta.17" }
cloud-minecraft-extras = { module = "org.incendo:cloud-minecraft-extras", version = "2.0.0" }
cloud-brigadier = { module = "org.incendo:cloud-brigadier", version = "2.0.0" }

exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
Expand Down
2 changes: 1 addition & 1 deletion plugin-bukkit-shared/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,5 +5,5 @@ plugins {

dependencies {
compileOnly(project(":core-common"))
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.2-experimental-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion plugin-bukkit/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ dependencies {
api(project(":core-common"))
implementation(project(":plugin-bukkit-shared"))

implementation("org.incendo:cloud-paper:2.0.0-beta.17")
implementation("org.incendo:cloud-paper:2.0.0")
implementation("net.kyori:adventure-platform-bukkit:4.4.1")

compileOnly("org.spigotmc:spigot-api:26.2-R0.1-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion plugin-bungeecord/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ plugins {
dependencies {
implementation(project(":core-common"))

implementation("org.incendo:cloud-bungee:2.0.0-beta.17")
implementation("org.incendo:cloud-bungee:2.0.0")
implementation("net.kyori:adventure-platform-bungeecord:4.4.1")

implementation("net.md-5:bungeecord-api:1.21-R0.4")
Expand Down
4 changes: 2 additions & 2 deletions plugin-paper/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,8 +16,8 @@ dependencies {
api(project(":core-common"))
implementation(project(":plugin-bukkit-shared"))

implementation("org.incendo:cloud-paper:2.0.0-beta.17")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.9-alpha")
implementation("org.incendo:cloud-paper:2.0.0")
compileOnly("io.papermc.paper:paper-api:26.2.build.116-stable")
}

tasks {
Expand Down
6 changes: 3 additions & 3 deletions plugin-velocity/build.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,10 +11,10 @@ plugins {
dependencies {
implementation(project(":core-common"))

implementation("org.incendo:cloud-velocity:2.0.0-beta.17")
implementation("org.incendo:cloud-velocity:2.0.0")

compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
kapt("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-api:3.5.1")
kapt("com.velocitypowered:velocity-api:3.5.1")
}

gradewayArtifactMetadata {
Expand Down