Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 11, 2018
2 parents a1e2e86 + 384c6d4 commit 0093872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.1] - 2018-05-11

### Changed
- Updated Jackson Databind dependency to newer version.

## [3.4.0] - 2018-05-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compile 'commons-io:commons-io:2.5'
compile 'org.apache.commons:commons-lang3:3.5'
compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'com.auth0:java-jwt:2.2.1'

testCompile "javax.servlet:javax.servlet-api:3.1.0"
Expand Down

0 comments on commit 0093872

Please sign in to comment.