Skip to content

Commit 5259675

Browse files
authored
Merge pull request #900 from AzureAD/avdunn/update-plugin
Update plugins to be compatible with Java 17 builds
2 parents eac0d8d + 85d372c commit 5259675

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

msal4j-brokers/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.projectlombok</groupId>
4646
<artifactId>lombok</artifactId>
47-
<version>1.18.6</version>
47+
<version>1.18.36</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
<dependency>
@@ -126,7 +126,14 @@
126126
<plugin>
127127
<groupId>org.projectlombok</groupId>
128128
<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>
130137
<executions>
131138
<execution>
132139
<goals>

msal4j-sdk/pom.xml

Lines changed: 10 additions & 3 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>
@@ -207,7 +207,14 @@
207207
<plugin>
208208
<groupId>org.projectlombok</groupId>
209209
<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>
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)