From e1696961efacef9293218cb3185c949eaa7ca15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:57:18 +0000 Subject: [PATCH] Bump org.apache.xmlbeans:xmlbeans from 5.2.2 to 5.3.0 Bumps org.apache.xmlbeans:xmlbeans from 5.2.2 to 5.3.0. --- updated-dependencies: - dependency-name: org.apache.xmlbeans:xmlbeans dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 21f4567..58be8fb 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation "org.apache.poi:poi-excelant:${poi}" implementation "org.apache.poi:poi-scratchpad:${poi}" implementation "org.apache.poi:poi:${poi}" - implementation 'org.apache.xmlbeans:xmlbeans:5.2.2' + implementation 'org.apache.xmlbeans:xmlbeans:5.3.0' implementation 'com.microsoft.sqlserver:mssql-jdbc:12.9.0.jre11-preview' implementation 'io.qameta.allure:allure-gradle:2.8.1' implementation "io.qameta.allure:allure-testng:${allureVersion}"