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 f0b09fc commit ef3fd43Copy full SHA for ef3fd43
build.gradle
@@ -67,7 +67,7 @@ ext {
67
springDataVersion = '2022.0.11'
68
springRetryVersion = '2.0.4'
69
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
70
- testcontainersVersion = '1.19.2'
+ testcontainersVersion = '1.19.5'
71
zstdJniVersion = '1.5.0-2'
72
73
javaProjects = subprojects - project(':spring-amqp-bom')
0 commit comments