We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240655b commit 85d372cCopy full SHA for 85d372c
1 file changed
msal4j-brokers/pom.xml
@@ -44,7 +44,7 @@
44
<dependency>
45
<groupId>org.projectlombok</groupId>
46
<artifactId>lombok</artifactId>
47
- <version>1.18.6</version>
+ <version>1.18.36</version>
48
<scope>provided</scope>
49
</dependency>
50
@@ -126,7 +126,14 @@
126
<plugin>
127
128
<artifactId>lombok-maven-plugin</artifactId>
129
- <version>1.18.2.0</version>
+ <version>1.18.20.0</version>
130
+ <dependencies>
131
+ <dependency>
132
+ <groupId>org.projectlombok</groupId>
133
+ <artifactId>lombok</artifactId>
134
135
+ </dependency>
136
+ </dependencies>
137
<executions>
138
<execution>
139
<goals>
0 commit comments