You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2021/05/04 14:45:48 UTC

[ws-xmlschema] 02/04: Update a bunch of test-scope dependencies to latest versions

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git

commit 789b796070219a6e96ebe71c57482c381500ebd2
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue May 4 10:01:19 2021 -0400

    Update a bunch of test-scope dependencies to latest versions
---
 pom.xml                       | 4 ++--
 xmlschema-bundle-test/pom.xml | 6 +++---
 xmlschema-core/pom.xml        | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5fe8711..fc55e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -612,7 +612,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava-testlib</artifactId>
-                <version>20.0</version>
+                <version>30.1.1-jre</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index a6529d9..4691778 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -52,7 +52,7 @@
         </plugins>
     </build>
     <properties>
-        <exam.version>4.9.1</exam.version>
+        <exam.version>4.13.1</exam.version>
         <!-- don't deploy this as this is just test data and a large amount of it -->
         <maven.deploy.skip>true</maven.deploy.skip>
     </properties>
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.eclipse.tycho</groupId>
             <artifactId>org.eclipse.osgi</artifactId>
-            <version>3.11.0.v20160603-1336</version>
+            <version>3.13.0.v20180226-1711</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -114,7 +114,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.7.26</version>
+            <version>1.7.30</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 0c2c9b6..8ad8d47 100644
--- a/xmlschema-core/pom.xml
+++ b/xmlschema-core/pom.xml
@@ -172,7 +172,7 @@
             <!-- Always test with a well defined DOM implementation -->
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
-            <version>2.11.0</version>
+            <version>2.12.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>