Skip to content

Commit 3e19030

Browse files
author
pellse
committed
Upgraded to Spring Boot 3.4.4, dependency management to 1.1.7, Caffeine test dependency to 3.2.0
1 parent c2dd7f2 commit 3e19030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assembler-spring-cache/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.3'
3-
id 'io.spring.dependency-management' version '1.1.6'
2+
id 'org.springframework.boot' version '3.4.4'
3+
id 'io.spring.dependency-management' version '1.1.7'
44
}
55

66
['bootJar','bootBuildImage'].each { taskName ->
@@ -21,6 +21,6 @@ dependencies {
2121

2222
testImplementation project(":assembler").sourceSets.test.output
2323

24-
testImplementation ("com.github.ben-manes.caffeine:caffeine:3.1.8")
24+
testImplementation ("com.github.ben-manes.caffeine:caffeine:3.2.0")
2525
testImplementation("org.springframework.boot:spring-boot-starter-test")
2626
}

0 commit comments

Comments
 (0)