Skip to content

Commit

Permalink
Bump jdbiVersion from 3.38.3 to 3.39.1 (#11704)
Browse files Browse the repository at this point in the history
Bumps `jdbiVersion` from 3.38.3 to 3.39.1.

Updates `org.jdbi:jdbi3-core` from 3.38.3 to 3.39.1
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.38.3...v3.39.1)

Updates `org.jdbi:jdbi3-sqlobject` from 3.38.3 to 3.39.1
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.38.3...v3.39.1)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-core
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 2, 2023
1 parent 8c1f48d commit bbcbe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subprojects {
jaxbApiVersion = '2.3.1'
jaxbCoreVersion = '4.0.3'
jaxbImplVersion = '4.0.3'
jdbiVersion = '3.38.3'
jdbiVersion = '3.39.1'
jetbrainsAnnotationsVersion = '24.0.1'
jlayerVersion = '1.0.1.4'
junitJupiterVersion = '5.9.3'
Expand Down

0 comments on commit bbcbe47

Please sign in to comment.