Skip to content

Commit

Permalink
Bump postgresql from 42.2.9 to 42.2.12 (#22)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.12.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.9...REL42.2.12)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 22, 2020
1 parent b387c5f commit 46b9e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project(":codegen") {
implementation 'com.squareup:kotlinpoet:1.5.0'
implementation 'org.atteo:evo-inflector:1.2.2'
implementation 'org.apache.commons:commons-text:1.8'
implementation 'org.postgresql:postgresql:42.2.9'
implementation 'org.postgresql:postgresql:42.2.12'

testImplementation("io.kotlintest:kotlintest-runner-junit5:3.3.0")
}
Expand Down

0 comments on commit 46b9e15

Please sign in to comment.