]> git.mxchange.org Git - pizzaservice-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:14:11 +0000 (23:14 +0200)
- updated Apache POI to 5.2.3

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

index a389c9d8d6609aff81074fcab39d9f538ccde52e..3f1af33a2ecfdda1239e99dbdfbfe43d183c4bdd 100644 (file)
@@ -1,7 +1,7 @@
 libs.apache_poi.classpath=\
-    ${base}/poi/poi-3.15.jar:\
-    ${base}/poi/poi-ooxml-3.15.jar
-libs.apache_poi.displayName=Apache POI 3.15
+    ${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-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-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