Skip to content

Commit

Permalink
Bump postgresql from 42.2.14 to 42.2.15 in /modules/junit-jupiter (#3115
Browse files Browse the repository at this point in the history
)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2020
1 parent 58c4cf2 commit 9790538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testCompile 'org.assertj:assertj-core:3.16.1'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'

testRuntime 'org.postgresql:postgresql:42.2.14'
testRuntime 'org.postgresql:postgresql:42.2.15'
testRuntime 'mysql:mysql-connector-java:8.0.21'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
}
Expand Down

0 comments on commit 9790538

Please sign in to comment.