Skip to content

Commit 5773690

Browse files
Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#4176)
1 parent 301b994 commit 5773690

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

agent/agent-tooling/gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ net.java.dev.jna:jna:5.17.0=runtimeClasspath
7979
net.minidev:accessors-smart:2.5.2=runtimeClasspath
8080
net.minidev:json-smart:2.5.2=runtimeClasspath
8181
org.apache.commons:commons-lang3:3.17.0=runtimeClasspath
82-
org.apache.commons:commons-text:1.13.0=runtimeClasspath
82+
org.apache.commons:commons-text:1.13.1=runtimeClasspath
8383
org.junit:junit-bom:5.12.1=runtimeClasspath
8484
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath
8585
org.slf4j:jcl-over-slf4j:2.0.17=runtimeClasspath

dependencyManagement/build.gradle.kts

+1-1
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.6",
6868
"commons-codec:commons-codec:1.18.0",
69-
"org.apache.commons:commons-text:1.13.0",
69+
"org.apache.commons:commons-text:1.13.1",
7070
"com.google.code.gson:gson:2.12.1",
7171
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
7272
"org.assertj:assertj-core:3.27.3",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons Text
2-
Copyright 2014-2024 The Apache Software Foundation
2+
Copyright 2014-2025 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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2025-04-04 03:56:24 UTC_
4+
_2025-04-11 03:44:05 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.3`
@@ -282,12 +282,12 @@ _2025-04-04 03:56:24 UTC_
282282
> - **Embedded license files**: [commons-lang3-3.17.0.jar/META-INF/LICENSE.txt](commons-lang3-3.17.0.jar/META-INF/LICENSE.txt)
283283
- [commons-lang3-3.17.0.jar/META-INF/NOTICE.txt](commons-lang3-3.17.0.jar/META-INF/NOTICE.txt)
284284

285-
**56** **Group:** `org.apache.commons` **Name:** `commons-text` **Version:** `1.13.0`
285+
**56** **Group:** `org.apache.commons` **Name:** `commons-text` **Version:** `1.13.1`
286286
> - **Project URL**: [https://commons.apache.org/proper/commons-text](https://commons.apache.org/proper/commons-text)
287287
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
288288
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
289-
> - **Embedded license files**: [commons-text-1.13.0.jar/META-INF/LICENSE.txt](commons-text-1.13.0.jar/META-INF/LICENSE.txt)
290-
- [commons-text-1.13.0.jar/META-INF/NOTICE.txt](commons-text-1.13.0.jar/META-INF/NOTICE.txt)
289+
> - **Embedded license files**: [commons-text-1.13.1.jar/META-INF/LICENSE.txt](commons-text-1.13.1.jar/META-INF/LICENSE.txt)
290+
- [commons-text-1.13.1.jar/META-INF/NOTICE.txt](commons-text-1.13.1.jar/META-INF/NOTICE.txt)
291291

292292
**57** **Group:** `org.slf4j` **Name:** `jcl-over-slf4j` **Version:** `2.0.17`
293293
> - **Project URL**: [http://www.slf4j.org](http://www.slf4j.org)

0 commit comments

Comments
 (0)