This is an automated email from the ASF dual-hosted git repository.
agirish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/drill-test-framework.git
The following commit(s) were added to refs/heads/main by this push:
new aa2fc958 Bump xercesImpl from 2.12.0 to 2.12.2 in /framework (#5)
aa2fc958 is described below
commit aa2fc958e6b30869c2dd21e735ba93d2a5287e30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 18 17:03:31 2022 -0700
Bump xercesImpl from 2.12.0 to 2.12.2 in /framework (#5)
---
framework/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/pom.xml b/framework/pom.xml
index 5bc65365..f3f8b919 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.12.0</version>
+ <version>2.12.2</version>
</dependency>
<dependency>
<groupId>org.ojai</groupId>