Skip to content

Commit

Permalink
Bump jdbiVersion from 3.45.1 to 3.45.2
Browse files Browse the repository at this point in the history
Bumps `jdbiVersion` from 3.45.1 to 3.45.2.

Updates `org.jdbi:jdbi3-core` from 3.45.1 to 3.45.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.45.1...v3.45.2)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent b1859ac commit 20906c9
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 @@ -70,7 +70,7 @@ subprojects {
jaxbApiVersion = "2.3.1"
jaxbCoreVersion = "4.0.5"
jaxbImplVersion = "4.0.5"
jdbiVersion = "3.45.1"
jdbiVersion = "3.45.2"
jetbrainsAnnotationsVersion = "24.1.0"
jlayerVersion = "1.0.1.4"
junitJupiterVersion = "5.10.2"
Expand Down

0 comments on commit 20906c9

Please sign in to comment.