|
11 | 11 | <properties>
|
12 | 12 | <jdk.version>1.8</jdk.version>
|
13 | 13 | <jersey.version>2.35</jersey.version>
|
14 |
| - <httpclient.version>4.5.13</httpclient.version> |
15 |
| - <jackson.version>2.14.1</jackson.version> |
16 |
| - <commons-io.version>2.11.0</commons-io.version> |
| 14 | + <httpclient.version>4.5.14</httpclient.version> |
| 15 | + <jackson.version>2.15.2</jackson.version> |
| 16 | + <commons-io.version>2.13.0</commons-io.version> |
17 | 17 | <projectName>doecodeapi</projectName>
|
18 | 18 | <datacite.url>https://mds.test.datacite.org/</datacite.url>
|
19 | 19 | <environment>development</environment>
|
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>org.apache.commons</groupId>
|
45 | 45 | <artifactId>commons-lang3</artifactId>
|
46 |
| - <version>3.12.0</version> |
| 46 | + <version>3.13.0</version> |
47 | 47 | </dependency>
|
48 | 48 |
|
49 | 49 | <!--Logging-->
|
50 | 50 | <dependency>
|
51 | 51 | <groupId>ch.qos.logback</groupId>
|
52 | 52 | <artifactId>logback-classic</artifactId>
|
53 |
| - <version>1.2.10</version> |
| 53 | + <version>1.3.11</version> |
54 | 54 | </dependency>
|
55 | 55 |
|
56 | 56 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.postgresql</groupId>
|
59 | 59 | <artifactId>postgresql</artifactId>
|
60 |
| - <version>42.5.1</version> |
| 60 | + <version>42.6.0</version> |
61 | 61 | </dependency>
|
62 | 62 |
|
63 | 63 | <!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
|
64 | 64 | <!-- for phone number validation, including international -->
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>com.googlecode.libphonenumber</groupId>
|
67 | 67 | <artifactId>libphonenumber</artifactId>
|
68 |
| - <version>8.12.40</version> |
| 68 | + <version>8.13.19</version> |
69 | 69 | </dependency>
|
70 | 70 |
|
71 | 71 | <!-- Apache HTTP multipart form upload -->
|
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>org.eclipse.jgit</groupId>
|
232 | 232 | <artifactId>org.eclipse.jgit</artifactId>
|
233 |
| - <version>5.13.0.202109080827-r</version> |
| 233 | + <version>5.13.2.202306221912-r</version> |
234 | 234 | <type>jar</type>
|
235 | 235 | </dependency>
|
236 | 236 | <!-- SVN support -->
|
237 | 237 | <dependency>
|
238 | 238 | <groupId>org.tmatesoft.svnkit</groupId>
|
239 | 239 | <artifactId>svnkit</artifactId>
|
240 |
| - <version>1.10.3</version> |
| 240 | + <version>1.10.11</version> |
241 | 241 | <type>jar</type>
|
242 | 242 | </dependency>
|
243 | 243 | <!--Jsoup (for scrubbing out script tags to prevent XSS attacks)-->
|
244 | 244 | <dependency>
|
245 | 245 | <groupId>org.jsoup</groupId>
|
246 | 246 | <artifactId>jsoup</artifactId>
|
247 |
| - <version>1.15.3</version> |
| 247 | + <version>1.16.1</version> |
248 | 248 | </dependency>
|
249 | 249 |
|
250 | 250 | </dependencies>
|
|
0 commit comments