Skip to content

Commit 115eca1

Browse files
Bump postgresql from 42.4.0 to 42.4.1 in /examples
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.4.0...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdb11ec commit 115eca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1010
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
1111
implementation 'org.json:json:20220320'
12-
testImplementation 'org.postgresql:postgresql:42.4.0'
12+
testImplementation 'org.postgresql:postgresql:42.4.1'
1313
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
1414
testImplementation 'org.testcontainers:postgresql'
1515
}

0 commit comments

Comments
 (0)