diff --git a/build.gradle b/build.gradle index 470ddfb4..4ba10109 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ ext { springRetryVersion = '2.0.5' springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13' testcontainersVersion = '1.19.7' - zstdJniVersion = '1.5.5-11' + zstdJniVersion = '1.5.6-1' javaProjects = subprojects - project(':spring-amqp-bom') } diff --git a/settings.gradle b/settings.gradle index 23d26350..d5072c31 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ plugins { id 'com.gradle.enterprise' version '3.14.1' - id 'io.spring.ge.conventions' version '0.0.15' + id 'io.spring.ge.conventions' version '0.0.16' } rootProject.name = 'spring-amqp-dist'