Upgrade commons-lang3 to avoid potential NPE in some JDK versions (#7133)
This commit is contained in:
parent
e21cb196fc
commit
edf6fccf9c
|
|
@ -36,7 +36,7 @@ Release Notes.
|
|||
* Upgrade zookeeper caused by CVE-2019-0201.
|
||||
* Upgrade snake yaml caused by CVE-2017-18640.
|
||||
* Upgrade embed tomcat caused by CVE-2020-13935.
|
||||
|
||||
* Upgrade commons-lang3 to avoid potential NPE in some JDK versions.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
<jackson-annotations.version>2.12.2</jackson-annotations.version>
|
||||
<jackson-databind.version>2.12.2</jackson-databind.version>
|
||||
<commons-codec.version>1.11</commons-codec.version>
|
||||
<commons-lang3.version>3.7</commons-lang3.version>
|
||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||||
<commons-text.version>1.4</commons-text.version>
|
||||
<simpleclient.version>0.6.0</simpleclient.version>
|
||||
<apollo.version>1.8.0</apollo.version>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ commons-collections4-4.4.jar
|
|||
commons-compress-1.20.jar
|
||||
commons-dbcp-1.4.jar
|
||||
commons-io-2.6.jar
|
||||
commons-lang3-3.7.jar
|
||||
commons-lang3-3.12.0.jar
|
||||
commons-pool-1.5.4.jar
|
||||
commons-text-1.4.jar
|
||||
compiler-0.9.6.jar
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ commons-collections4-4.4.jar
|
|||
commons-compress-1.20.jar
|
||||
commons-dbcp-1.4.jar
|
||||
commons-io-2.6.jar
|
||||
commons-lang3-3.7.jar
|
||||
commons-lang3-3.12.0.jar
|
||||
commons-pool-1.5.4.jar
|
||||
commons-text-1.4.jar
|
||||
consul-client-1.4.2.jar
|
||||
|
|
|
|||
Loading…
Reference in New Issue