Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jan 26, 2024
1 parent 3ebf3de commit 9cd5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType<KotlinCompile> {

dependencies {
api(kotlin("stdlib-jdk8"))
api("com.gitlab.mvysny.jdbiorm:jdbi-orm:2.6")
api("com.gitlab.mvysny.jdbiorm:jdbi-orm:2.7")

// logging
implementation("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit 9cd5148

Please sign in to comment.