Skip to content

Commit 3069d5a

Browse files
authored
[FLINK-38159] Update commons-lang3 dependency to 3.18.0
1 parent 2e58279 commit 3069d5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flink-autoscaler-standalone/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project bundles the following dependencies under the Apache Software Licens
1515
- commons-codec:commons-codec:jar:1.17.0
1616
- commons-collections:commons-collections:jar:3.2.2
1717
- commons-io:commons-io:jar:2.15.1
18-
- org.apache.commons:commons-lang3:jar:3.12.0
18+
- org.apache.commons:commons-lang3:jar:3.18.0
1919
- org.apache.commons:commons-math3:jar:3.6.1
2020
- org.apache.logging.log4j:log4j-1.2-api:jar:2.23.1
2121
- org.apache.logging.log4j:log4j-api:jar:2.23.1

flink-kubernetes-operator/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This project bundles the following dependencies under the Apache Software Licens
5151
- io.javaoperatorsdk:operator-framework-core:jar:5.1.0
5252
- io.javaoperatorsdk:operator-framework:jar:5.1.0
5353
- org.apache.commons:commons-compress:jar:1.26.0
54-
- org.apache.commons:commons-lang3:jar:3.16.0
54+
- org.apache.commons:commons-lang3:jar:3.18.0
5555
- org.apache.commons:commons-math3:jar:3.6.1
5656
- org.apache.commons:commons-text:jar:1.10.0
5757
- org.apache.logging.log4j:log4j-1.2-api:jar:2.23.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ under the License.
8181
<fabric8.version>7.3.1</fabric8.version>
8282

8383
<lombok.version>1.18.30</lombok.version>
84-
<commons-lang3.version>3.12.0</commons-lang3.version>
84+
<commons-lang3.version>3.18.0</commons-lang3.version>
8585
<commons-io.version>2.17.0</commons-io.version>
8686
<flink.version>1.20.1</flink.version>
8787

0 commit comments

Comments
 (0)