Skip to content

Commit

Permalink
#5 update misc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Oct 24, 2018
1 parent 54b3ff3 commit dc61ed2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Project: Jargon Master POM
### Date: 07/05/2018
### Author: Mike Conway
### Release Version: 4.3.0.1-SNAPSHOT
### Release Version: 4.3.0.1-RELEASE
### git tag:

This is the parent POM for Jargon-related projects, representing a restructuring of related Jargon projects in a more streamlined fashion.
This is the parent POM for Jargon-related projects, representing a restructuring of related Jargon projects in a more streamlined fashion.

Repo: https://github.com/DICE-UNC/jargon-pom

#### Update dependencies for Jackson, Commons compress, and Tika #316

Update various dependencies for Jackson, Tika, etc.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<packaging>pom</packaging>
<version>4.3.0.1-SNAPSHOT</version>
<version>4.3.0.1-RELEASE</version>
<name>Jargon POM</name>
<description>Master POM for Jargon-related projects</description>
<url>https://github.com/DICE-UNC/jargon</url>
Expand Down Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.14</version>
<version>1.18</version>
</dependency>

<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
Expand Down Expand Up @@ -293,25 +293,25 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.2</version>
<version>2.9.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.2</version>
<version>2.9.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.2</version>
<version>2.9.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.tika/tika-core -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.14</version>
<version>1.19.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
<dependency>
Expand Down

0 comments on commit dc61ed2

Please sign in to comment.