Skip to content

Commit

Permalink
Bump org.jdbi:jdbi3-core from 3.36.0 to 3.41.3 in /micronaut-app
Browse files Browse the repository at this point in the history
Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.36.0 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.36.0...v3.41.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 3525d8e commit cd92832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation("io.micronaut.flyway:micronaut-flyway")
implementation("io.micronaut.sql:micronaut-jdbc-hikari")
implementation("org.postgresql:postgresql:42.5.1")
implementation("org.jdbi:jdbi3-core:3.36.0")
implementation("org.jdbi:jdbi3-core:3.41.3")

runtimeOnly("com.fasterxml.jackson.module:jackson-module-kotlin")

Expand Down

0 comments on commit cd92832

Please sign in to comment.