Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jdbiVersion from 3.41.2 to 3.41.3 #12012

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump jdbiVersion from 3.41.2 to 3.41.3
Bumps `jdbiVersion` from 3.41.2 to 3.41.3.

Updates `org.jdbi:jdbi3-core` from 3.41.2 to 3.41.3
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.41.2...v3.41.3)

Updates `org.jdbi:jdbi3-sqlobject` from 3.41.2 to 3.41.3
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.41.2...v3.41.3)

---
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]>
dependabot[bot] authored Oct 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 60d261bbeed6b266c00e8b520bac52ed2764151c
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ subprojects {
jaxbApiVersion = '2.3.1'
jaxbCoreVersion = '4.0.3'
jaxbImplVersion = '4.0.3'
jdbiVersion = '3.41.2'
jdbiVersion = '3.41.3'
jetbrainsAnnotationsVersion = '24.0.1'
jlayerVersion = '1.0.1.4'
junitJupiterVersion = '5.10.0'