File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ This version does not allow setting most of the local cache properties in favor
14
14
<dependency >
15
15
<groupId >io.github.suppierk</groupId >
16
16
<artifactId >spring-boot-multilevel-cache-starter</artifactId >
17
- <version >3.4.1.1 </version >
17
+ <version >3.4.2.0 </version >
18
18
</dependency >
19
19
```
20
20
21
21
### Gradle
22
22
``` groovy
23
- implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.4.1.1 '
23
+ implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.4.2.0 '
24
24
```
25
25
26
26
## Use cases
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
27
27
28
28
GROUP =io.github.suppierk
29
29
POM_ARTIFACT_ID =spring-boot-multilevel-cache-starter
30
- VERSION_NAME =3.4.1.1
30
+ VERSION_NAME =3.4.2.0
31
31
POM_PACKAGING =jar
32
32
33
33
POM_NAME =Spring Boot Multilevel Cache Starter
You can’t perform that action at this time.
0 commit comments