This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/133-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 93f9854736257993b64823211bbabe27627235ff Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Dec 15 14:47:09 2023 +0100 Issue #133: Update dependencies - junit 5.10.0 -> 5.10.1 - commons-text 1.10.0 -> 1.11.0 - commons-lang3 3.13.0 -> 3.14.0 - commons-io 2.13.0 -> 2.15.1 - commons-logging 1.1.1 -> 1.3.0 - caffeine 3.1.7 -> 3.1.8 --- ruta-parent/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index 5b4b0d5b..2d0732c6 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -126,7 +126,7 @@ <slf4j-version>1.7.36</slf4j-version> <maven.version>3.8.1</maven.version> - <junit-version>5.10.0</junit-version> + <junit-version>5.10.1</junit-version> <junit-vintage-version>4.13.2</junit-vintage-version> <assertj-version>3.24.2</assertj-version> @@ -134,13 +134,13 @@ <htmlparser-version>1.6</htmlparser-version> <commons-collections-version>3.2.2</commons-collections-version> <commons-collections4-version>4.4</commons-collections4-version> - <commons-text-version>1.10.0</commons-text-version> - <commons-lang3-version>3.13.0</commons-lang3-version> - <commons-io-version>2.13.0</commons-io-version> + <commons-text-version>1.11.0</commons-text-version> + <commons-lang3-version>3.14.0</commons-lang3-version> + <commons-io-version>2.15.1</commons-io-version> <commons-math3-version>3.6.1</commons-math3-version> - <commons-logging-version>1.1.1</commons-logging-version> + <commons-logging-version>1.3.0</commons-logging-version> <commons-logging-api-version>1.1</commons-logging-api-version> - <caffeine-version>3.1.7</caffeine-version> + <caffeine-version>3.1.8</caffeine-version> <dltk.version>[5.11.0,6.0.0)</dltk.version>
