We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fc9ea commit f66d5b6Copy full SHA for f66d5b6
CHANGELOG.md
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
12
-- fj-bom set to 2.0.3
+- poi-version set to 5.4.1
13
+- fj-bom set to 2.0.3 (opencsv 5.11.2)
14
- fj-version set to 8.7.0
15
16
## [1.1.0] - 2024-11-05
pom.xml
@@ -33,6 +33,7 @@
33
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
34
<!-- libraries versions -->
35
<fj-version>8.7.0</fj-version>
36
+ <poi-version>5.4.1</poi-version>
37
</properties>
38
39
<licenses>
0 commit comments