Skip to content

Commit af79b3c

Browse files
Update mapstruct monorepo to v1.6.3 (#1087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 111ad36 commit af79b3c

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
@@ -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

0 commit comments

Comments
 (0)