Skip to content

Commit a098200

Browse files
dependabot[bot]amotl
authored andcommitted
Bump org.postgresql:postgresql in /testing/testcontainers/java
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.5 to 42.7.7. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.7) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 795d938 commit a098200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/testcontainers/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation 'org.postgresql:postgresql:42.7.5'
23+
implementation 'org.postgresql:postgresql:42.7.7'
2424
implementation 'io.crate:crate-jdbc:2.7.0'
2525
implementation 'org.slf4j:slf4j-api:2.0.17'
2626
implementation 'org.slf4j:slf4j-simple:2.0.17'

0 commit comments

Comments
 (0)