Skip to content

Commit

Permalink
[1.3.0]
Browse files Browse the repository at this point in the history
Updated to Idea 2021.3
Dependencies updated
  • Loading branch information
GoodforGod committed Dec 5, 2021
1 parent 1f08f29 commit 00cfab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ targetCompatibility = JavaVersion.VERSION_1_8

intellij {
plugins = ["java"]
version = "2021.2"
version = "2021.3"
downloadSources = false
}

Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId=com.github.goodforgod
artifactId=dummymapper
artifactVersion=1.3.0-SNAPSHOT
artifactVersion=1.3.0


##### GRADLE #####
Expand All @@ -12,4 +12,4 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8


##### FRAMEWORKS #####
jacksonVersion=2.11.0
jacksonVersion=2.12.0

0 comments on commit 00cfab9

Please sign in to comment.