From f619b1b81c1e6b14c5ff102967373c9893202dea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 May 2024 13:37:56 +0000 Subject: [PATCH] chore: Update xmlbeans from 5.2.0 to 5.2.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 19ea225f..fe0164e1 100644 --- a/build.sc +++ b/build.sc @@ -88,7 +88,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe ivy"org.apache.poi:poi:$poiVersion", ivy"org.apache.poi:poi-ooxml:$poiVersion", ivy"org.apache.poi:poi-ooxml-lite:$poiVersion", - ivy"org.apache.xmlbeans:xmlbeans:5.2.0", + ivy"org.apache.xmlbeans:xmlbeans:5.2.1", ivy"com.norbitltd::spoiwo:2.2.1", ivy"com.github.pjfanning:excel-streaming-reader:4.3.1", ivy"com.github.pjfanning:poi-shared-strings:2.8.0",