Skip to content

Commit 197efd3

Browse files
Bump the development-dependencies group with 2 updates (#9003)
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](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.1) Updates `org.postgresql:postgresql` from 42.6.1 to 42.6.2 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.1...REL42.6.2) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afb5b6b commit 197efd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ext {
5353
assertjVersion = '3.24.2'
5454
assertkVersion = '0.26.1'
5555
avroVersion = '1.11.3'
56-
awaitilityVersion = '4.2.0'
56+
awaitilityVersion = '4.2.1'
5757
camelVersion = '3.20.9'
5858
commonsDbcp2Version = '2.9.0'
5959
commonsIoVersion = '2.11.0'
@@ -92,7 +92,7 @@ ext {
9292
mysqlVersion = '8.0.33'
9393
oracleVersion = '23.3.0.23.09'
9494
pahoMqttClientVersion = '1.2.5'
95-
postgresVersion = '42.6.1'
95+
postgresVersion = '42.6.2'
9696
protobufVersion = '3.23.4'
9797
r2dbch2Version = '1.0.0.RELEASE'
9898
reactorVersion = '2022.0.16'

0 commit comments

Comments
 (0)