From d6d23a301c0b48dda054e835b6bed28f51ba1414 Mon Sep 17 00:00:00 2001 From: Eliot Kimber Date: Sat, 6 Feb 2021 09:23:29 -0600 Subject: [PATCH 1/2] Issue 31: Updated non-POI dependencies to latest versions. Unit tests pass --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 751d026..0b767ea 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ arbitrary XML, JSON, etc. commons-io commons-io - 2.6 + 2.8.0 @@ -95,7 +95,7 @@ arbitrary XML, JSON, etc. org.apache.logging.log4j log4j-core - 2.13.2 + 2.14.0 From f3c23e8325a9d8647c870698a75b3d9d8b5ecd7f Mon Sep 17 00:00:00 2001 From: Eliot Kimber Date: Sat, 6 Feb 2021 09:53:36 -0600 Subject: [PATCH 2/2] Release 1.0.4: Updated release notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e2cb83..00335dc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ If you need to go from Word documents back to XML, you may find the DITA for Pub * 1.0.4 * Issue 29: Support literal callouts and reference callouts for footnotes. Added new attributes to fn element for specifying the callout and, optionally, reference callout text. + * Issue 30: Support cell border color. Added new attributes @bordercolor, @bordercolortop, , @bordercolorbottom, @bordercolorleft, and @bordercolorright. Normal Word border precedence rules apply so it's up to the SWPX file to specify the appropriate values on the appropriate cells to get the desired rendered effect. * 1.0.3