File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<maven .compiler.source>8</maven .compiler.source>
21
21
<maven .compiler.target>8</maven .compiler.target>
22
22
23
- <dependencycheck .version>9.1 .0</dependencycheck .version>
23
+ <dependencycheck .version>9.2 .0</dependencycheck .version>
24
24
</properties >
25
25
<build >
26
26
<resources >
32
32
<plugin >
33
33
<groupId >org.codehaus.mojo</groupId >
34
34
<artifactId >build-helper-maven-plugin</artifactId >
35
- <version >3.5 .0</version >
35
+ <version >3.6 .0</version >
36
36
<executions >
37
37
<execution >
38
38
<phase >generate-sources</phase >
51
51
<plugin >
52
52
<groupId >org.apache.maven.plugins</groupId >
53
53
<artifactId >maven-enforcer-plugin</artifactId >
54
- <version >3.4.1 </version >
54
+ <version >3.5.0 </version >
55
55
<executions >
56
56
<execution >
57
57
<id >enforce-maven</id >
416
416
<plugin >
417
417
<groupId >org.apache.maven.plugins</groupId >
418
418
<artifactId >maven-javadoc-plugin</artifactId >
419
- <version >3.6.3 </version >
419
+ <version >3.7.0 </version >
420
420
<configuration >
421
421
<quiet >true</quiet >
422
422
<doclint >none</doclint >
You can’t perform that action at this time.
0 commit comments