|
248 | 248 | <plugin> |
249 | 249 | <groupId>org.apache.maven.plugins</groupId> |
250 | 250 | <artifactId>maven-jar-plugin</artifactId> |
251 | | - <version>3.2.2</version> |
| 251 | + <version>3.3.0</version> |
252 | 252 | </plugin> |
253 | 253 | <!-- Generate a jar containing the source javadoc --> |
254 | 254 | <plugin> |
|
289 | 289 | <plugin> |
290 | 290 | <groupId>org.apache.maven.plugins</groupId> |
291 | 291 | <artifactId>maven-shade-plugin</artifactId> |
292 | | - <version>3.3.0</version> |
| 292 | + <version>3.4.0</version> |
293 | 293 | <executions> |
294 | 294 | <execution> |
295 | 295 | <id>shaded-jar</id> |
|
692 | 692 | <dependency> |
693 | 693 | <groupId>org.mariadb.jdbc</groupId> |
694 | 694 | <artifactId>mariadb-java-client</artifactId> |
695 | | - <version>3.0.7</version> |
| 695 | + <version>3.0.8</version> |
696 | 696 | <optional>true</optional> |
697 | 697 | </dependency> |
698 | 698 |
|
|
1027 | 1027 | <groupId>org.mockito</groupId> |
1028 | 1028 | <artifactId>mockito-core</artifactId> |
1029 | 1029 | <scope>test</scope> |
1030 | | - <version>4.7.0</version> |
| 1030 | + <version>4.8.0</version> |
1031 | 1031 | <exclusions> |
1032 | 1032 | <exclusion> |
1033 | 1033 | <artifactId>hamcrest-core</artifactId> |
|
1040 | 1040 | <dependency> |
1041 | 1041 | <groupId>org.checkerframework</groupId> |
1042 | 1042 | <artifactId>checker-qual</artifactId> |
1043 | | - <version>3.25.0</version> |
| 1043 | + <version>3.26.0</version> |
1044 | 1044 | <scope>test</scope> |
1045 | 1045 | </dependency> |
1046 | 1046 |
|
1047 | 1047 | <!-- JDBC drivers for datasource integration tests --> |
1048 | 1048 | <dependency> |
1049 | 1049 | <groupId>org.xerial</groupId> |
1050 | 1050 | <artifactId>sqlite-jdbc</artifactId> |
1051 | | - <version>3.39.2.1</version> |
| 1051 | + <version>3.39.3.0</version> |
1052 | 1052 | <scope>test</scope> |
1053 | 1053 | </dependency> |
1054 | 1054 | <dependency> |
|
0 commit comments