|
38 | 38 | <tag>HEAD</tag> |
39 | 39 | </scm> |
40 | 40 |
|
41 | | - <repositories> |
42 | | - <repository> |
43 | | - <id>spring-milestone</id> |
44 | | - <url>https://repo.spring.io/milestone</url> |
45 | | - <releases> |
46 | | - <enabled>true</enabled> |
47 | | - </releases> |
48 | | - </repository> |
49 | | - </repositories> |
50 | | - |
51 | 41 | <issueManagement> |
52 | 42 | <system>GitHub Issues</system> |
53 | 43 | <url>https://github.com/marschall/hibernate-batch-sequence-generator/issues</url> |
|
219 | 209 | <dependency> |
220 | 210 | <groupId>org.springframework</groupId> |
221 | 211 | <artifactId>spring-framework-bom</artifactId> |
222 | | - <version>6.0.0-M6</version> |
| 212 | + <version>6.0.3</version> |
223 | 213 | <type>pom</type> |
224 | 214 | <scope>import</scope> |
225 | 215 | </dependency> |
226 | 216 | <dependency> |
227 | 217 | <groupId>com.oracle.database.jdbc</groupId> |
228 | 218 | <artifactId>ojdbc-bom</artifactId> |
229 | | - <version>21.7.0.0</version> |
| 219 | + <version>21.8.0.0</version> |
230 | 220 | <type>pom</type> |
231 | 221 | <scope>import</scope> |
232 | 222 | </dependency> |
|
272 | 262 | <dependency> |
273 | 263 | <groupId>net.ttddyy</groupId> |
274 | 264 | <artifactId>datasource-proxy</artifactId> |
275 | | - <version>1.8</version> |
| 265 | + <version>1.8.1</version> |
276 | 266 | <scope>test</scope> |
277 | 267 | </dependency> |
278 | 268 | <!-- database drivers --> |
279 | 269 | <dependency> |
280 | 270 | <groupId>org.hsqldb</groupId> |
281 | 271 | <artifactId>hsqldb</artifactId> |
282 | | - <version>2.7.0</version> |
| 272 | + <version>2.7.1</version> |
283 | 273 | <scope>test</scope> |
284 | 274 | </dependency> |
285 | 275 | <dependency> |
286 | 276 | <groupId>org.postgresql</groupId> |
287 | 277 | <artifactId>postgresql</artifactId> |
288 | | - <version>42.5.0</version> |
| 278 | + <version>42.5.1</version> |
289 | 279 | <scope>test</scope> |
290 | 280 | </dependency> |
291 | 281 | <dependency> |
|
297 | 287 | <dependency> |
298 | 288 | <groupId>com.microsoft.sqlserver</groupId> |
299 | 289 | <artifactId>mssql-jdbc</artifactId> |
300 | | - <version>11.2.1.jre11</version> |
| 290 | + <version>11.2.2.jre11</version> |
301 | 291 | <scope>test</scope> |
302 | 292 | </dependency> |
303 | 293 | <dependency> |
304 | 294 | <groupId>org.firebirdsql.jdbc</groupId> |
305 | 295 | <artifactId>jaybird</artifactId> |
306 | | - <version>4.0.6.java11</version> |
| 296 | + <version>4.0.8.java11</version> |
307 | 297 | <scope>test</scope> |
308 | 298 | </dependency> |
309 | 299 | <dependency> |
310 | 300 | <groupId>org.mariadb.jdbc</groupId> |
311 | 301 | <artifactId>mariadb-java-client</artifactId> |
312 | | - <version>3.0.8</version> |
| 302 | + <version>3.1.0</version> |
313 | 303 | <scope>test</scope> |
314 | 304 | </dependency> |
315 | 305 | <dependency> |
|
320 | 310 | <dependency> |
321 | 311 | <groupId>com.ibm.db2</groupId> |
322 | 312 | <artifactId>jcc</artifactId> |
323 | | - <version>11.5.7.0</version> |
| 313 | + <version>11.5.8.0</version> |
324 | 314 | <scope>test</scope> |
325 | 315 | </dependency> |
326 | 316 |
|
|
404 | 394 | <properties> |
405 | 395 | <project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding> |
406 | 396 | <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> |
407 | | - <hibernate.version>6.1.4.Final</hibernate.version> |
| 397 | + <hibernate.version>6.1.6.Final</hibernate.version> |
408 | 398 | </properties> |
409 | 399 |
|
410 | 400 | </project> |
0 commit comments