From 1881c9026564bb81fc890bc323affbb8d20fc7b9 Mon Sep 17 00:00:00 2001 From: gcolon021 Date: Thu, 14 Dec 2023 10:09:05 -0500 Subject: [PATCH] Update library versions and clean up pom.xml Upgraded dependencies including Jackson, Guava, JUnit, Hibernate, HttpClient, and Commons-IO. Also, improved the management of versions via property variables and cleaned up inconsistent formatting. Removed an unnecessary comment related to Mockito version compatibility. --- pom.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 069009eb..8e62971c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,15 @@ - 2.10.5 - 25.1-jre + 2.16.0 + 32.1.3-jre 5.6.2 3.5.10 3.5.10 + 6.1.1 + 6.4.0.Final + 4.5.13 + 2.15.1 @@ -54,8 +58,8 @@ 2.22.0 - --illegal-access=permit - + --illegal-access=permit + @@ -65,7 +69,7 @@ junit junit - 4.13.1 + 4.13.2 test @@ -79,7 +83,7 @@ com.fasterxml.jackson.core jackson-databind - 2.10.5.1 + ${jackson.version} com.fasterxml.jackson.core @@ -161,7 +165,7 @@ org.hibernate hibernate-core - 3.5.6-Final + ${hibernate-core.version} provided @@ -172,12 +176,12 @@ org.apache.httpcomponents httpclient - 4.5.13 + ${httpclient.version} commons-io commons-io - 2.7 + ${commons-io.version} com.github.tomakehurst @@ -199,7 +203,6 @@ org.mockito mockito-core - ${mockito-core.version} test @@ -303,7 +306,7 @@ org.springframework spring-web - 5.3.15 + ${spring-web.version} org.junit.jupiter