Skip to content

Commit

Permalink
Bump jdbi3Version from 3.34.0 to 3.35.0 (#2283)
Browse files Browse the repository at this point in the history
Bumps `jdbi3Version` from 3.34.0 to 3.35.0.

Updates `jdbi3-core` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.34.0...v3.35.0)

Updates `jdbi3-jackson2` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.34.0...v3.35.0)

Updates `jdbi3-postgres` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.34.0...v3.35.0)

Updates `jdbi3-sqlobject` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.34.0...v3.35.0)

Updates `jdbi3-testing` from 3.34.0 to 3.35.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.34.0...v3.35.0)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jdbi:jdbi3-jackson2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jdbi:jdbi3-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jdbi:jdbi3-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pawel.leszczynski <[email protected]>
  • Loading branch information
dependabot[bot] and pawel-big-lebowski authored Dec 7, 2022
1 parent 2ffb8e0 commit a78f8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

ext {
jdbi3Version = '3.34.0'
jdbi3Version = '3.35.0'
prometheusVersion = '0.16.0'
testcontainersVersion = '1.17.6'
sentryVersion = '6.7.0'
Expand Down

0 comments on commit a78f8ec

Please sign in to comment.