We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2881bd commit 3d6c1fcCopy full SHA for 3d6c1fc
project.gradle
@@ -33,8 +33,8 @@ project.ext {
33
*/
34
dependencies {
35
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") {
+ version: "2.2.0");
+ compile(group: "org.apache.avro", name: "avro", version: "1.7.6") {
38
exclude(group: "org.slf4j", module: "slf4j-api");
39
exclude(group: "org.apache.commons", module: "commons-compress");
40
exclude(group: "com.thoughtworks.paranamer", module: "paranamer");
0 commit comments