File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jacocoTestReport {
106106
107107dependencies {
108108 compile ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
109- compile group : ' org.mapstruct' , name : ' mapstruct' , version : ' 1.4.0.Beta1 '
109+ compile group : ' org.mapstruct' , name : ' mapstruct' , version : ' 1.5.2.Final '
110110 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
111111 testCompile group : ' org.assertj' , name : ' assertj-core' , version : ' 3.11.1'
112112 testCompile group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.9'
@@ -122,7 +122,7 @@ task libs(type: Sync) {
122122 preserve {
123123 include ' mapstruct-intellij-*.jar'
124124 }
125- rename ' mapstruct-1.4.0.Beta1 .jar' , ' mapstruct.jar'
125+ rename ' mapstruct-1.5.2.Final .jar' , ' mapstruct.jar'
126126}
127127
128128def mockJdkLocation = " https://github.com/JetBrains/intellij-community/raw/master/java/mock"
You can’t perform that action at this time.
0 commit comments