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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-01 10:31:12 -04:00
committed by GitHub
parent f8308f222e
commit b970bef313
2 changed files with 2 additions and 2 deletions

View File

@@ -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')
}

View File

@@ -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'