Skip to content

Commit d7652d3

Browse files
committed
chore: dep updates
1 parent 521eba8 commit d7652d3

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 12 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
# Gradle Dependencies Versions
23-
bc-plugins = "0.27.0"
23+
bc-plugins = "0.28.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -37,15 +37,15 @@ kotlinx-browser = "0.3"
3737
kotlinx-benchmark = "0.4.13"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.1.0"
40-
kotlin-wrappers = "2025.1.7"
40+
kotlin-wrappers = "2025.1.9"
4141
kotlin-redacted = "1.12.0"
4242
kotlin-serviceloader = "0.0.15"
4343
kotlinx-multik = "0.2.3"
44-
kotlinx-dataframe = "0.16.0-dev-5384"
44+
kotlinx-dataframe = "0.16.0-dev-5405"
4545
kotlinx-kandy = "0.8.0-dev-59"
4646
kotlin-statistics = "0.4.0-RC1"
4747
evas = "1.2.0"
48-
kopy = "0.13.1+2.1.0"
48+
kopy = "0.14.0+2.1.10"
4949
poko = "0.18.2"
5050
mappie = "0.10.0"
5151
akkurate = "0.11.0"
@@ -59,10 +59,10 @@ ktor-cohort = "2.6.0"
5959
otel = "1.46.0"
6060
otel-instr = "2.12.0"
6161
otel-instr-alpha = "2.12.0-alpha"
62-
otel-semconv = "1.29.0-alpha"
62+
otel-semconv = "1.30.0-rc.1"
6363
otel-samplers = "1.43.0-alpha"
6464
elastic-otel = "0.4.0"
65-
okio = "3.9.1"
65+
okio = "3.10.2"
6666
sslcontext-kickstart = "9.0.0"
6767
ksp-auto-service = "1.2.0"
6868
gradle-kotlin-dsl = "4.3.1"
@@ -78,7 +78,7 @@ jgit = "7.1.0.202411261347-r"
7878
jte = "3.1.16"
7979
jimfs = "1.3.0"
8080
sshj = "0.39.0"
81-
jsch = "0.2.21"
81+
jsch = "0.2.23"
8282
pty4j = "0.13.2"
8383
junit = "5.11.4"
8484
koin = "4.1.0-Beta5"
@@ -100,7 +100,7 @@ google-javaformat = "1.25.2"
100100
palantir-javaformat = "2.50.0"
101101
google-auto-service = "1.1.1"
102102
google-tink = "1.16.0"
103-
graalvm = "24.1.1"
103+
graalvm = "24.1.2"
104104
jspecify = "1.0.0"
105105
rsocket = "0.16.0"
106106
jctools = "4.0.5"
@@ -132,7 +132,7 @@ exposed = "0.58.0"
132132
postgresql = "42.7.5"
133133
hikariCP = "6.2.1"
134134
h2 = "2.3.232"
135-
micrometer = "1.14.2"
135+
micrometer = "1.14.3"
136136
swagger-ui = "5.17.14"
137137
hoplite = "2.9.0"
138138
config4k = "0.7.0"
@@ -217,18 +217,18 @@ kmpmt = "0.1.1"
217217
tasktree = "4.0.0"
218218
sigstore = "1.1.0"
219219
reproducible-builds = "1.0"
220-
autonomousapps-depanalysis = "2.6.1"
220+
autonomousapps-depanalysis = "2.7.0"
221221
autonomousapps-bestpractices = "0.10"
222222
graalvm-nativeimage = "0.10.4"
223223
github-depgraph = "0.1.0"
224224
github-changelog = "2.2.0"
225-
wire-plugin = "5.1.0"
225+
wire-plugin = "5.2.1"
226226
buildkonfig = "0.15.2"
227227
gmazzo-buildconfig = "3.1.0"
228228
cyclonedx-plugin = "1.10.0"
229229
modulegraph = "0.10.1"
230230
cash-molecule = "1.4.3"
231-
npm-publish-plugin = "3.4.3"
231+
npm-publish-plugin = "3.5.1"
232232
exposed-plugin = "0.2.1"
233233
jib-plugin = "3.4.4"
234234
jib-nativeimage-extn = "0.1.0"
@@ -238,6 +238,7 @@ tomlj = "1.1.1"
238238
animalsniffer = "2.0.0"
239239

240240
# Repositories
241+
repo-mvn-central = "https://repo.maven.apache.org/maven2/"
241242
repo-mvn-snapshot = "https://oss.sonatype.org/content/repositories/snapshots"
242243
repo-mvn-snapshots01 = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
243244
repo-nodejs = "https://nodejs.org/dist/"
@@ -455,6 +456,7 @@ exposed-kotlin-datetime = { module = "org.jetbrains.exposed:exposed
455456
exposed-crypt = { module = "org.jetbrains.exposed:exposed-crypt" , version.ref = "exposed"}
456457
exposed-json = { module = "org.jetbrains.exposed:exposed-json" , version.ref = "exposed"}
457458
exposed-money = { module = "org.jetbrains.exposed:exposed-money" , version.ref = "exposed"}
459+
exposed-migration = { module = "org.jetbrains.exposed:exposed-migration" , version.ref = "exposed"}
458460
postgresql = { module = "org.postgresql:postgresql" , version.ref = "postgresql"}
459461
hikariCP = { module = "com.zaxxer:HikariCP" , version.ref = "hikariCP"}
460462
micrometer-prometheus = { module = "io.micrometer:micrometer-registry-prometheus" , version.ref = "micrometer"}

0 commit comments

Comments
 (0)