Skip to content

Commit 240655b

Browse files
committed
Update more plugins
1 parent c81e599 commit 240655b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

msal4j-sdk/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.projectlombok</groupId>
5959
<artifactId>lombok</artifactId>
60-
<version>1.18.6</version>
60+
<version>1.18.36</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
<dependency>
@@ -208,6 +208,13 @@
208208
<groupId>org.projectlombok</groupId>
209209
<artifactId>lombok-maven-plugin</artifactId>
210210
<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>
211218
<executions>
212219
<execution>
213220
<goals>
@@ -323,7 +330,7 @@
323330
<plugin>
324331
<groupId>biz.aQute.bnd</groupId>
325332
<artifactId>bnd-maven-plugin</artifactId>
326-
<version>4.3.1</version>
333+
<version>5.2.0</version>
327334
<executions>
328335
<execution>
329336
<goals>

0 commit comments

Comments
 (0)