From a4c354d1a85c3ed7d235b464660d2c5bd508499e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:36:32 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#9020) Bumps the development-dependencies group with 2 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.awaitility:awaitility` from 4.2.0 to 4.2.1 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1) Updates `org.postgresql:postgresql` from 42.7.2 to 42.7.3 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.2...REL42.7.3) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.postgresql:postgresql 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2b0927d8c3..792fe8a754 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext { assertjVersion = '3.25.3' assertkVersion = '0.28.0' avroVersion = '1.11.3' - awaitilityVersion = '4.2.0' + awaitilityVersion = '4.2.1' camelVersion = '4.4.1' commonsDbcp2Version = '2.11.0' commonsIoVersion = '2.15.1' @@ -98,7 +98,7 @@ ext { mysqlVersion = '8.3.0' oracleVersion = '23.3.0.23.09' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.2' + postgresVersion = '42.7.3' protobufVersion = '3.25.3' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2023.0.4'