Skip to content

Commit 9b3db5d

Browse files
authored
Merge pull request #56 from entur/dependabot/gradle/minor-and-patch-a5b2a56242
Bump the minor-and-patch group across 1 directory with 9 updates
2 parents 14f71ad + d22bfc9 commit 9b3db5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
id 'base'
33
id 'org.jreleaser' version "1.20.0"
4-
id 'com.github.ben-manes.versions' version '0.52.0' apply false
5-
id "com.github.spotbugs" version "6.3.0" apply false
4+
id 'com.github.ben-manes.versions' version '0.53.0' apply false
5+
id "com.github.spotbugs" version "6.4.2" apply false
66
id 'com.diffplug.spotless' version "7.2.1" apply false
77
}
88

99
subprojects {
1010
ext {
11-
springBoot3Version = '3.5.5'
11+
springBoot3Version = '3.5.6'
1212
javaJwtVersion = '4.5.0'
1313
jjwtVersion = '0.13.0'
1414
apacheCommonsVersion = '2.20.0'
@@ -17,9 +17,9 @@ subprojects {
1717
junitPlatformVersion = '1.12.2'
1818
junitJupiterVersion = '5.13.4'
1919
wiremockVersion = '3.13.1'
20-
logback14xVersion = '1.5.18'
20+
logback14xVersion = '1.5.19'
2121

22-
lombokVersion = '1.18.40'
22+
lombokVersion = '1.18.42'
2323
}
2424
}
2525

0 commit comments

Comments
 (0)