From 566c1ec56853c6421eb309180a1208d0677d695c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:22:36 +0000 Subject: [PATCH] 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](https://github.com/apache/httpcomponents-client/compare/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](https://github.com/hibernate/hibernate-validator/compare/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](https://github.com/xerial/snappy-java/compare/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](https://github.com/luben/zstd-jni/compare/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](https://github.com/spring-io/gradle-enterprise-conventions/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 8 ++++---- settings.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index dfb3019686..5250174914 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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') } diff --git a/settings.gradle b/settings.gradle index d2eed3f267..23d263506e 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.14' + id 'io.spring.ge.conventions' version '0.0.15' } rootProject.name = 'spring-amqp-dist'