This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch UIMA-6447-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 0dce711c49ae7042473bc6d2c2bcceb478ad1521 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu May 12 10:39:09 2022 +0200 [UIMA-6447] Update dependencies (Ruta 3.2.0) - Update Archetype: UIMA Java SDK 3.1.1 -> 3.3.0 - Update Archetype: JUnit 4.11 -> 4.13.2 --- ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml b/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml index 3eea8b2f..f330ad4e 100644 --- a/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml +++ b/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml @@ -34,8 +34,8 @@ </parent> <properties> - <junit-version>4.11</junit-version> - <uima-version>3.1.1</uima-version> + <junit-version>4.13.2</junit-version> + <uima-version>3.3.0</uima-version> <ruta-version>${archetypeVersion}</ruta-version> </properties>
