Skip to content

Commit c7fa990

Browse files
authored
Merge pull request boskworks#135 from boskworks/dependabot/gradle/testing-dependencies-98c1fb6465
Bump the testing-dependencies group across 1 directory with 5 updates
2 parents 1f8f22e + 24cfe73 commit c7fa990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example-hello/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.3'
3+
id 'org.springframework.boot' version '3.5.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ hamcrest = "3.0"
44
jackson = "2.19.2"
55
jetbrains-annotations = "26.0.2"
66
jmh = "1.37"
7-
junit = "5.13.2"
7+
junit = "5.13.4"
88
logback = "1.5.18"
99
lombok = "1.18.38"
1010
pcollections = "5.0.0"
1111
slf4j = "2.0.17"
12-
spring-boot = "3.5.3"
12+
spring-boot = "3.5.4"
1313
testcontainers = "1.21.3"
1414

1515
[libraries]

0 commit comments

Comments
 (0)