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 @@ -170,7 +170,7 @@ def versions = [
170170 jacksonDatabind : ' 2.19.1' ,
171171 junitJupiter : ' 5.13.1' ,
172172 lombok : ' 1.18.38' ,
173- mapStruct : ' 1.3.0.Final ' ,
173+ mapStruct : ' 1.6.3 ' ,
174174 pact_version : ' 4.1.34' ,
175175 piTest : ' 1.20.0' ,
176176 probateCommonsVersion : ' 2.2.2' ,
@@ -241,7 +241,7 @@ dependencies {
241241 implementation group : ' commons-io' , name : ' commons-io' , version : versions. commonsIO
242242 implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : versions. springDocOpenUi
243243 implementation group : ' org.projectlombok' , name : ' lombok' , version : versions. lombok
244- implementation group : ' org.mapstruct' , name : ' mapstruct' , version : ' 1.5.5.Final '
244+ implementation group : ' org.mapstruct' , name : ' mapstruct' , version : ' 1.6.3 '
245245 implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-csv' , version : versions. jacksonDatabind
246246 implementation group : ' org.pitest' , name : ' pitest' , version : versions. piTest
247247 implementation group : ' com.atlassian.commonmark' , name : ' commonmark' , version : versions. commonMark
You can’t perform that action at this time.
0 commit comments