Skip to content

Commit

Permalink
fix: bump the other-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).

- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.0...REL42.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 7, 2023
1 parent 75b47a5 commit 7b2a9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
// DB
implementation 'com.zaxxer:HikariCP:5.1.0'
implementation 'org.postgresql:postgresql:42.7.0'
implementation 'org.postgresql:postgresql:42.7.1'

// LSD
api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.2'
Expand Down

0 comments on commit 7b2a9f2

Please sign in to comment.