Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update slf4j monorepo to v2.0.16 (main) #1989

Merged
merged 3 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15"
val slf4jVersion = "2.0.16"

// 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-14 10:47:45 EEST_
_2024-08-15 18:06:13 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-14 10:47:45 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.15`
**27** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.16`
> - **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.15.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [jcl-over-slf4j-2.0.16.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.16.jar/META-INF/LICENSE.txt)

## MIT License

**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.15`
**28** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.16`
> - **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.15.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.15.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [jcl-over-slf4j-2.0.16.jar/META-INF/LICENSE.txt](jcl-over-slf4j-2.0.16.jar/META-INF/LICENSE.txt)

**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.15`
**29** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `2.0.16`
> - **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.15.jar/META-INF/LICENSE.txt](slf4j-api-2.0.15.jar/META-INF/LICENSE.txt)
> - **Embedded license files**: [slf4j-api-2.0.16.jar/META-INF/LICENSE.txt](slf4j-api-2.0.16.jar/META-INF/LICENSE.txt)

## The 3-Clause BSD License

Expand Down
Loading