Skip to content

Commit 03b785b

Browse files
authored
build: bump up commons-lang to 3.18.0 (#13419)
1 parent dcfce00 commit 03b785b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dist-material/release-docs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The text of each license is the standard Apache 2.0 license.
341341
https://mvnrepository.com/artifact/javax.inject/javax.inject/1 Apache-2.0
342342
https://mvnrepository.com/artifact/joda-time/joda-time/2.10.5 Apache-2.0
343343
https://mvnrepository.com/artifact/net.jodah/failsafe/2.4.4 Apache-2.0
344-
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0 Apache-2.0
344+
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.18.0 Apache-2.0
345345
https://mvnrepository.com/artifact/org.apache.commons/commons-text/1.4 Apache-2.0
346346
https://mvnrepository.com/artifact/org.apache.curator/curator-client/4.3.0 Apache-2.0
347347
https://mvnrepository.com/artifact/org.apache.curator/curator-framework/4.3.0 Apache-2.0

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
| MetricsPersistentMinMALWorker | availableProcessors * 2 / 16, at least 1 | true | 1 | 1000 |
6262

6363
* Bump up netty to 4.2.4.Final.
64+
* Bump up commons-lang to 3.18.0.
6465
* BanyanDB: support group `replicas` and `user/password` for basic authentication.
6566

6667
#### UI

oap-server-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<protobuf-java.version>3.25.5</protobuf-java.version>
4444
<protobuf-java-util.version>3.25.5</protobuf-java-util.version>
4545
<commons-codec.version>1.11</commons-codec.version>
46-
<commons-lang3.version>3.12.0</commons-lang3.version>
46+
<commons-lang3.version>3.18.0</commons-lang3.version>
4747
<commons-io.version>2.17.0</commons-io.version>
4848
<commons-text.version>1.4</commons-text.version>
4949
<kubernetes.version>6.7.1</kubernetes.version>

0 commit comments

Comments
 (0)