Skip to content

Commit

Permalink
Update json-avro-converter to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdubiel committed Jan 20, 2017
1 parent f78a2cf commit eef406e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hermes-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compile group: 'org.glassfish.jersey.media', name: 'jersey-media-json-jackson', version: versions.jersey
compile group: 'org.glassfish.jersey.ext', name: 'jersey-bean-validation', version: versions.jersey

compile group: 'tech.allegro.schema.json2avro', name: 'converter', version: '0.2.4'
compile group: 'tech.allegro.schema.json2avro', name: 'converter', version: '0.2.5'

compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
compile group: 'commons-codec', name: 'commons-codec', version: '1.9'
Expand Down
2 changes: 1 addition & 1 deletion hermes-schema/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':hermes-api')

compile group: 'org.apache.avro', name: 'avro', version: '1.7.7'
compile group: 'org.apache.avro', name: 'avro', version: '1.8.1'
compile group: 'com.google.guava', name: 'guava', version: versions.guava

testCompile project(path: ":hermes-test-helper")
Expand Down

0 comments on commit eef406e

Please sign in to comment.