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 a0398ac commit eb2039fCopy full SHA for eb2039f
build.gradle
@@ -68,7 +68,7 @@ ext {
68
reactorVersion = '2022.0.3'
69
snappyVersion = '1.1.8.4'
70
springDataVersion = '2022.0.2'
71
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.5'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.7-SNAPSHOT'
72
springRetryVersion = '2.0.0'
73
testcontainersVersion = '1.17.6'
74
zstdJniVersion = '1.5.0-2'
0 commit comments