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

Commit 0f5de0a

Browse files
author
Tim Sowers
committed
Dependency Updates; (DOECODE-854)
1 parent 1539120 commit 0f5de0a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<properties>
1212
<jdk.version>1.8</jdk.version>
13-
<jersey.version>2.30</jersey.version>
14-
<httpclient.version>4.5.10</httpclient.version>
15-
<jackson.version>2.10.2</jackson.version>
13+
<jersey.version>2.30.1</jersey.version>
14+
<httpclient.version>4.5.12</httpclient.version>
15+
<jackson.version>2.11.0</jackson.version>
1616
<commons-io.version>2.6</commons-io.version>
1717
<projectName>doecodeapi</projectName>
1818
<datacite.url>https://mds.test.datacite.org/</datacite.url>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.9</version>
46+
<version>3.10</version>
4747
</dependency>
4848

4949
<dependency>
@@ -56,15 +56,15 @@
5656
<dependency>
5757
<groupId>org.postgresql</groupId>
5858
<artifactId>postgresql</artifactId>
59-
<version>42.2.9</version>
59+
<version>42.2.12</version>
6060
</dependency>
6161

6262
<!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
6363
<!-- for phone number validation, including international -->
6464
<dependency>
6565
<groupId>com.googlecode.libphonenumber</groupId>
6666
<artifactId>libphonenumber</artifactId>
67-
<version>8.11.2</version>
67+
<version>8.12.2</version>
6868
</dependency>
6969

7070
<!-- Apache HTTP multipart form upload -->
@@ -161,12 +161,12 @@
161161
<dependency>
162162
<groupId>org.eclipse.persistence</groupId>
163163
<artifactId>org.eclipse.persistence.jpa</artifactId>
164-
<version>2.7.5</version>
164+
<version>2.7.6</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.eclipse.persistence</groupId>
168168
<artifactId>org.eclipse.persistence.moxy</artifactId>
169-
<version>2.7.5</version>
169+
<version>2.7.6</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>commons-beanutils</groupId>
@@ -186,31 +186,31 @@
186186
<dependency>
187187
<groupId>org.hibernate.validator</groupId>
188188
<artifactId>hibernate-validator</artifactId>
189-
<version>6.1.1.Final</version>
189+
<version>6.1.4.Final</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.hibernate.validator</groupId>
193193
<artifactId>hibernate-validator-annotation-processor</artifactId>
194-
<version>6.1.1.Final</version>
194+
<version>6.1.4.Final</version>
195195
</dependency>
196196

197197
<!-- apache shiro authentication layer -->
198198
<dependency>
199199
<groupId>org.apache.shiro</groupId>
200200
<artifactId>shiro-core</artifactId>
201-
<version>1.4.2</version>
201+
<version>1.5.2</version>
202202
</dependency>
203203

204204
<dependency>
205205
<groupId>org.apache.shiro</groupId>
206206
<artifactId>shiro-web</artifactId>
207-
<version>1.4.2</version>
207+
<version>1.5.2</version>
208208
</dependency>
209209

210210
<dependency>
211211
<groupId>org.apache.shiro</groupId>
212212
<artifactId>shiro-jaxrs</artifactId>
213-
<version>1.4.2</version>
213+
<version>1.5.2</version>
214214
</dependency>
215215

216216
<dependency>
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>org.eclipse.jgit</groupId>
231231
<artifactId>org.eclipse.jgit</artifactId>
232-
<version>5.6.0.201912101111-r</version>
232+
<version>5.7.0.202003110725-r</version>
233233
<type>jar</type>
234234
</dependency>
235235
<!-- SVN support -->

0 commit comments

Comments
 (0)