We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3347b98 commit 6afdb21Copy full SHA for 6afdb21
pom.xml
@@ -72,7 +72,7 @@
72
<dependency>
73
<groupId>org.mariadb.jdbc</groupId>
74
<artifactId>mariadb-java-client</artifactId>
75
- <version>3.3.1</version>
+ <version>3.4.1</version>
76
<scope>test</scope>
77
</dependency>
78
src/test/resources/docker-db.yml
@@ -18,7 +18,7 @@ services:
18
hostname: qdrant
19
20
mariadb:
21
- image: mariadb:10.11.2-jammy
+ image: mariadb:11.4.3-noble
22
ports:
23
- "3306"
24
environment:
0 commit comments