Skip to content

Commit 2868db2

Browse files
committed
dependency updates
1 parent 57a7c18 commit 2868db2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,14 @@
213213
<dependency>
214214
<groupId>org.junit</groupId>
215215
<artifactId>junit-bom</artifactId>
216-
<version>5.10.1</version>
216+
<version>5.10.2</version>
217217
<type>pom</type>
218218
<scope>import</scope>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.springframework</groupId>
222222
<artifactId>spring-framework-bom</artifactId>
223-
<version>6.1.3</version>
223+
<version>6.1.4</version>
224224
<type>pom</type>
225225
<scope>import</scope>
226226
</dependency>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>org.apache.logging.log4j</groupId>
236236
<artifactId>log4j-bom</artifactId>
237-
<version>2.22.1</version>
237+
<version>2.23.0</version>
238238
<type>pom</type>
239239
<scope>import</scope>
240240
</dependency>
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>net.ttddyy</groupId>
275275
<artifactId>datasource-proxy</artifactId>
276-
<version>1.8.1</version>
276+
<version>1.10</version>
277277
<scope>test</scope>
278278
</dependency>
279279
<!-- database drivers -->
@@ -286,7 +286,7 @@
286286
<dependency>
287287
<groupId>org.postgresql</groupId>
288288
<artifactId>postgresql</artifactId>
289-
<version>42.7.1</version>
289+
<version>42.7.2</version>
290290
<scope>test</scope>
291291
</dependency>
292292
<dependency>
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>com.microsoft.sqlserver</groupId>
300300
<artifactId>mssql-jdbc</artifactId>
301-
<version>12.4.2.jre11</version>
301+
<version>12.6.1.jre11</version>
302302
<scope>test</scope>
303303
</dependency>
304304
<dependency>
@@ -310,7 +310,7 @@
310310
<dependency>
311311
<groupId>org.mariadb.jdbc</groupId>
312312
<artifactId>mariadb-java-client</artifactId>
313-
<version>3.3.2</version>
313+
<version>3.3.3</version>
314314
<scope>test</scope>
315315
<exclusions>
316316
<exclusion>
@@ -411,7 +411,7 @@
411411
<properties>
412412
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
413413
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
414-
<hibernate.version>6.4.2.Final</hibernate.version>
414+
<hibernate.version>6.4.4.Final</hibernate.version>
415415
<project.build.outputTimestamp>2024-01-26T13:19:42Z</project.build.outputTimestamp>
416416
</properties>
417417

0 commit comments

Comments
 (0)