File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - commons-lang3-version set to 3.18.0
1213- poi-version set to 5.4.1
1314- fj-bom set to 2.0.3 (opencsv 5.11.2)
1415- fj-version set to 8.7.0
Original file line number Diff line number Diff line change 3434 <!-- libraries versions -->
3535 <fj-version >8.7.0</fj-version >
3636 <poi-version >5.4.1</poi-version >
37+ <commons-lang3-version >3.18.0</commons-lang3-version >
3738 </properties >
3839
3940 <licenses >
7778 <dependency >
7879 <groupId >com.opencsv</groupId >
7980 <artifactId >opencsv</artifactId >
80- <version >${opencsv-version} </version >
81+ </dependency >
82+
83+ <dependency >
84+ <groupId >org.apache.commons</groupId >
85+ <artifactId >commons-lang3</artifactId >
86+ <version >${commons-lang3-version} </version >
8187 </dependency >
8288
8389 <dependency >
You can’t perform that action at this time.
0 commit comments