File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 37
37
<artifactory-maven-plugin .version>3.5.1</artifactory-maven-plugin .version>
38
38
<flapdoodle-mongodb .version>4.6.1</flapdoodle-mongodb .version>
39
39
<jmolecules-bom .version>2023.1.0</jmolecules-bom .version>
40
+ <lombok .version>1.18.28</lombok .version>
40
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
42
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
42
43
<spring .version>6.0.11</spring .version> <!-- For Javadoc links only -->
@@ -492,7 +493,7 @@ limitations under the License.
492
493
<path >
493
494
<groupId >org.projectlombok</groupId >
494
495
<artifactId >lombok</artifactId >
495
- <version >1.18.28 </version >
496
+ <version >${lombok.version} </version >
496
497
</path >
497
498
</annotationProcessorPaths >
498
499
</configuration >
Original file line number Diff line number Diff line change 23
23
24
24
<properties >
25
25
<java .version>17</java .version>
26
+ <spring-boot .version>3.1.2</spring-boot .version>
26
27
</properties >
27
28
28
29
<build >
38
39
<path >
39
40
<groupId >org.springframework.boot</groupId >
40
41
<artifactId >spring-boot-configuration-processor</artifactId >
41
- <version >3.1.2 </version >
42
+ <version >${spring-boot.version} </version >
42
43
</path >
43
44
<path >
44
45
<groupId >org.projectlombok</groupId >
45
46
<artifactId >lombok</artifactId >
46
- <version >1.18.28 </version >
47
+ <version >${lombok.version} </version >
47
48
</path >
48
49
</annotationProcessorPaths >
49
50
</configuration >
You can’t perform that action at this time.
0 commit comments