File tree Expand file tree Collapse file tree 5 files changed +244
-259
lines changed
server/src/main/java/password/pwm
webapp/src/main/webapp/public/resources/js Expand file tree Collapse file tree 5 files changed +244
-259
lines changed Original file line number Diff line number Diff line change 166
166
<dependency >
167
167
<groupId >com.puppycrawl.tools</groupId >
168
168
<artifactId >checkstyle</artifactId >
169
- <version >8.25 </version >
169
+ <version >8.26 </version >
170
170
</dependency >
171
171
</dependencies >
172
172
<executions >
314
314
<dependency >
315
315
<groupId >org.assertj</groupId >
316
316
<artifactId >assertj-core</artifactId >
317
- <version >3.13.2 </version >
317
+ <version >3.14.0 </version >
318
318
<scope >test</scope >
319
319
</dependency >
320
320
<dependency >
332
332
<dependency >
333
333
<groupId >org.openjdk.jmh</groupId >
334
334
<artifactId >jmh-core</artifactId >
335
- <version >1.21 </version >
335
+ <version >1.22 </version >
336
336
<scope >test</scope >
337
337
</dependency >
338
338
<dependency >
339
339
<groupId >org.openjdk.jmh</groupId >
340
340
<artifactId >jmh-generator-annprocess</artifactId >
341
- <version >1.21 </version >
341
+ <version >1.22 </version >
342
342
<scope >test</scope >
343
343
</dependency >
344
344
You can’t perform that action at this time.
0 commit comments