Skip to content

Commit 127fdad

Browse files
authored
Update MapStruct to latest version (#102)
1 parent 9eb646c commit 127fdad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jacocoTestReport {
106106

107107
dependencies {
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

128128
def mockJdkLocation = "https://github.com/JetBrains/intellij-community/raw/master/java/mock"

0 commit comments

Comments
 (0)