Upgraded Apache POI and Commons IO to remediate CVEs

Signed-off-by: Shubham Kalloli <shubham.kalloli@est.tech>
This commit is contained in:
Shubham Kalloli
2026-01-19 12:49:09 +00:00
committed by Juergen Hoeller
parent b164db35c1
commit a8c33c13e2
+2 -2
View File
@@ -44,7 +44,7 @@ dependencies {
api("com.sun.xml.bind:jaxb-xjc:3.0.2")
api("com.thoughtworks.qdox:qdox:2.2.0")
api("com.thoughtworks.xstream:xstream:1.4.21")
api("commons-io:commons-io:2.15.0")
api("commons-io:commons-io:2.21.0")
api("commons-logging:commons-logging:1.3.5")
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
api("io.mockk:mockk:1.14.5")
@@ -96,7 +96,7 @@ dependencies {
api("org.apache.derby:derbytools:10.16.1.1")
api("org.apache.httpcomponents.client5:httpclient5:5.6")
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.4")
api("org.apache.poi:poi-ooxml:5.2.5")
api("org.apache.poi:poi-ooxml:5.5.1")
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.15")
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.15")
api("org.apache.tomcat:tomcat-util:11.0.15")