Skip to content

Commit

Permalink
Bump the development-dependencies group with 5 updates (#2625)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.1.3` | `5.1.4` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.0.Final` | `8.0.1.Final` |
| [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) | `1.1.8.4` | `1.1.10.5` |
| [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | `1.5.0-2` | `1.5.5-11` |
| [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) | `0.0.14` | `0.0.15` |


Updates `org.apache.httpcomponents.client5:httpclient5` from 5.1.3 to 5.1.4
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.1.4/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.1.3...rel/v5.1.4)

Updates `org.hibernate.validator:hibernate-validator` from 8.0.0.Final to 8.0.1.Final
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.0.Final...8.0.1.Final)

Updates `org.xerial.snappy:snappy-java` from 1.1.8.4 to 1.1.10.5
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@1.1.8.4...v1.1.10.5)

Updates `com.github.luben:zstd-jni` from 1.5.0-2 to 1.5.5-11
- [Commits](luben/zstd-jni@v1.5.0-2...v1.5.5-11)

Updates `io.spring.ge.conventions` from 0.0.14 to 0.0.15
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](spring-io/develocity-conventions@v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 732bf9a commit 566c1ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ ext {
assertkVersion = '0.24'
awaitilityVersion = '4.2.0'
commonsCompressVersion = '1.20'
commonsHttpClientVersion = '5.1.3'
commonsHttpClientVersion = '5.1.4'
commonsPoolVersion = '2.11.1'
hamcrestVersion = '2.2'
hibernateValidationVersion = '8.0.0.Final'
hibernateValidationVersion = '8.0.1.Final'
jacksonBomVersion = '2.14.3'
jaywayJsonPathVersion = '2.7.0'
junit4Version = '4.13.2'
Expand All @@ -63,12 +63,12 @@ ext {
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
reactorVersion = '2022.0.16'
snappyVersion = '1.1.8.4'
snappyVersion = '1.1.10.5'
springDataVersion = '2022.0.11'
springRetryVersion = '2.0.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
testcontainersVersion = '1.19.5'
zstdJniVersion = '1.5.0-2'
zstdJniVersion = '1.5.5-11'

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.14'
id 'io.spring.ge.conventions' version '0.0.15'
}

rootProject.name = 'spring-amqp-dist'
Expand Down

0 comments on commit 566c1ec

Please sign in to comment.