Skip to content

Commit

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

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

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-sqlobject
  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>
Co-authored-by: Ole <[email protected]>
  • Loading branch information
dependabot[bot] and ole4ryb authored Aug 21, 2024
1 parent 6ea0661 commit 494abc5
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 @@ -30,7 +30,7 @@ dependencies {
implementation project(':common')
implementation 'org.postgresql:postgresql:42.7.3'
implementation 'org.jdbi:jdbi3-core:3.45.2'
implementation 'org.jdbi:jdbi3-sqlobject:3.45.2'
implementation 'org.jdbi:jdbi3-sqlobject:3.45.3'
implementation 'org.jdbi:jdbi3-postgres:3.45.3'

liquibaseRuntime 'org.liquibase:liquibase-core:4.29.1'
Expand Down

0 comments on commit 494abc5

Please sign in to comment.