You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/12/07 12:34:24 UTC

[uima-uimaj] branch refactoring/270-Update-dependencies created (now fafdb225d)

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

rec pushed a change to branch refactoring/270-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


      at fafdb225d #270 - Update dependencies

This branch includes the following new commits:

     new fafdb225d #270 - Update dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj] 01/01: #270 - Update dependencies

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/270-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit fafdb225d5c829b0841805c0f97cab676084d9d1
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Dec 7 13:34:17 2022 +0100

    #270 - Update dependencies
    
    - log4j 2.17.1 -> 2.19.0
    - junit 5.8.2 -> 5.9.1
    - assertj 3.22.0 -> 3.23.1
---
 uimaj-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 973d251a7..403bc1f85 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -142,10 +142,10 @@
      properties already, they should be injected manually into the plugins. 
     -->
     <slf4j-version>1.7.36</slf4j-version>
-    <log4j-version>2.17.1</log4j-version>
+    <log4j-version>2.19.0</log4j-version>
     <jackson-version>2.13.1</jackson-version>
-    <junit-version>5.8.2</junit-version>
-    <assertj-version>3.22.0</assertj-version>
+    <junit-version>5.9.1</junit-version>
+    <assertj-version>3.23.1</assertj-version>
     <xmlunit-version>2.9.0</xmlunit-version>
     <maven.version>3.2.5</maven.version>