Skip to content

Commit 6afdb21

Browse files
committed
Upgrade mariadb driver and test image
Fixes: SE-13995
1 parent 3347b98 commit 6afdb21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mariadb.jdbc</groupId>
7474
<artifactId>mariadb-java-client</artifactId>
75-
<version>3.3.1</version>
75+
<version>3.4.1</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

src/test/resources/docker-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
hostname: qdrant
1919

2020
mariadb:
21-
image: mariadb:10.11.2-jammy
21+
image: mariadb:11.4.3-noble
2222
ports:
2323
- "3306"
2424
environment:

0 commit comments

Comments
 (0)