diff --git a/build.gradle b/build.gradle index 75ee56d..158a56d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id("io.github.gradle-nexus.publish-plugin") version "1.1.0" + id("io.github.gradle-nexus.publish-plugin") version "2.0.0" } autoConfigure { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 11109bd..373ac98 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ jupiter = "5.10.2" kotlin-logging = "3.0.5" -logstash = "7.4" +logstash = "8.0" opentelemetry = "1.38.0"