File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
spring-testcontainers-support/src/main/java/com/livk/testcontainers Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 106106 <dependency >
107107 <groupId >com.clickhouse</groupId >
108108 <artifactId >clickhouse-r2dbc</artifactId >
109- <version >0.9.3 </version >
109+ <version >0.9.4 </version >
110110 <classifier >all</classifier >
111111 </dependency >
112112
Original file line number Diff line number Diff line change @@ -87,12 +87,8 @@ public static DockerImageName redisStack(String tag) {
8787 return DockerImageName .parse (REDIS_STACK_IMAGE ).withTag (tag );
8888 }
8989
90- /**
91- * <a href="https://github.com/ClickHouse/clickhouse-java/issues/2636">github
92- * issue</a>
93- */
9490 public static DockerImageName clickhouse () {
95- return clickhouse ("25.9" );
91+ return clickhouse (LATEST_TAG );
9692 }
9793
9894 public static DockerImageName clickhouse (String tag ) {
You can’t perform that action at this time.
0 commit comments