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 ee835ce commit a96e08bCopy full SHA for a96e08b
build.gradle
@@ -19,7 +19,7 @@ plugins {
19
id 'base'
20
id 'project-report'
21
id 'idea'
22
- id 'org.ajoberstar.grgit' version '5.2.1'
+ 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.4' apply false
25
id 'com.github.spotbugs' version '6.0.7'
@@ -68,7 +68,7 @@ ext {
68
mockitoVersion = '5.8.0'
69
reactorVersion = '2023.0.3'
70
scalaVersion = '2.13'
71
- springBootVersion = '3.2.2' // docs module
+ springBootVersion = '3.2.3' // docs module
72
springDataVersion = '2024.0.0-SNAPSHOT'
73
springRetryVersion = '2.0.5'
74
springVersion = '6.1.4'
0 commit comments