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 6e03b47 commit be612c5Copy full SHA for be612c5
build.gradle
@@ -19,8 +19,8 @@ plugins {
19
id 'idea'
20
id 'org.ajoberstar.grgit' version '5.3.0'
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.26'
+ id 'io.spring.dependency-management' version '1.1.7' apply false
+ id 'com.github.spotbugs' version '6.0.27'
24
id 'io.freefair.aggregate-javadoc' version '8.10.2'
25
}
26
@@ -67,7 +67,7 @@ ext {
67
mockitoVersion = '5.14.2'
68
reactorVersion = '2024.0.1'
69
scalaVersion = '2.13'
70
- springBootVersion = '3.3.6' // docs module
+ springBootVersion = '3.3.7' // docs module
71
springDataVersion = '2024.1.1'
72
springRetryVersion = '2.0.11'
73
springVersion = '6.2.1'
0 commit comments