Skip to content

Commit

Permalink
Bump org.jdbi:jdbi3-postgres from 3.45.3 to 3.45.4 in /db-connector (#…
Browse files Browse the repository at this point in the history
…811)

Bumps [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) from 3.45.3 to 3.45.4.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.3...v3.45.4)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 2550b50 commit 7920d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation 'org.postgresql:postgresql:42.7.4'
implementation 'org.jdbi:jdbi3-core:3.45.4'
implementation 'org.jdbi:jdbi3-sqlobject:3.45.4'
implementation 'org.jdbi:jdbi3-postgres:3.45.3'
implementation 'org.jdbi:jdbi3-postgres:3.45.4'

liquibaseRuntime 'org.liquibase:liquibase-core:4.29.1'
liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3'
Expand Down

0 comments on commit 7920d5d

Please sign in to comment.