|
63 | 63 | <plugin> |
64 | 64 | <groupId>org.apache.maven.plugins</groupId> |
65 | 65 | <artifactId>maven-jar-plugin</artifactId> |
66 | | - <version>3.0.2</version> |
| 66 | + <version>3.2.0</version> |
67 | 67 | <configuration> |
68 | 68 | <archive> |
69 | | - <manifest> |
70 | | - <mainClass>com.github.underscore.U</mainClass> |
71 | | - </manifest> |
| 69 | + <manifestEntries> |
| 70 | + <Automatic-Module-Name>com.github.underscore</Automatic-Module-Name> |
| 71 | + <mainClass>com.github.underscore.U</mainClass> |
| 72 | + </manifestEntries> |
72 | 73 | </archive> |
73 | 74 | </configuration> |
74 | 75 | </plugin> |
|
106 | 107 | <plugin> |
107 | 108 | <groupId>org.jacoco</groupId> |
108 | 109 | <artifactId>jacoco-maven-plugin</artifactId> |
109 | | - <version>0.8.5</version> |
| 110 | + <version>0.8.7</version> |
110 | 111 | <executions> |
111 | 112 | <execution> |
112 | 113 | <id>prepare-agent</id> |
|
125 | 126 | <plugin> |
126 | 127 | <groupId>org.apache.maven.plugins</groupId> |
127 | 128 | <artifactId>maven-project-info-reports-plugin</artifactId> |
128 | | - <version>2.9</version> |
| 129 | + <version>3.1.2</version> |
129 | 130 | </plugin> |
130 | 131 | <plugin> |
131 | 132 | <groupId>org.apache.maven.plugins</groupId> |
132 | 133 | <artifactId>maven-site-plugin</artifactId> |
133 | | - <version>3.7.1</version> |
| 134 | + <version>3.9.1</version> |
134 | 135 | </plugin> |
135 | 136 | </plugins> |
136 | 137 | </build> |
|
139 | 140 | <plugin> |
140 | 141 | <groupId>org.jacoco</groupId> |
141 | 142 | <artifactId>jacoco-maven-plugin</artifactId> |
142 | | - <version>0.8.5</version> |
| 143 | + <version>0.8.7</version> |
143 | 144 | <configuration> |
144 | 145 | <excludes> |
145 | 146 | <exclude>**/U$BaseHttpSslSocketFactory*.class</exclude> |
|
150 | 151 | <plugin> |
151 | 152 | <groupId>org.apache.maven.plugins</groupId> |
152 | 153 | <artifactId>maven-surefire-report-plugin</artifactId> |
153 | | - <version>2.22.0</version> |
| 154 | + <version>2.18</version> |
154 | 155 | </plugin> |
155 | 156 | <plugin> |
156 | 157 | <groupId>org.apache.maven.plugins</groupId> |
157 | 158 | <artifactId>maven-jxr-plugin</artifactId> |
158 | | - <version>2.5</version> |
| 159 | + <version>3.1.1</version> |
159 | 160 | </plugin> |
160 | 161 | <plugin> |
161 | 162 | <groupId>org.apache.maven.plugins</groupId> |
|
169 | 170 | <plugin> |
170 | 171 | <groupId>org.apache.maven.plugins</groupId> |
171 | 172 | <artifactId>maven-pmd-plugin</artifactId> |
172 | | - <version>3.5</version> |
| 173 | + <version>3.14.0</version> |
173 | 174 | <configuration> |
174 | 175 | <targetJdk>1.8</targetJdk> |
175 | 176 | <rulesets> |
|
204 | 205 | <dependency> |
205 | 206 | <groupId>junit</groupId> |
206 | 207 | <artifactId>junit</artifactId> |
207 | | - <version>4.13.1</version> |
| 208 | + <version>4.13.2</version> |
208 | 209 | <scope>test</scope> |
209 | 210 | </dependency> |
210 | 211 | <dependency> |
211 | 212 | <groupId>org.awaitility</groupId> |
212 | 213 | <artifactId>awaitility</artifactId> |
213 | | - <version>4.0.3</version> |
| 214 | + <version>4.1.0</version> |
214 | 215 | <scope>test</scope> |
215 | 216 | </dependency> |
216 | 217 | </dependencies> |
217 | | - |
| 218 | + |
218 | 219 | </project> |
0 commit comments