Commit 60b97b7 1 parent ccc29f5 commit 60b97b7 Copy full SHA for 60b97b7
File tree 2 files changed +2
-2
lines changed
laa-ccms-spring-boot-gradle-plugin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
9
9
// org.springframework.boot:spring-boot-gradle-plugin
10
10
// org.springframework.boot:spring-boot-dependencies
11
- ext. springBootVersion = " 3.4.2 "
11
+ ext. springBootVersion = " 3.4.3 "
12
12
13
13
// io.spring.gradle:dependency-management-plugin
14
14
ext. springBootDependencyManagementPluginVersion = " 1.1.7"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation " org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion "
19
19
implementation " io.spring.gradle:dependency-management-plugin:$springBootDependencyManagementPluginVersion "
20
20
21
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
21
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.0 '
22
22
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
23
23
}
24
24
You can’t perform that action at this time.
0 commit comments