|
6 | 6 |
|
7 | 7 | <groupId>software.xdev.mockserver</groupId> |
8 | 8 | <artifactId>client</artifactId> |
9 | | - <version>1.1.4-SNAPSHOT</version> |
| 9 | + <version>1.2.0-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>client</name> |
|
105 | 105 | <plugin> |
106 | 106 | <groupId>org.apache.maven.plugins</groupId> |
107 | 107 | <artifactId>maven-compiler-plugin</artifactId> |
108 | | - <version>3.14.0</version> |
| 108 | + <version>3.14.1</version> |
109 | 109 | <configuration> |
110 | 110 | <release>${maven.compiler.release}</release> |
111 | 111 | <compilerArgs> |
|
116 | 116 | <plugin> |
117 | 117 | <groupId>org.apache.maven.plugins</groupId> |
118 | 118 | <artifactId>maven-javadoc-plugin</artifactId> |
119 | | - <version>3.11.3</version> |
| 119 | + <version>3.12.0</version> |
120 | 120 | <executions> |
121 | 121 | <execution> |
122 | 122 | <id>attach-javadocs</id> |
|
155 | 155 | <plugin> |
156 | 156 | <groupId>org.codehaus.mojo</groupId> |
157 | 157 | <artifactId>flatten-maven-plugin</artifactId> |
158 | | - <version>1.7.2</version> |
| 158 | + <version>1.7.3</version> |
159 | 159 | <configuration> |
160 | 160 | <flattenMode>ossrh</flattenMode> |
161 | 161 | </configuration> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.sonatype.central</groupId> |
203 | 203 | <artifactId>central-publishing-maven-plugin</artifactId> |
204 | | - <version>0.8.0</version> |
| 204 | + <version>0.9.0</version> |
205 | 205 | <extensions>true</extensions> |
206 | 206 | <configuration> |
207 | 207 | <publishingServerId>sonatype-central-portal</publishingServerId> |
|
223 | 223 | <dependency> |
224 | 224 | <groupId>com.puppycrawl.tools</groupId> |
225 | 225 | <artifactId>checkstyle</artifactId> |
226 | | - <version>11.0.1</version> |
| 226 | + <version>11.1.0</version> |
227 | 227 | </dependency> |
228 | 228 | </dependencies> |
229 | 229 | <configuration> |
|
261 | 261 | <dependency> |
262 | 262 | <groupId>net.sourceforge.pmd</groupId> |
263 | 263 | <artifactId>pmd-core</artifactId> |
264 | | - <version>7.16.0</version> |
| 264 | + <version>7.17.0</version> |
265 | 265 | </dependency> |
266 | 266 | <dependency> |
267 | 267 | <groupId>net.sourceforge.pmd</groupId> |
268 | 268 | <artifactId>pmd-java</artifactId> |
269 | | - <version>7.16.0</version> |
| 269 | + <version>7.17.0</version> |
270 | 270 | </dependency> |
271 | 271 | </dependencies> |
272 | 272 | </plugin> |
|
0 commit comments