Skip to content

Commit

Permalink
Bump org.postgresql:postgresql in /by-language/java-jooq
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Feb 26, 2024
1 parent 11ee0c3 commit f57e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion by-language/java-jooq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
implementation 'org.jooq:jooq:3.19.3'
implementation 'org.jooq:jooq-meta:3.19.3'
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.postgresql:postgresql:42.7.2'
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit f57e4b6

Please sign in to comment.