Skip to content

Commit dd826d6

Browse files
committed
updates
1 parent ee91e8a commit dd826d6

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

pom.xml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@
3838
<tag>HEAD</tag>
3939
</scm>
4040

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-
5141
<issueManagement>
5242
<system>GitHub Issues</system>
5343
<url>https://github.com/marschall/hibernate-batch-sequence-generator/issues</url>
@@ -219,14 +209,14 @@
219209
<dependency>
220210
<groupId>org.springframework</groupId>
221211
<artifactId>spring-framework-bom</artifactId>
222-
<version>6.0.0-M6</version>
212+
<version>6.0.3</version>
223213
<type>pom</type>
224214
<scope>import</scope>
225215
</dependency>
226216
<dependency>
227217
<groupId>com.oracle.database.jdbc</groupId>
228218
<artifactId>ojdbc-bom</artifactId>
229-
<version>21.7.0.0</version>
219+
<version>21.8.0.0</version>
230220
<type>pom</type>
231221
<scope>import</scope>
232222
</dependency>
@@ -272,20 +262,20 @@
272262
<dependency>
273263
<groupId>net.ttddyy</groupId>
274264
<artifactId>datasource-proxy</artifactId>
275-
<version>1.8</version>
265+
<version>1.8.1</version>
276266
<scope>test</scope>
277267
</dependency>
278268
<!-- database drivers -->
279269
<dependency>
280270
<groupId>org.hsqldb</groupId>
281271
<artifactId>hsqldb</artifactId>
282-
<version>2.7.0</version>
272+
<version>2.7.1</version>
283273
<scope>test</scope>
284274
</dependency>
285275
<dependency>
286276
<groupId>org.postgresql</groupId>
287277
<artifactId>postgresql</artifactId>
288-
<version>42.5.0</version>
278+
<version>42.5.1</version>
289279
<scope>test</scope>
290280
</dependency>
291281
<dependency>
@@ -297,19 +287,19 @@
297287
<dependency>
298288
<groupId>com.microsoft.sqlserver</groupId>
299289
<artifactId>mssql-jdbc</artifactId>
300-
<version>11.2.1.jre11</version>
290+
<version>11.2.2.jre11</version>
301291
<scope>test</scope>
302292
</dependency>
303293
<dependency>
304294
<groupId>org.firebirdsql.jdbc</groupId>
305295
<artifactId>jaybird</artifactId>
306-
<version>4.0.6.java11</version>
296+
<version>4.0.8.java11</version>
307297
<scope>test</scope>
308298
</dependency>
309299
<dependency>
310300
<groupId>org.mariadb.jdbc</groupId>
311301
<artifactId>mariadb-java-client</artifactId>
312-
<version>3.0.8</version>
302+
<version>3.1.0</version>
313303
<scope>test</scope>
314304
</dependency>
315305
<dependency>
@@ -320,7 +310,7 @@
320310
<dependency>
321311
<groupId>com.ibm.db2</groupId>
322312
<artifactId>jcc</artifactId>
323-
<version>11.5.7.0</version>
313+
<version>11.5.8.0</version>
324314
<scope>test</scope>
325315
</dependency>
326316

@@ -404,7 +394,7 @@
404394
<properties>
405395
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
406396
<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>
408398
</properties>
409399

410400
</project>

0 commit comments

Comments
 (0)