|
11 | 11 | <properties> |
12 | 12 | <jdk.version>1.8</jdk.version> |
13 | 13 | <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--> |
16 | 16 | <commons-io.version>2.6</commons-io.version> |
17 | 17 | <projectName>doecodeapi</projectName> |
18 | 18 | <datacite.url>https://mds.test.datacite.org/</datacite.url> |
|
39 | 39 | <scope>provided</scope> |
40 | 40 | </dependency> |
41 | 41 |
|
42 | | - <dependency> |
43 | | - <groupId>org.apache.commons</groupId> |
44 | | - <artifactId>commons-dbcp2</artifactId> |
45 | | - <version>2.6.0</version> |
46 | | - </dependency> |
47 | | - |
48 | 42 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
49 | 43 | <dependency> |
50 | 44 | <groupId>org.apache.commons</groupId> |
|
55 | 49 | <dependency> |
56 | 50 | <groupId>org.slf4j</groupId> |
57 | 51 | <artifactId>slf4j-log4j12</artifactId> |
58 | | - <version>1.7.26</version> |
| 52 | + <version>1.7.28</version> |
59 | 53 | </dependency> |
60 | 54 |
|
61 | 55 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
62 | 56 | <dependency> |
63 | 57 | <groupId>org.postgresql</groupId> |
64 | 58 | <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> |
73 | 60 | </dependency> |
74 | 61 |
|
75 | 62 | <!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber --> |
76 | 63 | <!-- for phone number validation, including international --> |
77 | 64 | <dependency> |
78 | 65 | <groupId>com.googlecode.libphonenumber</groupId> |
79 | 66 | <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> |
90 | 68 | </dependency> |
91 | 69 |
|
92 | 70 | <!-- Apache HTTP multipart form upload --> |
|
107 | 85 | <dependency> |
108 | 86 | <groupId>com.fasterxml.jackson.core</groupId> |
109 | 87 | <artifactId>jackson-databind</artifactId> |
110 | | - <version>${jackson.version}</version> |
| 88 | + <version>2.9.9.3</version> |
111 | 89 | <type>jar</type> |
112 | 90 | </dependency> |
113 | 91 | <dependency> |
|
188 | 166 | <dependency> |
189 | 167 | <groupId>commons-beanutils</groupId> |
190 | 168 | <artifactId>commons-beanutils</artifactId> |
191 | | - <version>1.9.3</version> |
| 169 | + <version>1.9.4</version> |
192 | 170 | <type>jar</type> |
193 | 171 | </dependency> |
194 | 172 |
|
|
203 | 181 | <dependency> |
204 | 182 | <groupId>org.hibernate.validator</groupId> |
205 | 183 | <artifactId>hibernate-validator</artifactId> |
206 | | - <version>6.0.16.Final</version> |
| 184 | + <version>6.0.17.Final</version> |
207 | 185 | </dependency> |
208 | 186 | <dependency> |
209 | 187 | <groupId>org.hibernate.validator</groupId> |
210 | 188 | <artifactId>hibernate-validator-annotation-processor</artifactId> |
211 | | - <version>6.0.16.Final</version> |
| 189 | + <version>6.0.17.Final</version> |
212 | 190 | </dependency> |
213 | 191 |
|
214 | 192 | <!-- apache shiro authentication layer --> |
|
246 | 224 | <dependency> |
247 | 225 | <groupId>org.eclipse.jgit</groupId> |
248 | 226 | <artifactId>org.eclipse.jgit</artifactId> |
249 | | - <version>5.3.1.201904271842-r</version> |
| 227 | + <version>5.4.3.201909031940-r</version> |
250 | 228 | <type>jar</type> |
251 | 229 | </dependency> |
252 | 230 | <!-- SVN support --> |
253 | 231 | <dependency> |
254 | 232 | <groupId>org.tmatesoft.svnkit</groupId> |
255 | 233 | <artifactId>svnkit</artifactId> |
256 | | - <version>1.9.3</version> |
| 234 | + <version>1.10.1</version> |
257 | 235 | <type>jar</type> |
258 | 236 | </dependency> |
259 | 237 |
|
|
0 commit comments