Skip to content

Commit c4ef879

Browse files
committed
Update release docs and bump version to 2.4.5-SNAPSHOT
1 parent fe344bd commit c4ef879

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3939
sonarqube {
4040
properties {

0 commit comments

Comments
 (0)