|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.springframework</groupId>
|
51 | 51 | <artifactId>spring-framework-bom</artifactId>
|
52 |
| - <version>5.3.15</version> |
| 52 | + <version>5.3.18</version> |
53 | 53 | <type>pom</type>
|
54 | 54 | <scope>import</scope>
|
55 | 55 | </dependency>
|
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.apache.logging.log4j</groupId>
|
65 | 65 | <artifactId>log4j-bom</artifactId>
|
66 |
| - <version>2.17.1</version> |
| 66 | + <version>2.17.2</version> |
67 | 67 | <type>pom</type>
|
68 | 68 | <scope>import</scope>
|
69 | 69 | </dependency>
|
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.mockito</groupId>
|
151 | 151 | <artifactId>mockito-core</artifactId>
|
152 |
| - <version>4.3.1</version> |
| 152 | + <version>4.4.0</version> |
153 | 153 | <scope>test</scope>
|
154 | 154 | <exclusions>
|
155 | 155 | <exclusion>
|
|
161 | 161 | <dependency>
|
162 | 162 | <groupId>org.postgresql</groupId>
|
163 | 163 | <artifactId>postgresql</artifactId>
|
164 |
| - <version>42.3.2</version> |
| 164 | + <version>42.3.3</version> |
165 | 165 | <optional>true</optional>
|
166 | 166 | </dependency>
|
167 | 167 | <dependency>
|
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>org.mariadb.jdbc</groupId>
|
186 | 186 | <artifactId>mariadb-java-client</artifactId>
|
187 |
| - <version>3.0.3</version> |
| 187 | + <version>3.0.4</version> |
188 | 188 | <scope>test</scope>
|
189 | 189 | </dependency>
|
190 | 190 | <dependency>
|
|
344 | 344 | <plugins>
|
345 | 345 | <plugin>
|
346 | 346 | <artifactId>maven-clean-plugin</artifactId>
|
347 |
| - <version>3.1.0</version> |
| 347 | + <version>3.2.0</version> |
348 | 348 | </plugin>
|
349 | 349 | <plugin>
|
350 | 350 | <artifactId>maven-compiler-plugin</artifactId>
|
351 |
| - <version>3.8.1</version> |
| 351 | + <version>3.10.1</version> |
352 | 352 | </plugin>
|
353 | 353 | <plugin>
|
354 | 354 | <artifactId>maven-deploy-plugin</artifactId>
|
|
372 | 372 | </plugin>
|
373 | 373 | <plugin>
|
374 | 374 | <artifactId>maven-javadoc-plugin</artifactId>
|
375 |
| - <version>3.3.0</version> |
| 375 | + <version>3.3.2</version> |
376 | 376 | </plugin>
|
377 | 377 | <plugin>
|
378 | 378 | <groupId>org.jboss.jandex</groupId>
|
379 | 379 | <artifactId>jandex-maven-plugin</artifactId>
|
380 |
| - <version>1.2.0</version> |
| 380 | + <version>1.2.2</version> |
381 | 381 | </plugin>
|
382 | 382 | <plugin>
|
383 | 383 | <artifactId>maven-resources-plugin</artifactId>
|
|
389 | 389 | </plugin>
|
390 | 390 | <plugin>
|
391 | 391 | <artifactId>maven-scm-plugin</artifactId>
|
392 |
| - <version>1.11.2</version> |
| 392 | + <version>1.12.2</version> |
393 | 393 | </plugin>
|
394 | 394 | <plugin>
|
395 | 395 | <artifactId>maven-site-plugin</artifactId>
|
396 |
| - <version>3.9.1</version> |
| 396 | + <version>3.11.0</version> |
397 | 397 | </plugin>
|
398 | 398 | <plugin>
|
399 | 399 | <artifactId>maven-source-plugin</artifactId>
|
|
0 commit comments