Skip to content

Commit 08818b5

Browse files
Bump the development-dependencies group with 2 updates (#8953)
Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.testcontainers:testcontainers-bom` from 1.19.5 to 1.19.6 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.5...1.19.6) Updates `org.postgresql:postgresql` from 42.6.0 to 42.6.1 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.6.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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 c8477ad commit 08818b5

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
@@ -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.0'
95+
postgresVersion = '42.6.1'
9696
protobufVersion = '3.23.4'
9797
r2dbch2Version = '1.0.0.RELEASE'
9898
reactorVersion = '2022.0.16'
@@ -109,7 +109,7 @@ ext {
109109
springSecurityVersion = '6.1.7'
110110
springVersion = '6.0.17'
111111
springWsVersion = '4.0.10'
112-
testcontainersVersion = '1.19.5'
112+
testcontainersVersion = '1.19.6'
113113
tomcatVersion = '10.1.19'
114114
xmlUnitVersion = '2.9.1'
115115
xstreamVersion = '1.4.20'

0 commit comments

Comments
 (0)