Skip to content

Commit 86354ea

Browse files
committed
Use the latest spymemcached version
1 parent e062862 commit 86354ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ A library for using Memcached as a second level distributed cache in Hibernate.
1212

1313
#Maven dependency
1414

15-
To install it, you just need to add the following Maven dependency:
16-
15+
To install it, you just need to add the following Maven dependency (check Versions blow for the right version for you):
1716
```xml
1817
<dependency>
1918
<groupId>com.github.mihaicostin</groupId>
@@ -37,7 +36,8 @@ If memcached authentication is required, it can be specified using "hibernate.me
3736
#Versions
3837

3938
## 5.2.7.0
40-
- Support Hibernate 5.2.7.Final
39+
- Support Hibernate 5.2.7.Final ([PR](https://github.com/mihaicostin/hibernate-l2-memcached/pull/6) by @akhalikov )
40+
- Update spymemcached to [2.12.2](https://github.com/couchbase/spymemcached/releases/tag/2.12.2)
4141

4242
## 5.2.1.0
4343

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<properties>
4242
<hibernate-core.version>5.2.7.Final</hibernate-core.version>
43-
<spymemcached.version>2.12.1</spymemcached.version>
43+
<spymemcached.version>2.12.2</spymemcached.version>
4444
<slf4j-api.version>1.5.6</slf4j-api.version>
4545

4646
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)