Skip to content

Commit 10b4f9f

Browse files
Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#3983)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09982e2 commit 10b4f9f

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

agent/agent-tooling/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ net.java.dev.jna:jna-platform:5.15.0=runtimeClasspath
7676
net.java.dev.jna:jna:5.15.0=runtimeClasspath
7777
net.minidev:accessors-smart:2.5.1=runtimeClasspath
7878
net.minidev:json-smart:2.5.1=runtimeClasspath
79-
org.apache.commons:commons-lang3:3.14.0=runtimeClasspath
80-
org.apache.commons:commons-text:1.12.0=runtimeClasspath
79+
org.apache.commons:commons-lang3:3.17.0=runtimeClasspath
80+
org.apache.commons:commons-text:1.13.0=runtimeClasspath
8181
org.junit:junit-bom:5.11.3=runtimeClasspath
8282
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
8383
org.slf4j:jcl-over-slf4j:2.0.16=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ val DEPENDENCIES = listOf(
6666
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
6767
"com.uber.nullaway:nullaway:0.12.2",
6868
"commons-codec:commons-codec:1.17.1",
69-
"org.apache.commons:commons-text:1.12.0",
69+
"org.apache.commons:commons-text:1.13.0",
7070
"com.google.code.gson:gson:2.11.0",
7171
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
7272
"org.assertj:assertj-core:3.26.3",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons Lang
2-
Copyright 2001-2023 The Apache Software Foundation
2+
Copyright 2001-2024 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (https://www.apache.org/).

licenses/more-licenses.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-11-28 04:01:54 UTC_
4+
_2024-12-16 04:03:15 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
@@ -263,19 +263,19 @@ _2024-11-28 04:01:54 UTC_
263263
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
264264
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
265265
266-
**53** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.14.0`
266+
**53** **Group:** `org.apache.commons` **Name:** `commons-lang3` **Version:** `3.17.0`
267267
> - **Project URL**: [https://commons.apache.org/proper/commons-lang/](https://commons.apache.org/proper/commons-lang/)
268268
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
269269
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
270-
> - **Embedded license files**: [commons-lang3-3.14.0.jar/META-INF/LICENSE.txt](commons-lang3-3.14.0.jar/META-INF/LICENSE.txt)
271-
- [commons-lang3-3.14.0.jar/META-INF/NOTICE.txt](commons-lang3-3.14.0.jar/META-INF/NOTICE.txt)
270+
> - **Embedded license files**: [commons-lang3-3.17.0.jar/META-INF/LICENSE.txt](commons-lang3-3.17.0.jar/META-INF/LICENSE.txt)
271+
- [commons-lang3-3.17.0.jar/META-INF/NOTICE.txt](commons-lang3-3.17.0.jar/META-INF/NOTICE.txt)
272272

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

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

0 commit comments

Comments
 (0)