diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fc7ae0d..3827baf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ jackson = ["jackson-core", "jackson-annotations", "jackson-databind"] [plugins] download = { id = "de.undercouch.download", version = "5.7.0" } shadow = { id = "com.gradleup.shadow", version = "9.4.1" } -versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.54.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "3.0.1" } nebula-release = { id = "nebula.release", version = "21.0.0" } \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index b125aa8..339a009 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ */ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" - id("com.gradle.develocity") version "4.4.0" + id("com.gradle.develocity") version "4.4.1" } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")