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

Commit

Permalink
Dependency Updates; (DOECODE-854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sowers committed May 1, 2020
1 parent 2d5ddc8 commit f4dbff9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jersey.version>2.30</jersey.version>
<jersey.version>2.30.1</jersey.version>
<environment>development</environment>
</properties>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.10</version>
<version>4.5.12</version>
<type>jar</type>
</dependency>

Expand All @@ -78,13 +78,13 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>5.6.0.201912101111-r</version>
<version>5.7.0.202003110725-r</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
<version>42.2.12</version>
</dependency>

<!-- JAX/RS web services -->
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.19</version>
<version>1.20</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit f4dbff9

Please sign in to comment.