Skip to content

Commit 935742a

Browse files
Bump org.springframework.boot from 3.4.1 to 3.4.2 (#55)
* Bump org.springframework.boot from 3.4.1 to 3.4.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bumping artifact version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roman Khlebnov <suppie.rk@gmail.com>
1 parent 3ae6608 commit 935742a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This version does not allow setting most of the local cache properties in favor
1414
<dependency>
1515
<groupId>io.github.suppierk</groupId>
1616
<artifactId>spring-boot-multilevel-cache-starter</artifactId>
17-
<version>3.4.1.1</version>
17+
<version>3.4.2.0</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222
```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'
2424
```
2525

2626
## Use cases

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'java-library'
1010

1111
// Core frameworks
12-
id 'org.springframework.boot' version '3.4.1'
12+
id 'org.springframework.boot' version '3.4.2'
1313
id 'io.spring.dependency-management' version '1.1.7'
1414

1515
// Publishing

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
2727

2828
GROUP=io.github.suppierk
2929
POM_ARTIFACT_ID=spring-boot-multilevel-cache-starter
30-
VERSION_NAME=3.4.1.1
30+
VERSION_NAME=3.4.2.0
3131
POM_PACKAGING=jar
3232

3333
POM_NAME=Spring Boot Multilevel Cache Starter

0 commit comments

Comments
 (0)