|
42 | 42 | <dependency>
|
43 | 43 | <groupId>org.junit</groupId>
|
44 | 44 | <artifactId>junit-bom</artifactId>
|
45 |
| - <version>5.9.1</version> |
| 45 | + <version>5.10.0</version> |
46 | 46 | <type>pom</type>
|
47 | 47 | <scope>import</scope>
|
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.springframework</groupId>
|
51 | 51 | <artifactId>spring-framework-bom</artifactId>
|
52 |
| - <version>5.3.24</version> |
| 52 | + <version>5.3.29</version> |
53 | 53 | <type>pom</type>
|
54 | 54 | <scope>import</scope>
|
55 | 55 | </dependency>
|
56 | 56 | <dependency>
|
57 | 57 | <groupId>com.oracle.database.jdbc</groupId>
|
58 | 58 | <artifactId>ojdbc-bom</artifactId>
|
59 |
| - <version>21.7.0.0</version> |
| 59 | + <version>21.10.0.0</version> |
60 | 60 | <type>pom</type>
|
61 | 61 | <scope>import</scope>
|
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.apache.logging.log4j</groupId>
|
65 | 65 | <artifactId>log4j-bom</artifactId>
|
66 |
| - <version>2.19.0</version> |
| 66 | + <version>2.20.0</version> |
67 | 67 | <type>pom</type>
|
68 | 68 | <scope>import</scope>
|
69 | 69 | </dependency>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>com.h2database</groupId>
|
113 | 113 | <artifactId>h2</artifactId>
|
114 |
| - <version>2.1.214</version> |
| 114 | + <version>2.2.220</version> |
115 | 115 | <scope>test</scope>
|
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.hsqldb</groupId>
|
119 | 119 | <artifactId>hsqldb</artifactId>
|
120 |
| - <version>2.5.1</version> |
| 120 | + <version>2.5.2</version> |
121 | 121 | <scope>test</scope>
|
122 | 122 | </dependency>
|
123 | 123 | <dependency>
|
|
143 | 143 | <dependency>
|
144 | 144 | <groupId>org.firebirdsql.jdbc</groupId>
|
145 | 145 | <artifactId>jaybird</artifactId>
|
146 |
| - <version>4.0.8.java8</version> |
| 146 | + <version>5.0.2.java8</version> |
147 | 147 | <scope>test</scope>
|
148 | 148 | </dependency>
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.mockito</groupId>
|
151 | 151 | <artifactId>mockito-core</artifactId>
|
152 |
| - <version>4.9.0</version> |
| 152 | + <version>5.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.5.1</version> |
| 164 | + <version>42.6.0</version> |
165 | 165 | <optional>true</optional>
|
166 | 166 | </dependency>
|
167 | 167 | <dependency>
|
|
178 | 178 | <dependency>
|
179 | 179 | <groupId>mysql</groupId>
|
180 | 180 | <artifactId>mysql-connector-java</artifactId>
|
181 |
| - <version>8.0.31</version> |
| 181 | + <version>8.0.33</version> |
182 | 182 | <scope>test</scope>
|
183 | 183 | </dependency>
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>org.mariadb.jdbc</groupId>
|
186 | 186 | <artifactId>mariadb-java-client</artifactId>
|
187 |
| - <version>3.1.0</version> |
| 187 | + <version>3.1.4</version> |
188 | 188 | <scope>test</scope>
|
189 | 189 | </dependency>
|
190 | 190 | <dependency>
|
191 | 191 | <groupId>com.microsoft.sqlserver</groupId>
|
192 | 192 | <artifactId>mssql-jdbc</artifactId>
|
193 |
| - <version>11.2.1.jre8</version> |
| 193 | + <version>12.4.0.jre8</version> |
194 | 194 | <scope>test</scope>
|
195 | 195 | </dependency>
|
196 | 196 | <dependency>
|
|
309 | 309 | </executions>
|
310 | 310 | </plugin>
|
311 | 311 | <plugin>
|
312 |
| - <groupId>org.jboss.jandex</groupId> |
| 312 | + <groupId>io.smallrye</groupId> |
313 | 313 | <artifactId>jandex-maven-plugin</artifactId>
|
314 | 314 | <executions>
|
315 | 315 | <execution>
|
|
344 | 344 | <plugins>
|
345 | 345 | <plugin>
|
346 | 346 | <artifactId>maven-clean-plugin</artifactId>
|
347 |
| - <version>3.2.0</version> |
| 347 | + <version>3.3.1</version> |
348 | 348 | </plugin>
|
349 | 349 | <plugin>
|
350 | 350 | <artifactId>maven-compiler-plugin</artifactId>
|
351 |
| - <version>3.10.1</version> |
| 351 | + <version>3.11.0</version> |
352 | 352 | </plugin>
|
353 | 353 | <plugin>
|
354 | 354 | <artifactId>maven-deploy-plugin</artifactId>
|
355 |
| - <version>2.8.2</version> |
| 355 | + <version>3.1.1</version> |
356 | 356 | </plugin>
|
357 | 357 | <plugin>
|
358 | 358 | <artifactId>maven-failsafe-plugin</artifactId>
|
359 |
| - <version>2.22.2</version> |
| 359 | + <version>3.1.2</version> |
360 | 360 | </plugin>
|
361 | 361 | <plugin>
|
362 | 362 | <artifactId>maven-gpg-plugin</artifactId>
|
363 |
| - <version>3.0.1</version> |
| 363 | + <version>3.1.0</version> |
364 | 364 | </plugin>
|
365 | 365 | <plugin>
|
366 | 366 | <artifactId>maven-install-plugin</artifactId>
|
367 |
| - <version>2.5.2</version> |
| 367 | + <version>3.1.1</version> |
368 | 368 | </plugin>
|
369 | 369 | <plugin>
|
370 | 370 | <artifactId>maven-jar-plugin</artifactId>
|
371 |
| - <version>3.1.1</version> |
| 371 | + <version>3.3.0</version> |
372 | 372 | </plugin>
|
373 | 373 | <plugin>
|
374 | 374 | <artifactId>maven-javadoc-plugin</artifactId>
|
375 |
| - <version>3.3.2</version> |
| 375 | + <version>3.5.0</version> |
376 | 376 | </plugin>
|
377 | 377 | <plugin>
|
378 |
| - <groupId>org.jboss.jandex</groupId> |
| 378 | + <groupId>io.smallrye</groupId> |
379 | 379 | <artifactId>jandex-maven-plugin</artifactId>
|
380 |
| - <version>1.2.2</version> |
| 380 | + <version>3.1.2</version> |
381 | 381 | </plugin>
|
382 | 382 | <plugin>
|
383 | 383 | <artifactId>maven-resources-plugin</artifactId>
|
384 |
| - <version>3.2.0</version> |
| 384 | + <version>3.3.1</version> |
385 | 385 | </plugin>
|
386 | 386 | <plugin>
|
387 | 387 | <artifactId>maven-release-plugin</artifactId>
|
388 |
| - <version>2.5.3</version> |
| 388 | + <version>3.0.1</version> |
389 | 389 | </plugin>
|
390 | 390 | <plugin>
|
391 | 391 | <artifactId>maven-scm-plugin</artifactId>
|
392 |
| - <version>1.12.2</version> |
| 392 | + <version>2.0.1</version> |
393 | 393 | </plugin>
|
394 | 394 | <plugin>
|
395 | 395 | <artifactId>maven-site-plugin</artifactId>
|
396 |
| - <version>3.11.0</version> |
| 396 | + <version>3.12.1</version> |
397 | 397 | </plugin>
|
398 | 398 | <plugin>
|
399 | 399 | <artifactId>maven-source-plugin</artifactId>
|
400 |
| - <version>3.2.1</version> |
| 400 | + <version>3.3.0</version> |
401 | 401 | </plugin>
|
402 | 402 | <plugin>
|
403 | 403 | <artifactId>maven-surefire-plugin</artifactId>
|
404 |
| - <version>2.22.2</version> |
405 |
| - </plugin> |
406 |
| - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> |
407 |
| - <plugin> |
408 |
| - <groupId>org.eclipse.m2e</groupId> |
409 |
| - <artifactId>lifecycle-mapping</artifactId> |
410 |
| - <version>1.0.0</version> |
411 |
| - <configuration> |
412 |
| - <lifecycleMappingMetadata> |
413 |
| - <pluginExecutions> |
414 |
| - <pluginExecution> |
415 |
| - <pluginExecutionFilter> |
416 |
| - <groupId>codes.rafael.modulemaker</groupId> |
417 |
| - <artifactId>modulemaker-maven-plugin</artifactId> |
418 |
| - <versionRange>[1.6,)</versionRange> |
419 |
| - <goals> |
420 |
| - <goal>make-module</goal> |
421 |
| - </goals> |
422 |
| - </pluginExecutionFilter> |
423 |
| - <action> |
424 |
| - <ignore /> |
425 |
| - </action> |
426 |
| - </pluginExecution> |
427 |
| - </pluginExecutions> |
428 |
| - </lifecycleMappingMetadata> |
429 |
| - </configuration> |
| 404 | + <version>3.1.2</version> |
430 | 405 | </plugin>
|
431 | 406 | </plugins>
|
432 | 407 | </pluginManagement>
|
|
0 commit comments