diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index c6c9688a347d..2adb74ab5745 100644 --- a/benchmark-overhead/build.gradle.kts +++ b/benchmark-overhead/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("org.jooq:joox:2.0.0") testImplementation("com.jayway.jsonpath:json-path:2.9.0") - testImplementation("org.slf4j:slf4j-simple:2.0.12") + testImplementation("org.slf4j:slf4j-simple:2.0.13") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") } diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 61abb38c1337..f1a79beca3fb 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -44,7 +44,7 @@ val byteBuddyVersion = "1.14.13" val asmVersion = "9.7" val jmhVersion = "1.37" val mockitoVersion = "4.11.0" -val slf4jVersion = "2.0.12" +val slf4jVersion = "2.0.13" val CORE_DEPENDENCIES = listOf( "io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha", diff --git a/licenses/licenses.md b/licenses/licenses.md index 445d07317bdd..a44f4adf17c0 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -1,7 +1,7 @@ # javaagent ## Dependency License Report -_2024-04-13 10:30:28 EEST_ +_2024-04-13 13:26:13 EEST_ ## Apache License, Version 2.0 **1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18` @@ -260,15 +260,15 @@ _2024-04-13 10:30:28 EEST_ ## MIT License -**55** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.12` +**55** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.13` > - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -> - **Embedded license files**: [slf4j-api-2.0.12.jar/META-INF/LICENSE.txt](slf4j-api-2.0.12.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [slf4j-api-2.0.13.jar/META-INF/LICENSE.txt](slf4j-api-2.0.13.jar/META-INF/LICENSE.txt) -**56** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.12` +**56** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.13` > - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -> - **Embedded license files**: [slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [slf4j-simple-2.0.13.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.13.jar/META-INF/LICENSE.txt) ## The 3-Clause BSD License diff --git a/licenses/slf4j-api-2.0.12.jar/META-INF/LICENSE.txt b/licenses/slf4j-api-2.0.13.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/slf4j-api-2.0.12.jar/META-INF/LICENSE.txt rename to licenses/slf4j-api-2.0.13.jar/META-INF/LICENSE.txt diff --git a/licenses/slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt b/licenses/slf4j-simple-2.0.13.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt rename to licenses/slf4j-simple-2.0.13.jar/META-INF/LICENSE.txt