|
110 | 110 | <plugin> |
111 | 111 | <groupId>org.apache.maven.plugins</groupId> |
112 | 112 | <artifactId>maven-jar-plugin</artifactId> |
113 | | - <version>2.4</version> |
| 113 | + <version>3.3.0</version> |
114 | 114 | <configuration> |
115 | 115 | <excludes> |
116 | 116 | <exclude>**/logback.xml</exclude> |
|
127 | 127 | </plugin> |
128 | 128 | <plugin> |
129 | 129 | <artifactId>maven-compiler-plugin</artifactId> |
130 | | - <version>3.5</version> |
| 130 | + <version>3.10.1</version> |
131 | 131 | <configuration> |
132 | 132 | <source>1.8</source> |
133 | 133 | <target>1.8</target> |
|
136 | 136 | <plugin> |
137 | 137 | <groupId>org.apache.maven.plugins</groupId> |
138 | 138 | <artifactId>maven-javadoc-plugin</artifactId> |
139 | | - <version>2.7</version> |
| 139 | + <version>3.5.0</version> |
140 | 140 | <configuration> |
141 | 141 | <aggregate>true</aggregate> |
142 | 142 | <source>1.7</source> |
|
159 | 159 | <plugin> |
160 | 160 | <groupId>org.apache.maven.plugins</groupId> |
161 | 161 | <artifactId>maven-source-plugin</artifactId> |
162 | | - <version>2.1.2</version> |
| 162 | + <version>3.2.1</version> |
163 | 163 | <executions> |
164 | 164 | <execution> |
165 | 165 | <id>attach-sources</id> |
|
173 | 173 | <plugin> |
174 | 174 | <groupId>org.jacoco</groupId> |
175 | 175 | <artifactId>jacoco-maven-plugin</artifactId> |
176 | | - <version>0.7.5.201505241946</version> |
| 176 | + <version>0.8.8</version> |
177 | 177 | <executions> |
178 | 178 | <execution> |
179 | 179 | <id>default-prepare-agent</id> |
|
206 | 206 | <plugin> |
207 | 207 | <groupId>org.apache.maven.plugins</groupId> |
208 | 208 | <artifactId>maven-enforcer-plugin</artifactId> |
209 | | - <version>3.0.0-M2</version> |
| 209 | + <version>3.2.1</version> |
210 | 210 | <executions> |
211 | 211 | <execution> |
212 | 212 | <id>enforce-no-snapshots</id> |
|
228 | 228 | <plugin> |
229 | 229 | <groupId>org.sonatype.plugins</groupId> |
230 | 230 | <artifactId>nexus-staging-maven-plugin</artifactId> |
231 | | - <version>1.6.8</version> |
| 231 | + <version>1.6.13</version> |
232 | 232 | <extensions>true</extensions> |
233 | 233 | <configuration> |
234 | 234 | <serverId>ossrh</serverId> |
|
258 | 258 | <plugin> |
259 | 259 | <groupId>org.apache.maven.plugins</groupId> |
260 | 260 | <artifactId>maven-enforcer-plugin</artifactId> |
261 | | - <version>3.0.0-M2</version> |
| 261 | + <version>3.2.1</version> |
262 | 262 | </plugin> |
263 | 263 | </plugins> |
264 | 264 | </pluginManagement> |
|
391 | 391 | </repository> |
392 | 392 | </repositories> |
393 | 393 | <properties> |
| 394 | + <!--<maven.compiler.release>8</maven.compiler.release>--> |
394 | 395 | <commons-io-version>2.11.0</commons-io-version> |
395 | | - <snakeyaml-version>1.33</snakeyaml-version> |
396 | | - <slf4j-version>1.7.28</slf4j-version> |
397 | | - <swagger-core-version>1.6.9</swagger-core-version> |
398 | | - <junit-version>4.13.1</junit-version> |
| 396 | + <snakeyaml-version>2.0</snakeyaml-version> |
| 397 | + <slf4j-version>1.7.36</slf4j-version> |
| 398 | + <swagger-core-version>1.6.10</swagger-core-version> |
| 399 | + <junit-version>4.13.2</junit-version> |
399 | 400 | <testng-version>6.9.6</testng-version> |
400 | 401 | <jmockit-version>1.19</jmockit-version> |
401 | | - <wiremock-version>2.25.0</wiremock-version> |
402 | | - <surefire-version>2.18.1</surefire-version> |
| 402 | + <wiremock-version>2.27.2</wiremock-version> |
| 403 | + <surefire-version>2.22.2</surefire-version> |
403 | 404 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
404 | 405 | <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl> |
405 | 406 | </properties> |
|
0 commit comments