File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ To plug-in Memcached cache in your application follow the steps below:
1919 * ** Gradle**
2020
2121 ``` groovy
22- implementation('io.sixhours:memcached-spring-boot-starter:2.4.2 ')
22+ implementation('io.sixhours:memcached-spring-boot-starter:2.4.3 ')
2323 ```
2424 * **Maven**
2525
2626 ```xml
2727 <dependency>
2828 <groupId>io.sixhours</groupId>
2929 <artifactId>memcached-spring-boot-starter</artifactId>
30- <version>2.4.2 </version>
30+ <version>2.4.3 </version>
3131 </dependency>
3232 ```
3333
@@ -36,7 +36,7 @@ To plug-in Memcached cache in your application follow the steps below:
3636 * **Gradle**
3737
3838 ```groovy
39- implementation('io.sixhours:memcached-spring-boot-starter:2.4.2 ') {
39+ implementation('io.sixhours:memcached-spring-boot-starter:2.4.3 ') {
4040 exclude group: 'com.googlecode.xmemcached', module: 'xmemcached'
4141 }
4242 implementation('com.amazonaws:elasticache-java-cluster-client:1.1.2')
@@ -47,7 +47,7 @@ To plug-in Memcached cache in your application follow the steps below:
4747 <dependency>
4848 <groupId>io.sixhours</groupId>
4949 <artifactId>memcached-spring-boot-starter</artifactId>
50- <version>2.4.2 </version>
50+ <version>2.4.3 </version>
5151 <exclusions>
5252 <exclusion>
5353 <groupId>com.googlecode.xmemcached</groupId>
You can’t perform that action at this time.
0 commit comments