Skip to content

Commit

Permalink
Bump postgresql from 42.2.23 to 42.2.24 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.24.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.23...REL42.2.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2021
1 parent 532c0b7 commit a227626
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 {
testImplementation 'org.assertj:assertj-core:3.20.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'

testRuntimeOnly 'org.postgresql:postgresql:42.2.23'
testRuntimeOnly 'org.postgresql:postgresql:42.2.24'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.26'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
}
Expand Down

0 comments on commit a227626

Please sign in to comment.