Skip to content

Commit 01af9f1

Browse files
authored
Merge pull request #57 from entur/dependabot/gradle/minor-and-patch-ea30b47ecc
Bump the minor-and-patch group with 7 updates
2 parents c7e4e98 + a294ec2 commit 01af9f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ plugins {
22
id 'base'
33
id 'org.jreleaser' version "1.20.0"
44
id 'com.github.ben-manes.versions' version '0.53.0' apply false
5-
id "com.github.spotbugs" version "6.4.2" apply false
5+
id "com.github.spotbugs" version "6.4.4" apply false
66
id 'com.diffplug.spotless' version "8.0.0" apply false
77
}
88

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

2222
lombokVersion = '1.18.42'
2323
}

0 commit comments

Comments
 (0)