From 00cfab94f377e61d00b6d54b2d5752155f31b2cb Mon Sep 17 00:00:00 2001 From: Anton Kurako Date: Mon, 6 Dec 2021 00:44:40 +0300 Subject: [PATCH] [1.3.0] Updated to Idea 2021.3 Dependencies updated --- build.gradle | 8 ++++---- gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index cfad825..9b3ed74 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ targetCompatibility = JavaVersion.VERSION_1_8 intellij { plugins = ["java"] - version = "2021.2" + version = "2021.3" downloadSources = false } @@ -66,11 +66,11 @@ configurations { } dependencies { - implementation "com.github.goodforgod:dummymaker:3.1.0-SNAPSHOT" - implementation "org.javassist:javassist:3.27.0-GA" + implementation "com.github.goodforgod:dummymaker:3.1.0" + implementation "org.javassist:javassist:3.28.0-GA" implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-avro:$jacksonVersion" - implementation "com.github.victools:jsonschema-generator:4.12.2" + implementation "com.github.victools:jsonschema-generator:4.21.0" implementation "org.apache.avro:avro-compiler:1.9.2" implementation "io.leangen.graphql:spqr:0.11.2" } diff --git a/gradle.properties b/gradle.properties index 69be66f..b4165f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ groupId=com.github.goodforgod artifactId=dummymapper -artifactVersion=1.3.0-SNAPSHOT +artifactVersion=1.3.0 ##### GRADLE ##### @@ -12,4 +12,4 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 ##### FRAMEWORKS ##### -jacksonVersion=2.11.0 \ No newline at end of file +jacksonVersion=2.12.0 \ No newline at end of file