We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dd7f2 commit 3e19030Copy full SHA for 3e19030
assembler-spring-cache/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.4.3'
3
- id 'io.spring.dependency-management' version '1.1.6'
+ id 'org.springframework.boot' version '3.4.4'
+ id 'io.spring.dependency-management' version '1.1.7'
4
}
5
6
['bootJar','bootBuildImage'].each { taskName ->
@@ -21,6 +21,6 @@ dependencies {
21
22
testImplementation project(":assembler").sourceSets.test.output
23
24
- testImplementation ("com.github.ben-manes.caffeine:caffeine:3.1.8")
+ testImplementation ("com.github.ben-manes.caffeine:caffeine:3.2.0")
25
testImplementation("org.springframework.boot:spring-boot-starter-test")
26
0 commit comments