This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/409-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit c1f4c998fd7c6ce32be59589f26dbaf6cf5e7ec3 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Nov 20 16:51:31 2024 +0100 Issue #409: Update dependencies - spring: 6.0.23 → 6.1.15 - plexus-archiver 3.7.0 → 4.8.0 --- uimaj-parent-internal/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml index 6c7f2b388..e2c5b45eb 100644 --- a/uimaj-parent-internal/pom.xml +++ b/uimaj-parent-internal/pom.xml @@ -77,7 +77,7 @@ <opentest4j-version>1.3.0</opentest4j-version> <qdox-version>2.1.0</qdox-version> <slf4j-version>1.7.36</slf4j-version> - <spring-version>6.0.23</spring-version> + <spring-version>6.1.15</spring-version> <tycho-version>4.0.10</tycho-version> <xmlunit-version>2.10.0</xmlunit-version> @@ -275,7 +275,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>3.7.0</version> + <version>4.8.0</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId>
