@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020org-url = " https://suresh.dev"
2121
2222# Gradle Dependencies Versions
23- bc-plugins = " 0.27 .0"
23+ bc-plugins = " 0.28 .0"
2424kotlinx-kover = " 0.9.1"
2525kotlinx-bcv = " 0.17.0"
2626kotlin-dokka = " 2.0.0"
@@ -37,15 +37,15 @@ kotlinx-browser = "0.3"
3737kotlinx-benchmark = " 0.4.13"
3838kotlinx-metadata = " 0.9.0"
3939kotlinx-reflect-lite = " 1.1.0"
40- kotlin-wrappers = " 2025.1.7 "
40+ kotlin-wrappers = " 2025.1.9 "
4141kotlin-redacted = " 1.12.0"
4242kotlin-serviceloader = " 0.0.15"
4343kotlinx-multik = " 0.2.3"
44- kotlinx-dataframe = " 0.16.0-dev-5384 "
44+ kotlinx-dataframe = " 0.16.0-dev-5405 "
4545kotlinx-kandy = " 0.8.0-dev-59"
4646kotlin-statistics = " 0.4.0-RC1"
4747evas = " 1.2.0"
48- kopy = " 0.13.1 +2.1.0 "
48+ kopy = " 0.14.0 +2.1.10 "
4949poko = " 0.18.2"
5050mappie = " 0.10.0"
5151akkurate = " 0.11.0"
@@ -59,10 +59,10 @@ ktor-cohort = "2.6.0"
5959otel = " 1.46.0"
6060otel-instr = " 2.12.0"
6161otel-instr-alpha = " 2.12.0-alpha"
62- otel-semconv = " 1.29 .0-alpha "
62+ otel-semconv = " 1.30 .0-rc.1 "
6363otel-samplers = " 1.43.0-alpha"
6464elastic-otel = " 0.4.0"
65- okio = " 3.9.1 "
65+ okio = " 3.10.2 "
6666sslcontext-kickstart = " 9.0.0"
6767ksp-auto-service = " 1.2.0"
6868gradle-kotlin-dsl = " 4.3.1"
@@ -78,7 +78,7 @@ jgit = "7.1.0.202411261347-r"
7878jte = " 3.1.16"
7979jimfs = " 1.3.0"
8080sshj = " 0.39.0"
81- jsch = " 0.2.21 "
81+ jsch = " 0.2.23 "
8282pty4j = " 0.13.2"
8383junit = " 5.11.4"
8484koin = " 4.1.0-Beta5"
@@ -100,7 +100,7 @@ google-javaformat = "1.25.2"
100100palantir-javaformat = " 2.50.0"
101101google-auto-service = " 1.1.1"
102102google-tink = " 1.16.0"
103- graalvm = " 24.1.1 "
103+ graalvm = " 24.1.2 "
104104jspecify = " 1.0.0"
105105rsocket = " 0.16.0"
106106jctools = " 4.0.5"
@@ -132,7 +132,7 @@ exposed = "0.58.0"
132132postgresql = " 42.7.5"
133133hikariCP = " 6.2.1"
134134h2 = " 2.3.232"
135- micrometer = " 1.14.2 "
135+ micrometer = " 1.14.3 "
136136swagger-ui = " 5.17.14"
137137hoplite = " 2.9.0"
138138config4k = " 0.7.0"
@@ -217,18 +217,18 @@ kmpmt = "0.1.1"
217217tasktree = " 4.0.0"
218218sigstore = " 1.1.0"
219219reproducible-builds = " 1.0"
220- autonomousapps-depanalysis = " 2.6.1 "
220+ autonomousapps-depanalysis = " 2.7.0 "
221221autonomousapps-bestpractices = " 0.10"
222222graalvm-nativeimage = " 0.10.4"
223223github-depgraph = " 0.1.0"
224224github-changelog = " 2.2.0"
225- wire-plugin = " 5.1.0 "
225+ wire-plugin = " 5.2.1 "
226226buildkonfig = " 0.15.2"
227227gmazzo-buildconfig = " 3.1.0"
228228cyclonedx-plugin = " 1.10.0"
229229modulegraph = " 0.10.1"
230230cash-molecule = " 1.4.3"
231- npm-publish-plugin = " 3.4.3 "
231+ npm-publish-plugin = " 3.5.1 "
232232exposed-plugin = " 0.2.1"
233233jib-plugin = " 3.4.4"
234234jib-nativeimage-extn = " 0.1.0"
@@ -238,6 +238,7 @@ tomlj = "1.1.1"
238238animalsniffer = " 2.0.0"
239239
240240# Repositories
241+ repo-mvn-central = " https://repo.maven.apache.org/maven2/"
241242repo-mvn-snapshot = " https://oss.sonatype.org/content/repositories/snapshots"
242243repo-mvn-snapshots01 = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
243244repo-nodejs = " https://nodejs.org/dist/"
@@ -455,6 +456,7 @@ exposed-kotlin-datetime = { module = "org.jetbrains.exposed:exposed
455456exposed-crypt = { module = " org.jetbrains.exposed:exposed-crypt" , version.ref = " exposed" }
456457exposed-json = { module = " org.jetbrains.exposed:exposed-json" , version.ref = " exposed" }
457458exposed-money = { module = " org.jetbrains.exposed:exposed-money" , version.ref = " exposed" }
459+ exposed-migration = { module = " org.jetbrains.exposed:exposed-migration" , version.ref = " exposed" }
458460postgresql = { module = " org.postgresql:postgresql" , version.ref = " postgresql" }
459461hikariCP = { module = " com.zaxxer:HikariCP" , version.ref = " hikariCP" }
460462micrometer-prometheus = { module = " io.micrometer:micrometer-registry-prometheus" , version.ref = " micrometer" }
0 commit comments