From cdca97fe6b7cc7d085563782af8d44ca7dc8cd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:17:44 -0700 Subject: [PATCH] fix(deps): update slf4j monorepo to v2.0.14 (main) (#1976) * fix(deps): update slf4j monorepo to v2.0.14 * update licenses --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin --- dependencyManagement/build.gradle.kts | 2 +- .../META-INF/LICENSE.txt | 0 licenses/licenses.md | 14 +++++++------- .../META-INF/LICENSE.txt | 0 4 files changed, 8 insertions(+), 8 deletions(-) rename licenses/{jcl-over-slf4j-2.0.13.jar => jcl-over-slf4j-2.0.14.jar}/META-INF/LICENSE.txt (100%) rename licenses/{slf4j-api-2.0.13.jar => slf4j-api-2.0.14.jar}/META-INF/LICENSE.txt (100%) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index d555b33ae..17126cb28 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -12,7 +12,7 @@ val autoValueVersion = "1.11.0" val dockerJavaVersion = "3.4.0" val mockitoVersion = "5.12.0" val protobufVersion = "3.25.4" -val slf4jVersion = "2.0.13" +val slf4jVersion = "2.0.14" // instrumentation version is used to compute Implementation-Version manifest attribute rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion diff --git a/licenses/jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt b/licenses/jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt rename to licenses/jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt diff --git a/licenses/licenses.md b/licenses/licenses.md index 7b2405fd1..9dee5b59e 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -1,7 +1,7 @@ # splunk-otel-javaagent ## Dependency License Report -_2024-07-25 12:38:15 EEST_ +_2024-08-07 11:08:52 EEST_ ## Apache License, Version 2.0 **1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.12.0` @@ -109,26 +109,26 @@ _2024-07-25 12:38:15 EEST_ > - **POM Project URL**: [https://github.com/lz4/lz4-java](https://github.com/lz4/lz4-java) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**27** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.13` +**27** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.14` > - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -> - **Embedded license files**: [jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt) ## MIT License -**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.13` +**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.14` > - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -> - **Embedded license files**: [jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.13.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt) -**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.13` +**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.14` > - **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.13.jar/META-INF/LICENSE.txt](slf4j-api-2.0.13.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [slf4j-api-2.0.14.jar/META-INF/LICENSE.txt](slf4j-api-2.0.14.jar/META-INF/LICENSE.txt) ## The 3-Clause BSD License diff --git a/licenses/slf4j-api-2.0.13.jar/META-INF/LICENSE.txt b/licenses/slf4j-api-2.0.14.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/slf4j-api-2.0.13.jar/META-INF/LICENSE.txt rename to licenses/slf4j-api-2.0.14.jar/META-INF/LICENSE.txt