Skip to content

Commit 3d6c1fc

Browse files
committed
Update dependencies
1 parent e2881bd commit 3d6c1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ project.ext {
3333
*/
3434
dependencies {
3535
compile(group: "com.github.fge", name: "json-schema-validator",
36-
version: "2.1.9");
37-
compile(group: "org.apache.avro", name: "avro", version: "1.7.4") {
36+
version: "2.2.0");
37+
compile(group: "org.apache.avro", name: "avro", version: "1.7.6") {
3838
exclude(group: "org.slf4j", module: "slf4j-api");
3939
exclude(group: "org.apache.commons", module: "commons-compress");
4040
exclude(group: "com.thoughtworks.paranamer", module: "paranamer");

0 commit comments

Comments
 (0)