Skip to content

Commit

Permalink
chore(deps): bump org.postgresql:postgresql from 42.4.1 to 42.6.0
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.6.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.4.1...REL42.6.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent be5e83e commit 38ff567
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 @@ -81,7 +81,7 @@ dependencies {
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.1.0'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.31'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.39.4.0'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
testImplementation "org.mockito:mockito-core:4.+"
Expand Down

0 comments on commit 38ff567

Please sign in to comment.