|
56 | 56 | <plugin> |
57 | 57 | <groupId>org.apache.maven.plugins</groupId> |
58 | 58 | <artifactId>maven-compiler-plugin</artifactId> |
59 | | - <version>3.13.0</version> |
| 59 | + <version>3.15.0</version> |
60 | 60 | </plugin> |
61 | 61 | <plugin> |
62 | 62 | <groupId>org.apache.maven.plugins</groupId> |
63 | 63 | <artifactId>maven-jar-plugin</artifactId> |
64 | | - <version>3.4.2</version> |
| 64 | + <version>3.5.0</version> |
65 | 65 | <configuration> |
66 | 66 | <archive> |
67 | 67 | <manifest> |
|
82 | 82 | <plugin> |
83 | 83 | <groupId>org.apache.maven.plugins</groupId> |
84 | 84 | <artifactId>maven-gpg-plugin</artifactId> |
85 | | - <version>3.2.7</version> |
| 85 | + <version>3.2.8</version> |
86 | 86 | <executions> |
87 | 87 | <execution> |
88 | 88 | <id>sign-artifacts</id> |
|
96 | 96 | <plugin> |
97 | 97 | <groupId>org.apache.maven.plugins</groupId> |
98 | 98 | <artifactId>maven-source-plugin</artifactId> |
99 | | - <version>3.3.1</version> |
| 99 | + <version>3.4.0</version> |
100 | 100 | <executions> |
101 | 101 | <execution> |
102 | 102 | <id>attach-sources</id> |
|
109 | 109 | <plugin> |
110 | 110 | <groupId>org.apache.maven.plugins</groupId> |
111 | 111 | <artifactId>maven-javadoc-plugin</artifactId> |
112 | | - <version>3.11.2</version> |
| 112 | + <version>3.12.0</version> |
113 | 113 | <executions> |
114 | 114 | <execution> |
115 | 115 | <id>attach-javadocs</id> |
|
125 | 125 | <plugin> |
126 | 126 | <groupId>org.apache.maven.plugins</groupId> |
127 | 127 | <artifactId>maven-surefire-plugin</artifactId> |
128 | | - <version>3.5.2</version> |
| 128 | + <version>3.5.5</version> |
129 | 129 | <configuration> |
130 | 130 | <includes> |
131 | 131 | <include>**/*Test.java</include> |
|
194 | 194 | <plugin> |
195 | 195 | <groupId>org.apache.maven.plugins</groupId> |
196 | 196 | <artifactId>maven-release-plugin</artifactId> |
197 | | - <version>3.1.1</version> |
| 197 | + <version>3.3.1</version> |
198 | 198 | <configuration> |
199 | 199 | <scmCommentPrefix>[maven-release-plugin]</scmCommentPrefix> |
200 | 200 | <tagNameFormat>v@{project.version}</tagNameFormat> |
|
204 | 204 | <plugin> |
205 | 205 | <groupId>org.codehaus.mojo</groupId> |
206 | 206 | <artifactId>versions-maven-plugin</artifactId> |
207 | | - <version>2.18.0</version> |
| 207 | + <version>2.21.0</version> |
208 | 208 | </plugin> |
209 | 209 | <plugin> |
210 | 210 | <groupId>org.codehaus.mojo</groupId> |
211 | 211 | <artifactId>exec-maven-plugin</artifactId> |
212 | | - <version>3.5.0</version> |
| 212 | + <version>3.6.3</version> |
213 | 213 | <executions> |
214 | 214 | <!-- Smoke-test the shaded JAR after `mvn package`. Minimization can silently |
215 | 215 | drop reflection-loaded classes; running the version flag exercises App.main, |
|
259 | 259 | <dependency> |
260 | 260 | <groupId>org.codehaus.mojo</groupId> |
261 | 261 | <artifactId>extra-enforcer-rules</artifactId> |
262 | | - <version>1.10.0</version> |
| 262 | + <version>1.12.0</version> |
263 | 263 | </dependency> |
264 | 264 | </dependencies> |
265 | 265 | <executions> |
|
295 | 295 | </plugin> |
296 | 296 | </plugins> |
297 | 297 | </build> |
| 298 | + <dependencyManagement> |
| 299 | + <dependencies> |
| 300 | + <dependency> |
| 301 | + <groupId>com.fasterxml.jackson</groupId> |
| 302 | + <artifactId>jackson-bom</artifactId> |
| 303 | + <version>2.21.3</version> |
| 304 | + <type>pom</type> |
| 305 | + <scope>import</scope> |
| 306 | + </dependency> |
| 307 | + </dependencies> |
| 308 | + </dependencyManagement> |
298 | 309 | <dependencies> |
299 | 310 | <dependency> |
300 | 311 | <groupId>org.junit.jupiter</groupId> |
|
360 | 371 | <dependency> |
361 | 372 | <groupId>com.fasterxml.jackson.core</groupId> |
362 | 373 | <artifactId>jackson-databind</artifactId> |
363 | | - <version>2.18.2</version> |
| 374 | + <version>2.21.3</version> |
364 | 375 | </dependency> |
365 | 376 | <dependency> |
366 | 377 | <groupId>org.slf4j</groupId> |
|
381 | 392 | <dependency> |
382 | 393 | <groupId>com.github.mwiede</groupId> |
383 | 394 | <artifactId>jsch</artifactId> |
384 | | - <version>2.27.9</version> |
| 395 | + <version>2.28.2</version> |
385 | 396 | </dependency> |
386 | 397 | </dependencies> |
387 | 398 | </project> |
0 commit comments