Skip to content

Commit

Permalink
fix(deps): update slf4j monorepo to v2.0.15 (main) (#1987)
Browse files Browse the repository at this point in the history
* fix(deps): update slf4j monorepo to v2.0.15

* update licenses

* update licenses

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jason Plumb <jplumb@splunk.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent d642f2a commit e77eca7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.14"
val slf4jVersion = "2.0.15"

// instrumentation version is used to compute Implementation-Version manifest attribute
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
Expand Down
14 changes: 7 additions & 7 deletions licenses/licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# splunk-otel-javaagent
## Dependency License Report
_2024-08-07 11:08:52 EEST_
_2024-08-08 18:38:50 EEST_
## Apache License, Version 2.0

**1** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.12.0`
Expand Down Expand Up @@ -109,26 +109,26 @@ _2024-08-07 11:08:52 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.14`
**27** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.15`
> - **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.14.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt)
## MIT License

**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.14`
**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.15`
> - **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.14.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.14.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt)
**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.14`
**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.15`
> - **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.14.jar/META-INF/LICENSE.txt](slf4j-api-2.0.14.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [slf4j-api-2.0.15.jar/META-INF/LICENSE.txt](slf4j-api-2.0.15.jar/META-INF/LICENSE.txt)
## The 3-Clause BSD License

Expand Down

0 comments on commit e77eca7

Please sign in to comment.