Skip to content

Commit 0e5204f

Browse files
committed
chore: dep updates
1 parent 4f093bf commit 0e5204f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

backend/jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ dependencies {
199199
implementation(libs.ktor.client.websockets)
200200

201201
// Database
202-
// implementation(libs.exoquery.runner.jdbc)
202+
implementation(libs.exoquery.runner.jdbc)
203203
implementation(libs.postgresql)
204204
implementation(libs.hikariCP)
205205
implementation(libs.sherlock.sql)

backend/profiling/src/main/kotlin/dev/suresh/Profiling.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import kotlin.time.Duration.Companion.milliseconds
1919
import kotlin.time.Duration.Companion.minutes
2020
import kotlin.time.Duration.Companion.seconds
2121
import kotlin.time.toJavaDuration
22-
import me.saket.bytesize.binaryBytes
22+
import me.saket.bytesize.*
2323
import one.convert.*
2424
import one.jfr.JfrReader
2525

@@ -83,7 +83,7 @@ object Profiling {
8383
}
8484
}
8585
log.info {
86-
"JFR file written to ${jfrPath.toAbsolutePath()} (${jfrPath.fileSize().binaryBytes})"
86+
"JFR file written to ${jfrPath.toAbsolutePath()} (${jfrPath.fileSize().decimalBytes})"
8787
}
8888
jfrPath
8989
}

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "1.34.0"
23+
bc-plugins = "1.35.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -43,12 +43,12 @@ kotlin-wrappers = "2025.5.2"
4343
kotlin-redacted = "1.13.0"
4444
kotlin-serviceloader = "0.0.15"
4545
kotlinx-multik = "0.2.3"
46-
kotlinx-dataframe = "1.0.0-dev-6805"
46+
kotlinx-dataframe = "1.0.0-dev-6948"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
gradle-kotlin-dsl = "6.1.0"
50-
exoquery-plugin = "2.1.0-1.1.2.PL"
51-
exoquery-sql = "1.1.2.PL-1.1.2"
50+
exoquery-plugin = "2.1.20-1.2.0.PL"
51+
exoquery-sql = "1.2.0.PL-1.2.0"
5252
exposed = "0.61.0"
5353
postgresql = "42.7.5"
5454
evas = "1.2.0"
@@ -62,7 +62,7 @@ konsist = "0.17.3"
6262
decoroutinator = "2.4.9"
6363
spring-boot = "3.4.5"
6464
spring-depmgmt = "1.1.7"
65-
ktor = "3.1.2"
65+
ktor = "3.1.3"
6666
ktor-cohort = "2.7.0"
6767
fusionauth-http = "0.4.0-RC.4"
6868
otel = "1.49.0"
@@ -93,7 +93,7 @@ oshi = "6.8.1"
9393
junit = "5.13.0-M3"
9494
koin = "4.1.0-Beta8"
9595
koin-annotations = "2.0.1-RC1"
96-
metro = "0.2.0"
96+
metro = "0.3.0"
9797
kotest = "6.0.0.M3"
9898
mockk = "1.14.2"
9999
mokkery = "2.7.2"
@@ -132,7 +132,7 @@ uri-kmp = "0.0.19"
132132
urlencoder = "1.5.0"
133133
bytesize = "2.0.0-beta04"
134134
cash-turbine = "1.2.0"
135-
cardiologist = "0.3.1"
135+
cardiologist = "0.4.0"
136136
kmp-store5 = "5.1.0-alpha05"
137137
kmp-settings = "1.3.0"
138138
kmp-appdirs = "1.2.0"
@@ -148,14 +148,14 @@ micrometer = "1.14.6"
148148
swagger-ui = "5.17.14"
149149
hoplite = "2.9.0"
150150
config4k = "0.7.0"
151-
shedlock = "6.4.0"
151+
shedlock = "6.6.0"
152152
sherlock = "1.0.3"
153153
sqids = "0.1.0"
154154
tsid = "2.1.4"
155155
expiringmap = "0.5.10"
156156
otp = "2.1.0"
157157
password4j = "1.8.2"
158-
apache-commons-imaging = "1.0-alpha5"
158+
apache-commons-imaging = "1.0.0-alpha6"
159159
testcontainers = "1.21.0"
160160
sourceBuddy = "2.5.3"
161161
tcp-javanioproxy = "1.6"
@@ -192,7 +192,7 @@ weh-bindings = "0.5"
192192
wasm2class = "0.3"
193193
log4k = "0.50.0"
194194
rwmutex = "1.0.0"
195-
bluesky-ozone = "0.3.2"
195+
bluesky-ozone = "0.3.3"
196196

197197
# Compose
198198
jetbrains-compose = "1.8.0-rc01"

0 commit comments

Comments
 (0)