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 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