Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](luben/zstd-jni@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](spring-io/develocity-conventions@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>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent f8308f2 commit b970bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit b970bef

Please sign in to comment.