|
64 | 64 | <dependency> |
65 | 65 | <groupId>org.xerial</groupId> |
66 | 66 | <artifactId>sqlite-jdbc</artifactId> |
67 | | - <version>3.46.0.0</version> |
| 67 | + <version>3.46.1.3</version> |
68 | 68 | </dependency> |
69 | 69 | </dependencies> |
70 | 70 | </profile> |
|
83 | 83 | <dependency> |
84 | 84 | <groupId>org.postgresql</groupId> |
85 | 85 | <artifactId>postgresql</artifactId> |
86 | | - <version>42.7.3</version> |
| 86 | + <version>42.7.4</version> |
87 | 87 | <scope>runtime</scope> |
88 | 88 | </dependency> |
89 | 89 | </dependencies> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>com.oracle.database.jdbc</groupId> |
127 | 127 | <artifactId>ojdbc11</artifactId> |
128 | | - <version>23.4.0.24.05</version> |
| 128 | + <version>23.5.0.24.07</version> |
129 | 129 | <scope>runtime</scope> |
130 | 130 | </dependency> |
131 | 131 | </dependencies> |
|
145 | 145 | <dependency> |
146 | 146 | <groupId>org.mariadb.jdbc</groupId> |
147 | 147 | <artifactId>mariadb-java-client</artifactId> |
148 | | - <version>3.4.0</version> |
| 148 | + <version>3.4.1</version> |
149 | 149 | <scope>runtime</scope> |
150 | 150 | </dependency> |
151 | 151 | </dependencies> |
|
165 | 165 | <dependency> |
166 | 166 | <groupId>com.google.cloud</groupId> |
167 | 167 | <artifactId>google-cloud-spanner-jdbc</artifactId> |
168 | | - <version>2.20.1</version> |
| 168 | + <version>2.22.1</version> |
169 | 169 | <scope>runtime</scope> |
170 | 170 | </dependency> |
171 | 171 | </dependencies> |
|
185 | 185 | <dependency> |
186 | 186 | <groupId>org.postgresql</groupId> |
187 | 187 | <artifactId>postgresql</artifactId> |
188 | | - <version>42.7.3</version> |
| 188 | + <version>42.7.4</version> |
189 | 189 | <scope>runtime</scope> |
190 | 190 | </dependency> |
191 | 191 | </dependencies> |
|
236 | 236 | <dependency> |
237 | 237 | <groupId>org.slf4j</groupId> |
238 | 238 | <artifactId>slf4j-api</artifactId> |
239 | | - <version>2.0.13</version> |
| 239 | + <version>2.0.16</version> |
240 | 240 | </dependency> |
241 | 241 |
|
242 | 242 | <dependency> |
243 | 243 | <!-- Drop-in replacement of log4j --> |
244 | 244 | <groupId>org.slf4j</groupId> |
245 | 245 | <artifactId>slf4j-reload4j</artifactId> |
246 | | - <version>2.0.13</version> |
| 246 | + <version>2.0.16</version> |
247 | 247 | </dependency> |
248 | 248 |
|
249 | 249 | <dependency> |
|
262 | 262 | <dependency> |
263 | 263 | <groupId>org.apache.commons</groupId> |
264 | 264 | <artifactId>commons-lang3</artifactId> |
265 | | - <version>3.14.0</version> |
| 265 | + <version>3.17.0</version> |
266 | 266 | </dependency> |
267 | 267 |
|
268 | 268 | <dependency> |
269 | 269 | <groupId>commons-cli</groupId> |
270 | 270 | <artifactId>commons-cli</artifactId> |
271 | | - <version>1.8.0</version> |
| 271 | + <version>1.9.0</version> |
272 | 272 | </dependency> |
273 | 273 |
|
274 | 274 | <dependency> |
275 | 275 | <groupId>commons-io</groupId> |
276 | 276 | <artifactId>commons-io</artifactId> |
277 | | - <version>2.16.1</version> |
| 277 | + <version>2.17.0</version> |
278 | 278 | </dependency> |
279 | 279 |
|
280 | 280 | <dependency> |
|
451 | 451 | </plugin> |
452 | 452 | <plugin> |
453 | 453 | <artifactId>maven-clean-plugin</artifactId> |
454 | | - <version>3.3.2</version> |
| 454 | + <version>3.4.0</version> |
455 | 455 | <configuration> |
456 | 456 | <filesets> |
457 | 457 | <fileset> |
|
466 | 466 | </plugin> |
467 | 467 | <plugin> |
468 | 468 | <artifactId>maven-release-plugin</artifactId> |
469 | | - <version>3.0.1</version> |
| 469 | + <version>3.1.1</version> |
470 | 470 | <configuration> |
471 | 471 | <useReleaseProfile>false</useReleaseProfile> |
472 | 472 | <tagNameFormat>v@{version}</tagNameFormat> |
|
501 | 501 | <plugin> |
502 | 502 | <groupId>org.apache.maven.plugins</groupId> |
503 | 503 | <artifactId>maven-dependency-plugin</artifactId> |
504 | | - <version>3.7.1</version> |
| 504 | + <version>3.8.0</version> |
505 | 505 | <executions> |
506 | 506 | <execution> |
507 | 507 | <id>analyze</id> |
|
540 | 540 | <plugin> |
541 | 541 | <groupId>org.codehaus.mojo</groupId> |
542 | 542 | <artifactId>exec-maven-plugin</artifactId> |
543 | | - <version>3.3.0</version> |
| 543 | + <version>3.4.1</version> |
544 | 544 | <configuration> |
545 | 545 | <mainClass>com.oltpbenchmark.DBWorkload</mainClass> |
546 | 546 | </configuration> |
|
0 commit comments