File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
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
99subprojects {
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
You can’t perform that action at this time.
0 commit comments