File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed
modules/ingest-attachment
test/fixtures/hdfs-fixture Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ slf4j = 2.0.6
1515ecsLogging = 1.2.0
1616jna = 5.12.1
1717netty = 4.1.118.Final
18- commons_lang3 = 3.9
18+ commons_lang3 = 3.18.0
1919google_oauth_client = 1.34.1
2020awsv2sdk = 2.31.78
2121reactive_streams = 1.0.4
Original file line number Diff line number Diff line change 21722172 <sha256 value =" ef368c9fa003963da78399b8f5a41ddfbef6b206f505f52293005730d87e7295" origin =" Generated by Gradle" />
21732173 </artifact >
21742174 </component >
2175- <component group =" org.apache.commons" name =" commons-lang3" version =" 3.11" >
2176- <artifact name =" commons-lang3-3.11.jar" >
2177- <sha256 value =" 4ee380259c068d1dbe9e84ab52186f2acd65de067ec09beff731fca1697fdb16" origin =" Generated by Gradle" />
2178- </artifact >
2179- </component >
21802175 <component group =" org.apache.commons" name =" commons-lang3" version =" 3.14.0" >
21812176 <artifact name =" commons-lang3-3.14.0.jar" >
21822177 <sha256 value =" 7b96bf3ee68949abb5bc465559ac270e0551596fa34523fddf890ec418dde13c" origin =" Generated by Gradle" />
21832178 </artifact >
21842179 </component >
2185- <component group =" org.apache.commons" name =" commons-lang3" version =" 3.17 .0" >
2186- <artifact name =" commons-lang3-3.17 .0.jar" >
2187- <sha256 value =" 6ee731df5c8e5a2976a1ca023b6bb320ea8d3539fbe64c8a1d5cb765127c33b4 " origin =" Generated by Gradle" />
2180+ <component group =" org.apache.commons" name =" commons-lang3" version =" 3.18 .0" >
2181+ <artifact name =" commons-lang3-3.18 .0.jar" >
2182+ <sha256 value =" 4eeeae8d20c078abb64b015ec158add383ac581571cddc45c68f0c9ae0230720 " origin =" Generated by Gradle" />
21882183 </artifact >
21892184 </component >
21902185 <component group =" org.apache.commons" name =" commons-lang3" version =" 3.7" >
21912186 <artifact name =" commons-lang3-3.7.jar" >
21922187 <sha256 value =" 6e8dc31e046508d9953c96534edf0c2e0bfe6f468966b5b842b3f87e43b6a847" origin =" Generated by Gradle" />
21932188 </artifact >
21942189 </component >
2195- <component group =" org.apache.commons" name =" commons-lang3" version =" 3.9" >
2196- <artifact name =" commons-lang3-3.9.jar" >
2197- <sha256 value =" de2e1dcdcf3ef917a8ce858661a06726a9a944f28e33ad7f9e08bea44dc3c230" origin =" Generated by Gradle" />
2198- </artifact >
2199- </component >
22002190 <component group =" org.apache.commons" name =" commons-math" version =" 2.2" >
22012191 <artifact name =" commons-math-2.2.jar" >
22022192 <sha256 value =" 15993bb2a3cf50f3291b40fc980a3166a0984e7b5f1abbe5232151fd94954584" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def versions = [
3636 ' xmlbeans' : ' 5.3.0' , // poi-ooxml dependency: https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/
3737 ' commonsCollections4' : ' 4.4' ,
3838 ' commonsCompress' : ' 1.27.1' ,
39- ' commonsLang3' :' 3.17 .0' ,
39+ ' commonsLang3' :' 3.18 .0' ,
4040 ' commonsMath3' : ' 3.6.1'
4141]
4242
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 api ' commons-cli:commons-cli:1.5.0'
7070 api " commons-codec:commons-codec:${ versions.commonscodec} "
7171 api ' commons-io:commons-io:2.16.1'
72- api ' org.apache.commons:commons-lang3:3.11 '
72+ api ' org.apache.commons:commons-lang3:3.18.0 '
7373 api ' javax.servlet:javax.servlet-api:3.1.0'
7474 api " org.slf4j:slf4j-api:${ versions.slf4j} "
7575 runtimeOnly " org.slf4j:slf4j-nop:${ versions.slf4j} "
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ dependencies {
8383
8484 def commonExcludes = [
8585 [group : " org.apache.commons" , module : " commons-compress" ],
86+ [group : " org.apache.commons" , module : " commons-lang3" ],
8687 [group : " org.apache.hadoop" , module : " hadoop-mapreduce-client-app" ],
8788 [group : " org.apache.hadoop" , module : " hadoop-mapreduce-client-core" ],
8889 [group : " org.apache.hadoop" , module : " hadoop-mapreduce-client-hs" ],
You can’t perform that action at this time.
0 commit comments