File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.3 ')
22+ implementation('io.sixhours:memcached-spring-boot-starter:2.4.4 ')
2323 ```
2424 * **Maven**
2525
2626 ```xml
2727 <dependency>
2828 <groupId>io.sixhours</groupId>
2929 <artifactId>memcached-spring-boot-starter</artifactId>
30- <version>2.4.3 </version>
30+ <version>2.4.4 </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.3 ') {
39+ implementation('io.sixhours:memcached-spring-boot-starter:2.4.4 ') {
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.3 </version>
50+ <version>2.4.4 </version>
5151 <exclusions>
5252 <exclusion>
5353 <groupId>com.googlecode.xmemcached</groupId>
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def gitVersion = { ->
3434 return ! version. isEmpty() ? version - ' v' : projectVersion
3535}
3636
37- def resolvedVersion = project. findProperty(' release' ) ? gitVersion() : ' 2.4.4 -SNAPSHOT'
37+ def resolvedVersion = project. findProperty(' release' ) ? gitVersion() : ' 2.4.5 -SNAPSHOT'
3838
3939sonarqube {
4040 properties {
You can’t perform that action at this time.
0 commit comments