File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.projectlombok</groupId >
46
46
<artifactId >lombok</artifactId >
47
- <version >1.18.6 </version >
47
+ <version >1.18.36 </version >
48
48
<scope >provided</scope >
49
49
</dependency >
50
50
<dependency >
126
126
<plugin >
127
127
<groupId >org.projectlombok</groupId >
128
128
<artifactId >lombok-maven-plugin</artifactId >
129
- <version >1.18.2.0</version >
129
+ <version >1.18.20.0</version >
130
+ <dependencies >
131
+ <dependency >
132
+ <groupId >org.projectlombok</groupId >
133
+ <artifactId >lombok</artifactId >
134
+ <version >1.18.36</version >
135
+ </dependency >
136
+ </dependencies >
130
137
<executions >
131
138
<execution >
132
139
<goals >
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >org.projectlombok</groupId >
59
59
<artifactId >lombok</artifactId >
60
- <version >1.18.6 </version >
60
+ <version >1.18.36 </version >
61
61
<scope >provided</scope >
62
62
</dependency >
63
63
<dependency >
207
207
<plugin >
208
208
<groupId >org.projectlombok</groupId >
209
209
<artifactId >lombok-maven-plugin</artifactId >
210
- <version >1.18.2.0</version >
210
+ <version >1.18.20.0</version >
211
+ <dependencies >
212
+ <dependency >
213
+ <groupId >org.projectlombok</groupId >
214
+ <artifactId >lombok</artifactId >
215
+ <version >1.18.36</version >
216
+ </dependency >
217
+ </dependencies >
211
218
<executions >
212
219
<execution >
213
220
<goals >
323
330
<plugin >
324
331
<groupId >biz.aQute.bnd</groupId >
325
332
<artifactId >bnd-maven-plugin</artifactId >
326
- <version >4.3.1 </version >
333
+ <version >5.2.0 </version >
327
334
<executions >
328
335
<execution >
329
336
<goals >
You can’t perform that action at this time.
0 commit comments