From 86735748a1c36e17f40f435422d22d76fd94dfc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:04:18 +0000 Subject: [PATCH] fix(deps): update slf4j monorepo to v2.0.12 (#10412) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker --- benchmark-overhead/build.gradle.kts | 2 +- dependencyManagement/build.gradle.kts | 2 +- licenses/licenses.md | 10 +++++----- .../META-INF/LICENSE.txt | 0 .../META-INF/LICENSE.txt | 0 5 files changed, 7 insertions(+), 7 deletions(-) rename licenses/{slf4j-api-2.0.11.jar => slf4j-api-2.0.12.jar}/META-INF/LICENSE.txt (100%) rename licenses/{slf4j-simple-2.0.11.jar => slf4j-simple-2.0.12.jar}/META-INF/LICENSE.txt (100%) diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index 0fb39a6800..42fec9b969 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.11") + testImplementation("org.slf4j:slf4j-simple:2.0.12") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") } diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 4bb4346ad5..88ab070704 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -44,7 +44,7 @@ val byteBuddyVersion = "1.14.11" val asmVersion = "9.6" val jmhVersion = "1.37" val mockitoVersion = "4.11.0" -val slf4jVersion = "2.0.11" +val slf4jVersion = "2.0.12" val CORE_DEPENDENCIES = listOf( "io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha", diff --git a/licenses/licenses.md b/licenses/licenses.md index bb54ee18a4..17cc8be6e3 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -1,7 +1,7 @@ # javaagent ## Dependency License Report -_2024-01-18 11:47:24 EET_ +_2024-02-05 20:33:27 PST_ ## Apache License, Version 2.0 **1** **Group:** `com.blogspot.mydailyjava` **Name:** `weak-lock-free` **Version:** `0.18` @@ -260,15 +260,15 @@ _2024-01-18 11:47:24 EET_ ## MIT License -**55** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.11` +**55** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.12` > - **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.11.jar/META-INF/LICENSE.txt](slf4j-api-2.0.11.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [slf4j-api-2.0.12.jar/META-INF/LICENSE.txt](slf4j-api-2.0.12.jar/META-INF/LICENSE.txt) -**56** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.11` +**56** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `2.0.12` > - **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.11.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.11.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt](slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt) ## The 3-Clause BSD License diff --git a/licenses/slf4j-api-2.0.11.jar/META-INF/LICENSE.txt b/licenses/slf4j-api-2.0.12.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/slf4j-api-2.0.11.jar/META-INF/LICENSE.txt rename to licenses/slf4j-api-2.0.12.jar/META-INF/LICENSE.txt diff --git a/licenses/slf4j-simple-2.0.11.jar/META-INF/LICENSE.txt b/licenses/slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/slf4j-simple-2.0.11.jar/META-INF/LICENSE.txt rename to licenses/slf4j-simple-2.0.12.jar/META-INF/LICENSE.txt