|
6 | 6 |
|
7 | 7 | <groupId>software.xdev</groupId> |
8 | 8 | <artifactId>brevo-java-client</artifactId> |
9 | | - <version>1.1.0-SNAPSHOT</version> |
| 9 | + <version>1.1.1-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>brevo-java-client</name> |
|
61 | 61 | <dependency> |
62 | 62 | <groupId>com.fasterxml.jackson</groupId> |
63 | 63 | <artifactId>jackson-bom</artifactId> |
64 | | - <version>2.19.1</version> |
| 64 | + <version>2.19.2</version> |
65 | 65 | <type>pom</type> |
66 | 66 | <scope>import</scope> |
67 | 67 | </dependency> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.codehaus.mojo</groupId> |
225 | 225 | <artifactId>flatten-maven-plugin</artifactId> |
226 | | - <version>1.7.1</version> |
| 226 | + <version>1.7.2</version> |
227 | 227 | <configuration> |
228 | 228 | <flattenMode>ossrh</flattenMode> |
229 | 229 | </configuration> |
|
449 | 449 | <dependency> |
450 | 450 | <groupId>com.puppycrawl.tools</groupId> |
451 | 451 | <artifactId>checkstyle</artifactId> |
452 | | - <version>10.26.1</version> |
| 452 | + <version>11.0.0</version> |
453 | 453 | </dependency> |
454 | 454 | </dependencies> |
455 | 455 | <configuration> |
|
490 | 490 | <dependency> |
491 | 491 | <groupId>net.sourceforge.pmd</groupId> |
492 | 492 | <artifactId>pmd-core</artifactId> |
493 | | - <version>7.15.0</version> |
| 493 | + <version>7.16.0</version> |
494 | 494 | </dependency> |
495 | 495 | <dependency> |
496 | 496 | <groupId>net.sourceforge.pmd</groupId> |
497 | 497 | <artifactId>pmd-java</artifactId> |
498 | | - <version>7.15.0</version> |
| 498 | + <version>7.16.0</version> |
499 | 499 | </dependency> |
500 | 500 | </dependencies> |
501 | 501 | </plugin> |
|
0 commit comments