Skip to content

Commit 9790538

Browse files
Bump postgresql from 42.2.14 to 42.2.15 in /modules/junit-jupiter (#3115)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.14 to 42.2.15. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.14...REL42.2.15) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58c4cf2 commit 9790538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testCompile 'org.assertj:assertj-core:3.16.1'
1616
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
1717

18-
testRuntime 'org.postgresql:postgresql:42.2.14'
18+
testRuntime 'org.postgresql:postgresql:42.2.15'
1919
testRuntime 'mysql:mysql-connector-java:8.0.21'
2020
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
2121
}

0 commit comments

Comments
 (0)