File tree Expand file tree Collapse file tree 9 files changed +37
-18
lines changed Expand file tree Collapse file tree 9 files changed +37
-18
lines changed Original file line number Diff line number Diff line change 89
89
<plugin >
90
90
<groupId >com.github.eirslett</groupId >
91
91
<artifactId >frontend-maven-plugin</artifactId >
92
- <version >1.12.0 </version >
92
+ <version >1.12.1 </version >
93
93
<configuration >
94
94
<nodeVersion >${node.version} </nodeVersion >
95
95
<npmVersion >${npm.version} </npmVersion >
126
126
<plugin >
127
127
<groupId >org.apache.maven.plugins</groupId >
128
128
<artifactId >maven-jar-plugin</artifactId >
129
- <version >3.2.0 </version >
129
+ <version >3.2.2 </version >
130
130
<configuration >
131
131
<archive >
132
132
<manifestEntries >
Original file line number Diff line number Diff line change 46
46
<plugin >
47
47
<groupId >org.apache.maven.plugins</groupId >
48
48
<artifactId >maven-war-plugin</artifactId >
49
- <version >3.3.1 </version >
49
+ <version >3.3.2 </version >
50
50
<configuration >
51
51
<archiveClasses >true</archiveClasses >
52
52
<packagingExcludes >WEB-INF/classes</packagingExcludes >
155
155
<dependency >
156
156
<groupId >com.google.code.gson</groupId >
157
157
<artifactId >gson</artifactId >
158
- <version >2.8.9 </version >
158
+ <version >2.9.0 </version >
159
159
</dependency >
160
160
<dependency >
161
161
<groupId >org.jetbrains.xodus</groupId >
Original file line number Diff line number Diff line change 33
33
<plugin >
34
34
<groupId >com.google.cloud.tools</groupId >
35
35
<artifactId >jib-maven-plugin</artifactId >
36
- <version >3.1.2 </version >
36
+ <version >3.2.0 </version >
37
37
<executions >
38
38
<execution >
39
39
<id >make-docker-image</id >
Original file line number Diff line number Diff line change 16
16
<name >PWM Password Self Service: Executable Server JAR</name >
17
17
18
18
<properties >
19
- <tomcat .version>9.0.58 </tomcat .version>
19
+ <tomcat .version>9.0.59 </tomcat .version>
20
20
</properties >
21
21
22
22
<build >
25
25
<!-- prevent normal jar from being built -->
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-jar-plugin</artifactId >
28
- <version >3.2.0 </version >
28
+ <version >3.2.2 </version >
29
29
<executions >
30
30
<execution >
31
31
<id >default-jar</id >
Original file line number Diff line number Diff line change 251
251
<dependency >
252
252
<groupId >com.puppycrawl.tools</groupId >
253
253
<artifactId >checkstyle</artifactId >
254
- <version >9.3 </version >
254
+ <version >10.0 </version >
255
255
</dependency >
256
256
</dependencies >
257
257
<executions >
335
335
<dependency >
336
336
<groupId >com.github.spotbugs</groupId >
337
337
<artifactId >spotbugs</artifactId >
338
- <version >4.5.3 </version >
338
+ <version >4.6.0 </version >
339
339
</dependency >
340
340
</dependencies >
341
341
<configuration >
437
437
<dependency >
438
438
<groupId >com.github.spotbugs</groupId >
439
439
<artifactId >spotbugs-annotations</artifactId >
440
- <version >4.5.3 </version >
440
+ <version >4.6.0 </version >
441
441
<scope >provided</scope >
442
442
</dependency >
443
443
451
451
<dependency >
452
452
<groupId >org.mockito</groupId >
453
453
<artifactId >mockito-core</artifactId >
454
- <version >4.3.1 </version >
454
+ <version >4.4.0 </version >
455
455
<scope >test</scope >
456
456
</dependency >
457
457
<dependency >
Original file line number Diff line number Diff line change 28
28
<plugin >
29
29
<groupId >org.apache.maven.plugins</groupId >
30
30
<artifactId >maven-war-plugin</artifactId >
31
- <version >3.3.1 </version >
31
+ <version >3.3.2 </version >
32
32
<configuration >
33
33
<archiveClasses >true</archiveClasses >
34
34
<packagingExcludes >WEB-INF/classes</packagingExcludes >
79
79
<dependency >
80
80
<groupId >com.google.code.gson</groupId >
81
81
<artifactId >gson</artifactId >
82
- <version >2.8.9 </version >
82
+ <version >2.9.0 </version >
83
83
</dependency >
84
84
<dependency >
85
85
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-compiler-plugin</artifactId >
44
- <version >3.8.1 </version >
44
+ <version >3.10.0 </version >
45
45
<configuration >
46
46
<source >${maven.compiler.source} </source >
47
47
<target >${maven.compiler.target} </target >
117
117
<plugin >
118
118
<groupId >org.apache.maven.plugins</groupId >
119
119
<artifactId >maven-jar-plugin</artifactId >
120
- <version >3.2.0 </version >
120
+ <version >3.2.2 </version >
121
121
<configuration >
122
122
<archive >
123
123
<manifestEntries >
307
307
<dependency >
308
308
<groupId >com.google.code.gson</groupId >
309
309
<artifactId >gson</artifactId >
310
- <version >2.8.9 </version >
310
+ <version >2.9.0 </version >
311
311
</dependency >
312
312
<dependency >
313
313
<groupId >com.blueconic</groupId >
328
328
<dependency >
329
329
<groupId >org.webjars</groupId >
330
330
<artifactId >webjars-locator-core</artifactId >
331
- <version >0.48 </version >
331
+ <version >0.50 </version >
332
332
</dependency >
333
333
<dependency >
334
334
<groupId >com.github.ben-manes.caffeine</groupId >
Original file line number Diff line number Diff line change 103
103
<plugin >
104
104
<groupId >org.apache.maven.plugins</groupId >
105
105
<artifactId >maven-war-plugin</artifactId >
106
- <version >3.3.1 </version >
106
+ <version >3.3.2 </version >
107
107
<configuration >
108
108
<archiveClasses >false</archiveClasses >
109
109
<packagingExcludes >**/*.jsp</packagingExcludes >
You can’t perform that action at this time.
0 commit comments