Skip to content

Commit 7c1d2f1

Browse files
Bump postgresql from 42.2.12 to 42.2.13 in /modules/junit-jupiter (#2845)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.12 to 42.2.13. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.12...REL42.2.13) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent adc3729 commit 7c1d2f1

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.12'
18+
testRuntime 'org.postgresql:postgresql:42.2.13'
1919
testRuntime 'mysql:mysql-connector-java:8.0.20'
2020
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
2121
}

0 commit comments

Comments
 (0)