Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 45ce7e2

Browse files
committed
dep v bump
1 parent 2a633be commit 45ce7e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
plugins {
6-
kotlin("jvm") version "2.1.20"
6+
kotlin("jvm") version "2.1.21"
77
`maven-publish`
88
signing
99
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lucene = "8.11.1"
55
testcontainers = "1.20.4" # https://repo1.maven.org/maven2/org/testcontainers/postgresql/
66

77
[libraries]
8-
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.8"
8+
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.10"
99
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
1010
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
1111
jetbrains-annotations = "org.jetbrains:annotations:24.1.0"

0 commit comments

Comments
 (0)