From 34d1380de7590ae0cf2275698bbbad6d0c33fd57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:57:25 +0000 Subject: [PATCH] Update dependency org.apache.xmlbeans:xmlbeans to v5.3.0 (#645) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d786137..19672288 100644 --- a/build.gradle +++ b/build.gradle @@ -418,7 +418,7 @@ dependencies { implementation 'org.mapstruct:mapstruct:1.6.3' implementation 'org.openapitools:jackson-databind-nullable:0.2.6' - implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.2.2' + implementation group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '5.3.0' // https://mvnrepository.com/artifact/org.apache.ws.xmlschema/xmlschema-core implementation group: 'org.apache.ws.xmlschema', name: 'xmlschema-core', version: '2.3.1'