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 31975a7 commit c4541d7Copy full SHA for c4541d7
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id 'org.ajoberstar.grgit' version '5.2.2'
23
id 'io.spring.nohttp' version '0.0.11'
24
id 'io.spring.dependency-management' version '1.1.5' apply false
25
- id 'com.github.spotbugs' version '6.0.14'
+ id 'com.github.spotbugs' version '6.0.15'
26
}
27
28
apply plugin: 'io.spring.nohttp'
@@ -68,7 +68,7 @@ ext {
68
mockitoVersion = '5.10.0'
69
reactorVersion = '2023.0.6'
70
scalaVersion = '2.13'
71
- springBootVersion = '3.2.5' // docs module
+ springBootVersion = '3.2.6' // docs module
72
springDataVersion = '2024.0.0'
73
springRetryVersion = '2.0.6'
74
springVersion = '6.1.7'
0 commit comments