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