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 c1f9dd4 commit 86534e3Copy full SHA for 86534e3
build.gradle
@@ -63,7 +63,7 @@ ext {
63
reactorVersion = '2020.0.28'
64
snappyVersion = '1.1.8.4'
65
springDataCommonsVersion = '2.6.10'
66
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.25'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.26'
67
springRetryVersion = '1.3.4'
68
zstdJniVersion = '1.5.0-2'
69
}
0 commit comments