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

Commit b0f360e

Browse files
author
Tim Sowers
committed
Update dependencies; (DOECODE-1241)
1 parent c038fca commit b0f360e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<properties>
1212
<jdk.version>1.8</jdk.version>
1313
<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>
1717
<projectName>doecodeapi</projectName>
1818
<datacite.url>https://mds.test.datacite.org/</datacite.url>
1919
<environment>development</environment>
@@ -43,29 +43,29 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.12.0</version>
46+
<version>3.13.0</version>
4747
</dependency>
4848

4949
<!--Logging-->
5050
<dependency>
5151
<groupId>ch.qos.logback</groupId>
5252
<artifactId>logback-classic</artifactId>
53-
<version>1.2.10</version>
53+
<version>1.3.11</version>
5454
</dependency>
5555

5656
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
5757
<dependency>
5858
<groupId>org.postgresql</groupId>
5959
<artifactId>postgresql</artifactId>
60-
<version>42.5.1</version>
60+
<version>42.6.0</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
6464
<!-- for phone number validation, including international -->
6565
<dependency>
6666
<groupId>com.googlecode.libphonenumber</groupId>
6767
<artifactId>libphonenumber</artifactId>
68-
<version>8.12.40</version>
68+
<version>8.13.19</version>
6969
</dependency>
7070

7171
<!-- Apache HTTP multipart form upload -->
@@ -230,21 +230,21 @@
230230
<dependency>
231231
<groupId>org.eclipse.jgit</groupId>
232232
<artifactId>org.eclipse.jgit</artifactId>
233-
<version>5.13.0.202109080827-r</version>
233+
<version>5.13.2.202306221912-r</version>
234234
<type>jar</type>
235235
</dependency>
236236
<!-- SVN support -->
237237
<dependency>
238238
<groupId>org.tmatesoft.svnkit</groupId>
239239
<artifactId>svnkit</artifactId>
240-
<version>1.10.3</version>
240+
<version>1.10.11</version>
241241
<type>jar</type>
242242
</dependency>
243243
<!--Jsoup (for scrubbing out script tags to prevent XSS attacks)-->
244244
<dependency>
245245
<groupId>org.jsoup</groupId>
246246
<artifactId>jsoup</artifactId>
247-
<version>1.15.3</version>
247+
<version>1.16.1</version>
248248
</dependency>
249249

250250
</dependencies>

0 commit comments

Comments
 (0)