We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deba907 commit 1a9f5d3Copy full SHA for 1a9f5d3
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id 'org.ajoberstar.grgit' version '5.2.2'
21
id 'io.spring.nohttp' version '0.0.11'
22
id 'io.spring.dependency-management' version '1.1.6' apply false
23
- id 'com.github.spotbugs' version '6.0.22'
+ id 'com.github.spotbugs' version '6.0.23'
24
id 'io.freefair.aggregate-javadoc' version '8.6'
25
}
26
@@ -67,7 +67,7 @@ ext {
67
mockitoVersion = '5.10.0'
68
reactorVersion = '2023.0.10'
69
scalaVersion = '2.13'
70
- springBootVersion = '3.2.9' // docs module
+ springBootVersion = '3.2.10' // docs module
71
springDataVersion = '2024.0.4'
72
springRetryVersion = '2.0.9'
73
springVersion = '6.1.13'
0 commit comments