Skip to content

Commit

Permalink
Merge pull request #103 from crowdin/fix/jackson_databind_increase_ve…
Browse files Browse the repository at this point in the history
…rsion

increase version of jackson databind
  • Loading branch information
dmtr-p authored Mar 13, 2019
2 parents f9f56e9 + b7aeb2f commit 4ffdc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Unreleased**
+ Increase version of jackson databind

**Version 2.0.26**
+ Fix issue with replacement `**` in translation pattern
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!hasProperty('mainClass')) {

repositories {
mavenCentral()
maven {
maven {
url "http://repo1.maven.org/maven2"
}
}
Expand All @@ -28,7 +28,7 @@ dependencies {
compile group: 'org.yaml', name: 'snakeyaml', version: '1.17'
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile group: 'org.glassfish.jersey.core', name: 'jersey-client', version: '2.27'
compile group: 'org.glassfish.jersey.media', name: 'jersey-media-json-jackson', version: '2.27'
compile group: 'org.glassfish.jersey.media', name: 'jersey-media-json-jackson', version: '2.28'
compile group: 'com.sun.jersey.contribs', name: 'jersey-multipart', version: '1.19.4'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.2'
Expand Down

0 comments on commit 4ffdc0d

Please sign in to comment.