Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 15, 2024
2 parents 3932d38 + 956a5af commit 3f5a1af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
javadocClasspath("org.projectlombok:lombok:1.18.34")
javadocClasspath("org.projectlombok:lombok:1.18.36")

rootProject.subprojects.forEach { subproject ->
if (subproject.name == "data-generator") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mcprotocollib = "7fd279b"
kyori = "4.17.0"
reactor = "1.2.0"
classtransform = "1.14.0"
armeria = "1.30.1"
armeria = "1.31.0"

[plugins]
blossom = "net.kyori.blossom:2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.18.1"
id("com.gradle.develocity") version "3.18.2"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand Down

0 comments on commit 3f5a1af

Please sign in to comment.