Skip to content

Commit 4babe06

Browse files
Bump org.springframework.boot from 3.4.3 to 3.4.5 (#64)
* Bump org.springframework.boot from 3.4.3 to 3.4.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.3 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Updating artifacts --------- 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 649ca63 commit 4babe06

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

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.3.0</version>
17+
<version>3.4.5.0</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222
```groovy
23-
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.4.3.0'
23+
implementation 'io.github.suppierk:spring-boot-multilevel-cache-starter:3.4.5.0'
2424
```
2525

2626
## Use cases

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ plugins {
99
id 'java-library'
1010

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

1515
// Publishing
16-
id 'com.vanniktech.maven.publish' version '0.30.0'
16+
id 'com.vanniktech.maven.publish' version '0.32.0'
1717

1818
// Utility
1919
id 'jacoco'
20-
id 'org.sonarqube' version '6.0.1.5171'
21-
id 'com.diffplug.spotless' version '7.0.2'
20+
id 'org.sonarqube' version '6.2.0.5505'
21+
id 'com.diffplug.spotless' version '7.0.3'
2222
}
2323

2424
// Project properties
@@ -51,7 +51,7 @@ configurations {
5151
dependencyManagement {
5252
imports {
5353
// https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
54-
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2024.0.0'
54+
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2024.0.1'
5555
}
5656
}
5757

@@ -73,8 +73,8 @@ dependencies {
7373
// https://ossindex.sonatype.org/vulnerability/CVE-2024-12801?component-type=maven&component-name=ch.qos.logback%2Flogback-core&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0
7474
// https://ossindex.sonatype.org/vulnerability/CVE-2024-12798?component-type=maven&component-name=ch.qos.logback%2Flogback-core&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0
7575
// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
76-
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.17'
77-
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.17'
76+
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.18'
77+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.18'
7878

7979
implementation 'io.micrometer:micrometer-core'
8080

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.3.0
30+
VERSION_NAME=3.4.5.0
3131
POM_PACKAGING=jar
3232

3333
POM_NAME=Spring Boot Multilevel Cache Starter

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)