File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1919 <maven .compiler.source>1.8</maven .compiler.source>
2020 <maven .compiler.target>1.8</maven .compiler.target>
2121 <org .mapstruct.version>1.4.1.Final</org .mapstruct.version>
22- <org .projectlombok.version>1.18.12</org .projectlombok.version>
22+ <org .projectlombok.version>1.18.16</org .projectlombok.version>
23+ <lombok-mapstruct-binding .version>0.2.0</lombok-mapstruct-binding .version>
2324 </properties >
2425
2526 <dependencies >
8283 <artifactId >lombok</artifactId >
8384 <version >${org.projectlombok.version} </version >
8485 </path >
86+ <path >
87+ <groupId >org.projectlombok</groupId >
88+ <artifactId >lombok-mapstruct-binding</artifactId >
89+ <version >${lombok-mapstruct-binding.version} </version >
90+ </path >
8591 </annotationProcessorPaths >
8692 </configuration >
8793 </plugin >
You can’t perform that action at this time.
0 commit comments