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 6ffaeb5 commit ed77c19Copy full SHA for ed77c19
build.gradle
@@ -68,7 +68,7 @@ ext {
68
springRetryVersion = '2.0.5'
69
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
70
testcontainersVersion = '1.19.7'
71
- zstdJniVersion = '1.5.6-1'
+ zstdJniVersion = '1.5.6-2'
72
73
javaProjects = subprojects - project(':spring-amqp-bom')
74
}
0 commit comments