Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 211c63b

Browse files
author
sowerstl
committed
Dependency updates; (DOECODE-785)
1 parent ec3e79b commit 211c63b

File tree

1 file changed

+11
-33
lines changed

1 file changed

+11
-33
lines changed

pom.xml

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<properties>
1212
<jdk.version>1.8</jdk.version>
1313
<jersey.version>2.25</jersey.version>
14-
<httpclient.version>4.5.8</httpclient.version>
15-
<jackson.version>2.9.9</jackson.version>
14+
<httpclient.version>4.5.10</httpclient.version>
15+
<jackson.version>2.9.9</jackson.version> <!-- databind on 2.9.9.3 security patch-->
1616
<commons-io.version>2.6</commons-io.version>
1717
<projectName>doecodeapi</projectName>
1818
<datacite.url>https://mds.test.datacite.org/</datacite.url>
@@ -39,12 +39,6 @@
3939
<scope>provided</scope>
4040
</dependency>
4141

42-
<dependency>
43-
<groupId>org.apache.commons</groupId>
44-
<artifactId>commons-dbcp2</artifactId>
45-
<version>2.6.0</version>
46-
</dependency>
47-
4842
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
4943
<dependency>
5044
<groupId>org.apache.commons</groupId>
@@ -55,38 +49,22 @@
5549
<dependency>
5650
<groupId>org.slf4j</groupId>
5751
<artifactId>slf4j-log4j12</artifactId>
58-
<version>1.7.26</version>
52+
<version>1.7.28</version>
5953
</dependency>
6054

6155
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
6256
<dependency>
6357
<groupId>org.postgresql</groupId>
6458
<artifactId>postgresql</artifactId>
65-
<version>42.2.5</version>
66-
</dependency>
67-
68-
<!-- for COUNTRY CODE and name conversions based on ISO-3166-1 standard -->
69-
<dependency>
70-
<groupId>com.neovisionaries</groupId>
71-
<artifactId>nv-i18n</artifactId>
72-
<version>1.25</version>
59+
<version>42.2.8</version>
7360
</dependency>
7461

7562
<!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
7663
<!-- for phone number validation, including international -->
7764
<dependency>
7865
<groupId>com.googlecode.libphonenumber</groupId>
7966
<artifactId>libphonenumber</artifactId>
80-
<version>8.10.12</version>
81-
</dependency>
82-
83-
84-
<!-- Apache HTTP components for connector communication -->
85-
<dependency>
86-
<groupId>org.apache.httpcomponents</groupId>
87-
<artifactId>httpclient</artifactId>
88-
<version>${httpclient.version}</version>
89-
<type>jar</type>
67+
<version>8.10.18</version>
9068
</dependency>
9169

9270
<!-- Apache HTTP multipart form upload -->
@@ -107,7 +85,7 @@
10785
<dependency>
10886
<groupId>com.fasterxml.jackson.core</groupId>
10987
<artifactId>jackson-databind</artifactId>
110-
<version>${jackson.version}</version>
88+
<version>2.9.9.3</version>
11189
<type>jar</type>
11290
</dependency>
11391
<dependency>
@@ -188,7 +166,7 @@
188166
<dependency>
189167
<groupId>commons-beanutils</groupId>
190168
<artifactId>commons-beanutils</artifactId>
191-
<version>1.9.3</version>
169+
<version>1.9.4</version>
192170
<type>jar</type>
193171
</dependency>
194172

@@ -203,12 +181,12 @@
203181
<dependency>
204182
<groupId>org.hibernate.validator</groupId>
205183
<artifactId>hibernate-validator</artifactId>
206-
<version>6.0.16.Final</version>
184+
<version>6.0.17.Final</version>
207185
</dependency>
208186
<dependency>
209187
<groupId>org.hibernate.validator</groupId>
210188
<artifactId>hibernate-validator-annotation-processor</artifactId>
211-
<version>6.0.16.Final</version>
189+
<version>6.0.17.Final</version>
212190
</dependency>
213191

214192
<!-- apache shiro authentication layer -->
@@ -246,14 +224,14 @@
246224
<dependency>
247225
<groupId>org.eclipse.jgit</groupId>
248226
<artifactId>org.eclipse.jgit</artifactId>
249-
<version>5.3.1.201904271842-r</version>
227+
<version>5.4.3.201909031940-r</version>
250228
<type>jar</type>
251229
</dependency>
252230
<!-- SVN support -->
253231
<dependency>
254232
<groupId>org.tmatesoft.svnkit</groupId>
255233
<artifactId>svnkit</artifactId>
256-
<version>1.9.3</version>
234+
<version>1.10.1</version>
257235
<type>jar</type>
258236
</dependency>
259237

0 commit comments

Comments
 (0)