Skip to content

Commit 85d372c

Browse files
committed
Update plugins in broker package
1 parent 240655b commit 85d372c

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

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>

0 commit comments

Comments
 (0)