Skip to content

Commit 7fcd21f

Browse files
author
Edwin Cruz
authored
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.
1 parent b5c5661 commit 7fcd21f

1 file changed

Lines changed: 4 additions & 18 deletions

File tree

pom.xml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -706,15 +706,6 @@
706706
<groupId>org.springframework.boot</groupId>
707707
<artifactId>spring-boot-starter-cache</artifactId>
708708
</dependency>
709-
<dependency>
710-
<groupId>javax.cache</groupId>
711-
<artifactId>cache-api</artifactId>
712-
</dependency>
713-
<dependency>
714-
<groupId>org.ehcache</groupId>
715-
<artifactId>ehcache</artifactId>
716-
<version>3.8.1</version>
717-
</dependency>
718709
<dependency>
719710
<groupId>org.hibernate</groupId>
720711
<artifactId>hibernate-core</artifactId>
@@ -791,7 +782,7 @@
791782
<dependency>
792783
<groupId>org.apache.commons</groupId>
793784
<artifactId>commons-lang3</artifactId>
794-
<version>3.9</version>
785+
<version>3.12.0</version>
795786
</dependency>
796787
<dependency>
797788
<groupId>org.flywaydb</groupId>
@@ -803,11 +794,6 @@
803794
<artifactId>httpclient</artifactId>
804795
<version>4.5.13</version>
805796
</dependency>
806-
<dependency>
807-
<groupId>commons-httpclient</groupId>
808-
<artifactId>commons-httpclient</artifactId>
809-
<version>3.1</version>
810-
</dependency>
811797
<dependency>
812798
<groupId>org.springframework.batch</groupId>
813799
<artifactId>spring-batch-admin-manager</artifactId>
@@ -852,7 +838,7 @@
852838
<dependency>
853839
<groupId>com.microsoft.sqlserver</groupId>
854840
<artifactId>mssql-jdbc</artifactId>
855-
<version>9.2.1.jre8</version>
841+
<version>10.2.1.jre8</version>
856842
</dependency>
857843
<dependency>
858844
<groupId>com.microsoft.azure</groupId>
@@ -1023,12 +1009,12 @@
10231009
<dependency>
10241010
<groupId>com.zaxxer</groupId>
10251011
<artifactId>HikariCP</artifactId>
1026-
<version>3.3.1</version>
1012+
<version>4.0.3</version>
10271013
</dependency>
10281014
<dependency>
10291015
<groupId>com.google.code.gson</groupId>
10301016
<artifactId>gson</artifactId>
1031-
<version>2.8.9</version>
1017+
<version>2.9.0</version>
10321018
</dependency>
10331019
<dependency>
10341020
<groupId>org.jasypt</groupId>

0 commit comments

Comments
 (0)