Skip to content

Commit b2d5bb3

Browse files
Updating README.adoc
1 parent 1af8308 commit b2d5bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use Redis multi-data sources, you need to add the Redis Multi Sources Spring
1717
<dependency>
1818
<groupId>com.childrengreens</groupId>
1919
<artifactId>redis-multi-source-spring-boot-starter</artifactId>
20-
<version>2.3</version>
20+
<version>2.4</version>
2121
</dependency>
2222
----
2323
To use Jedis instead of Lettuce as the client, you need to add the following dependencies:
@@ -139,7 +139,7 @@ To use RabbitMQ multi-data sources, you need to add the AMQP Multi Sources Sprin
139139
<dependency>
140140
<groupId>com.childrengreens</groupId>
141141
<artifactId>amqp-multi-source-spring-boot-starter</artifactId>
142-
<version>2.3</version>
142+
<version>2.4</version>
143143
</dependency>
144144
----
145145
Add the following configuration to your properties file.
@@ -220,7 +220,7 @@ To use InfluxDB2 multi-data sources, you need to add the Influx2 Multi Sources S
220220
<dependency>
221221
<groupId>com.childrengreens</groupId>
222222
<artifactId>influx2-multi-source-spring-boot-starter</artifactId>
223-
<version>2.3</version>
223+
<version>2.4</version>
224224
</dependency>
225225
----
226226
Add the following configuration to your properties file.

0 commit comments

Comments
 (0)