File tree 2 files changed +7
-17
lines changed
2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 55
55
<dependency >
56
56
<groupId >redis.clients</groupId >
57
57
<artifactId >jedis</artifactId >
58
- <version >5.1.3 </version >
58
+ <version >5.1.5 </version >
59
59
<exclusions >
60
60
<exclusion >
61
61
<groupId >org.json</groupId >
72
72
<dependency >
73
73
<groupId >org.mariadb.jdbc</groupId >
74
74
<artifactId >mariadb-java-client</artifactId >
75
- <version >3.3 .1</version >
75
+ <version >3.4 .1</version >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >com.clickhouse</groupId >
80
80
<artifactId >clickhouse-jdbc</artifactId >
81
- <version >0.4.6</version >
81
+ <version >0.6.5</version >
82
+ <classifier >http</classifier >
82
83
<scope >test</scope >
83
84
</dependency >
84
- <dependency >
85
- <groupId >org.lz4</groupId >
86
- <artifactId >lz4-java</artifactId >
87
- <version >1.8.0</version >
88
- <scope >test</scope >
89
- </dependency >
90
- <!-- Required as the version brought by clickhouse-jdbc contains security issues -->
91
- <dependency >
92
- <groupId >com.fasterxml.jackson.core</groupId >
93
- <artifactId >jackson-databind</artifactId >
94
- </dependency >
95
85
</dependencies >
96
86
97
87
</project >
Original file line number Diff line number Diff line change 1
1
services :
2
2
redis :
3
- image : redis:7.0.11 -alpine
3
+ image : redis:7.2.6 -alpine
4
4
ports :
5
5
- " 6379"
6
6
hostname : redis
@@ -18,14 +18,14 @@ services:
18
18
hostname : qdrant
19
19
20
20
mariadb :
21
- image : mariadb:10. 11.2-jammy
21
+ image : mariadb:11.4.3-noble
22
22
ports :
23
23
- " 3306"
24
24
environment :
25
25
MYSQL_ROOT_PASSWORD : root
26
26
hostname : mysql
27
27
clickhouse :
28
- image : clickhouse/clickhouse-server:24.5.1 -alpine
28
+ image : clickhouse/clickhouse-server:24.5.8 -alpine
29
29
ports :
30
30
- " 8123"
31
31
- " 9000"
You can’t perform that action at this time.
0 commit comments