From 7fcd21f5d601c5fa7263a506525072207e499ba4 Mon Sep 17 00:00:00 2001 From: Edwin Cruz Date: Tue, 4 Apr 2023 09:07:27 -0400 Subject: [PATCH] Bump up several libraries (#2202) * Removed the following unused libraries: - org.ehcache:ehcache 3.8.1 - javax.cache:cache-api 1.0.0 - commons-httpclient:commons-httpclient 3.1 Upgraded the following to versions provided by SPring Boot 2.7 -- org.apache.commons:commons-lang3 3.9 -> 3.12.0 -- com.google.code.gson:gson 2.8.9 -> 2.9.0 -- com.zaxxer:HikariCP 3.3.1 -> 4.0.3 -- com.microsoft.sqlserver:mssql-jdbc 9.2.1.jre8 -> 10.2.1.jre8 * Removing unnecessary comments. --- pom.xml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 63f584962..c983ba443 100644 --- a/pom.xml +++ b/pom.xml @@ -706,15 +706,6 @@ org.springframework.boot spring-boot-starter-cache - - javax.cache - cache-api - - - org.ehcache - ehcache - 3.8.1 - org.hibernate hibernate-core @@ -791,7 +782,7 @@ org.apache.commons commons-lang3 - 3.9 + 3.12.0 org.flywaydb @@ -803,11 +794,6 @@ httpclient 4.5.13 - - commons-httpclient - commons-httpclient - 3.1 - org.springframework.batch spring-batch-admin-manager @@ -852,7 +838,7 @@ com.microsoft.sqlserver mssql-jdbc - 9.2.1.jre8 + 10.2.1.jre8 com.microsoft.azure @@ -1023,12 +1009,12 @@ com.zaxxer HikariCP - 3.3.1 + 4.0.3 com.google.code.gson gson - 2.8.9 + 2.9.0 org.jasypt