|
40 | 40 | <plugin> |
41 | 41 | <groupId>org.apache.maven.plugins</groupId> |
42 | 42 | <artifactId>maven-checkstyle-plugin</artifactId> |
43 | | - <version>3.5.0</version> |
| 43 | + <version>3.6.0</version> |
44 | 44 | <dependencies> |
45 | 45 | <dependency> |
46 | 46 | <groupId>com.puppycrawl.tools</groupId> |
47 | 47 | <artifactId>checkstyle</artifactId> |
48 | | - <version>10.18.2</version> |
| 48 | + <version>10.19.0</version> |
49 | 49 | </dependency> |
50 | 50 | </dependencies> |
51 | 51 | <configuration> |
|
70 | 70 | <plugin> |
71 | 71 | <groupId>org.apache.maven.plugins</groupId> |
72 | 72 | <artifactId>maven-pmd-plugin</artifactId> |
73 | | - <version>3.25.0</version> |
| 73 | + <version>3.26.0</version> |
74 | 74 | <configuration> |
75 | 75 | <includeTests>true</includeTests> |
76 | 76 | <printFailingErrors>true</printFailingErrors> |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>net.sourceforge.pmd</groupId> |
84 | 84 | <artifactId>pmd-core</artifactId> |
85 | | - <version>7.6.0</version> |
| 85 | + <version>7.7.0</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>net.sourceforge.pmd</groupId> |
89 | 89 | <artifactId>pmd-java</artifactId> |
90 | | - <version>7.6.0</version> |
| 90 | + <version>7.7.0</version> |
91 | 91 | </dependency> |
92 | 92 | </dependencies> |
93 | 93 | </plugin> |
|
99 | 99 | <plugin> |
100 | 100 | <groupId>org.apache.maven.plugins</groupId> |
101 | 101 | <artifactId>maven-jxr-plugin</artifactId> |
102 | | - <version>3.5.0</version> |
| 102 | + <version>3.6.0</version> |
103 | 103 | </plugin> |
104 | 104 | </plugins> |
105 | 105 | </reporting> |
|
0 commit comments