]> git.mxchange.org Git - addressbook-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 13 May 2023 10:55:58 +0000 (12:55 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 15 May 2023 21:10:04 +0000 (23:10 +0200)
- updated Apache POI to 5.2.3

lib/nblibraries.properties
lib/poi/poi-4.1.1.jar [deleted file]
lib/poi/poi-5.2.3.jar [new file with mode: 0644]
lib/poi/poi-ooxml-4.1.1.jar [deleted file]
lib/poi/poi-ooxml-5.2.3.jar [new file with mode: 0644]

index b32449ba5c140af392d447446758089f1f9334a0..3f1af33a2ecfdda1239e99dbdfbfe43d183c4bdd 100644 (file)
@@ -1,7 +1,7 @@
 libs.apache_poi.classpath=\
-    ${base}/poi/poi-4.1.1.jar:\
-    ${base}/poi/poi-ooxml-4.1.1.jar
-libs.apache_poi.displayName=Apache POI 4.1.1
+    ${base}/poi/poi-5.2.3.jar:\
+    ${base}/poi/poi-ooxml-5.2.3.jar
+libs.apache_poi.displayName=Apache POI 5.2.3
 libs.apache_poi.javadoc=\
     https://poi.apache.org/apidocs/
 libs.cache.classpath=\
diff --git a/lib/poi/poi-4.1.1.jar b/lib/poi/poi-4.1.1.jar
deleted file mode 100644 (file)
index 5b12817..0000000
Binary files a/lib/poi/poi-4.1.1.jar and /dev/null differ
diff --git a/lib/poi/poi-5.2.3.jar b/lib/poi/poi-5.2.3.jar
new file mode 100644 (file)
index 0000000..22b19a3
Binary files /dev/null and b/lib/poi/poi-5.2.3.jar differ
diff --git a/lib/poi/poi-ooxml-4.1.1.jar b/lib/poi/poi-ooxml-4.1.1.jar
deleted file mode 100644 (file)
index bf3569d..0000000
Binary files a/lib/poi/poi-ooxml-4.1.1.jar and /dev/null differ
diff --git a/lib/poi/poi-ooxml-5.2.3.jar b/lib/poi/poi-ooxml-5.2.3.jar
new file mode 100644 (file)
index 0000000..2daf4b0
Binary files /dev/null and b/lib/poi/poi-ooxml-5.2.3.jar differ