From b970bef313a0d07a3c516e7fc153f677b141a56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:31:12 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) and [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions). Updates `com.github.luben:zstd-jni` from 1.5.5-11 to 1.5.6-1 - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.5-11...v1.5.6-1) Updates `io.spring.ge.conventions` from 0.0.15 to 0.0.16 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.15...v0.0.16) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.ge.conventions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 470ddfb495..4ba1010963 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 23d263506e..d5072c314e 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'