Skip to content
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
4 changes: 2 additions & 2 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ net.java.dev.jna:jna-platform:5.15.0=runtimeClasspath
net.java.dev.jna:jna:5.15.0=runtimeClasspath
net.minidev:accessors-smart:2.5.1=runtimeClasspath
net.minidev:json-smart:2.5.1=runtimeClasspath
org.apache.commons:commons-lang3:3.14.0=runtimeClasspath
org.apache.commons:commons-text:1.12.0=runtimeClasspath
org.apache.commons:commons-lang3:3.17.0=runtimeClasspath
org.apache.commons:commons-text:1.13.0=runtimeClasspath
org.junit:junit-bom:5.11.3=runtimeClasspath
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
org.slf4j:jcl-over-slf4j:2.0.16=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ val DEPENDENCIES = listOf(
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
"com.uber.nullaway:nullaway:0.12.1",
"commons-codec:commons-codec:1.17.1",
"org.apache.commons:commons-text:1.12.0",
"org.apache.commons:commons-text:1.13.0",
"com.google.code.gson:gson:2.11.0",
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
"org.assertj:assertj-core:3.26.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Commons Lang
Copyright 2001-2023 The Apache Software Foundation
Copyright 2001-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
14 changes: 7 additions & 7 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2024-11-28 04:01:54 UTC_
_2024-12-16 04:03:15 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
Expand Down Expand Up @@ -263,19 +263,19 @@ _2024-11-28 04:01:54 UTC_
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

**53** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.14.0`
**53** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.17.0`
> - **Project URL**: [https://commons.apache.org/proper/commons-lang/](https://commons.apache.org/proper/commons-lang/)
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **Embedded license files**: [commons-lang3-3.14.0.jar/META-INF/LICENSE.txt](commons-lang3-3.14.0.jar/META-INF/LICENSE.txt)
- [commons-lang3-3.14.0.jar/META-INF/NOTICE.txt](commons-lang3-3.14.0.jar/META-INF/NOTICE.txt)
> - **Embedded license files**: [commons-lang3-3.17.0.jar/META-INF/LICENSE.txt](commons-lang3-3.17.0.jar/META-INF/LICENSE.txt)
- [commons-lang3-3.17.0.jar/META-INF/NOTICE.txt](commons-lang3-3.17.0.jar/META-INF/NOTICE.txt)

**54** **Group:** `org.apache.commons` **Name:** `commons-text` **Version:** `1.12.0`
**54** **Group:** `org.apache.commons` **Name:** `commons-text` **Version:** `1.13.0`
> - **Project URL**: [https://commons.apache.org/proper/commons-text](https://commons.apache.org/proper/commons-text)
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
> - **Embedded license files**: [commons-text-1.12.0.jar/META-INF/LICENSE.txt](commons-text-1.12.0.jar/META-INF/LICENSE.txt)
- [commons-text-1.12.0.jar/META-INF/NOTICE.txt](commons-text-1.12.0.jar/META-INF/NOTICE.txt)
> - **Embedded license files**: [commons-text-1.13.0.jar/META-INF/LICENSE.txt](commons-text-1.13.0.jar/META-INF/LICENSE.txt)
- [commons-text-1.13.0.jar/META-INF/NOTICE.txt](commons-text-1.13.0.jar/META-INF/NOTICE.txt)

**55** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.16`
> - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org)
Expand Down
Loading