From bdf69c34fece2866e46710513f5e25dd070c4791 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 1 Oct 2023 10:56:55 +0000 Subject: [PATCH] upgrade xmlresolver git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1912651 13f79535-47bb-0310-9956-ffa450edef68 --- LICENSE-binary.txt | 6 +++--- build.gradle | 2 +- build.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE-binary.txt b/LICENSE-binary.txt index d8b86fc6d..759c30c8c 100755 --- a/LICENSE-binary.txt +++ b/LICENSE-binary.txt @@ -205,15 +205,15 @@ This project bundles some components that are also licensed under the Apache License Version 2.0: commons-codec:commons-codec:1.15 -com.google.guava:guava:31.1-jre +com.google.guava:guava:32.1.2-jre org.apache.ant:ant:1.10.14 org.apache.ant:ant-launcher:1.10.14 org.apache.httpcomponents.client5:httpclient5:5.1.3 org.apache.httpcomponents.client5:httpcore5:5.1.3 org.apache.httpcomponents.client5:httpcore5-h2:5.1.3 org.apache.logging.log4j:log4j-api:2.20.0 -org.xmlresolver:xmlresolver:4.4.3 -org.xmlresolver:xmlresolver-data:4.4.3 +org.xmlresolver:xmlresolver:4.6.4 +org.xmlresolver:xmlresolver-data:4.6.4 Apache Software License 2.0 and LGPL 3.0 ---------------------------------------- diff --git a/build.gradle b/build.gradle index ccdc80960..e19ab851f 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ dependencies { exclude group: 'xml-apis', module: 'xml-apis' } } - testRuntimeOnly 'org.xmlresolver:xmlresolver:4.1.2' + testRuntimeOnly 'org.xmlresolver:xmlresolver:4.6.4' // maven plugin dependencies implementation('org.apache.maven:maven-core:3.8.4') diff --git a/build.xml b/build.xml index f5319d356..f80a00931 100644 --- a/build.xml +++ b/build.xml @@ -141,7 +141,7 @@ - +