Skip to content

Commit 566c1ec

Browse files
Bump the development-dependencies group with 5 updates (#2625)
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>
1 parent 732bf9a commit 566c1ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ ext {
4444
assertkVersion = '0.24'
4545
awaitilityVersion = '4.2.0'
4646
commonsCompressVersion = '1.20'
47-
commonsHttpClientVersion = '5.1.3'
47+
commonsHttpClientVersion = '5.1.4'
4848
commonsPoolVersion = '2.11.1'
4949
hamcrestVersion = '2.2'
50-
hibernateValidationVersion = '8.0.0.Final'
50+
hibernateValidationVersion = '8.0.1.Final'
5151
jacksonBomVersion = '2.14.3'
5252
jaywayJsonPathVersion = '2.7.0'
5353
junit4Version = '4.13.2'
@@ -63,12 +63,12 @@ ext {
6363
rabbitmqStreamVersion = '0.8.0'
6464
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
6565
reactorVersion = '2022.0.16'
66-
snappyVersion = '1.1.8.4'
66+
snappyVersion = '1.1.10.5'
6767
springDataVersion = '2022.0.11'
6868
springRetryVersion = '2.0.5'
6969
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
7070
testcontainersVersion = '1.19.5'
71-
zstdJniVersion = '1.5.0-2'
71+
zstdJniVersion = '1.5.5-11'
7272

7373
javaProjects = subprojects - project(':spring-amqp-bom')
7474
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.gradle.enterprise' version '3.14.1'
3-
id 'io.spring.ge.conventions' version '0.0.14'
3+
id 'io.spring.ge.conventions' version '0.0.15'
44
}
55

66
rootProject.name = 'spring-amqp-dist'

0 commit comments

Comments
 (0)