@@ -6,10 +6,10 @@ kotlin-jvmtarget = "21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 2.2"
88kotlin-lang-version = " 2.2"
9- gradle = " 8.14"
9+ gradle = " 8.14.1 "
1010java-vendor = " Oracle"
11- java-jvmArguments = " --enable-preview"
12- java-addModules = " jdk.incubator.vector"
11+ java-jvmargs = " --enable-preview"
12+ java-addmodules = " jdk.incubator.vector"
1313
1414# Project specifc config
1515group = " dev.suresh.kmp"
@@ -47,12 +47,12 @@ kotlinx-dataframe = "1.0.0-Beta1"
4747kotlinx-kandy = " 0.8.0"
4848kotlin-statistics = " 0.4.0-RC1"
4949gradle-kotlin-dsl = " 6.1.2"
50- exoquery-plugin = " 2.1.20-1.2.5 .PL"
51- exoquery-sql = " 1.2.5 .PL-1.2.5 "
50+ exoquery-plugin = " 2.1.20-1.2.6 .PL"
51+ exoquery-sql = " 1.2.6 .PL-1.2.6 "
5252exposed = " 1.0.0-beta-2"
5353postgresql = " 42.7.5"
5454embedded-postgres = " 2.1.0"
55- embedded-postgres-bom = " 17.4 .0"
55+ embedded-postgres-bom = " 17.5 .0"
5656evas = " 1.3.0"
5757kopy = " 0.15.0+2.1.20"
5858poko = " 0.18.7"
@@ -81,14 +81,13 @@ zip-prefixer = "0.3.1"
8181ajalt-mordant = " 3.0.2"
8282ajalt-clikt = " 5.0.3"
8383ajalt-colormath = " 3.6.1"
84- jline = " 3.30.2 "
84+ jline = " 3.30.3 "
8585classgraph = " 4.8.179"
8686cache4k = " 0.14.0"
8787intellij-coverage = " 1.0.766"
8888intellij-markdown = " 0.7.3"
8989jgit = " 7.2.1.202505142326-r"
9090jte = " 3.2.1"
91- jimfs = " 1.3.0"
9291sshj = " 0.39.0"
9392jsch = " 2.27.0"
9493pty4j = " 0.13.4"
@@ -99,7 +98,7 @@ koin-annotations = "2.0.1-RC1"
9998metro = " 0.3.2"
10099kotest = " 6.0.0.M4"
101100mockk = " 1.14.2"
102- mokkery = " 2.7.2 "
101+ mokkery = " 2.8.0 "
103102wiremock = " 4.0.0-beta.9"
104103wiremock-kotlin = " 2.1.1"
105104okhttp = " 5.0.0-alpha.14"
@@ -188,12 +187,15 @@ langchain4j = "1.0.1"
188187langchain4j-kotlin = " 0.2.0"
189188jlama = " 0.8.4"
190189mcp-kotlin = " 0.5.1"
190+ koog = " 0.1.0"
191191mcp4k = " 0.4.0"
192192dflib = " 2.0.0-M2"
193193ldaptive = " 2.4.1"
194194chicory = " 1.3.0"
195195weh-bindings = " 0.5"
196196wasm2class = " 0.3"
197+ zerofs = " 0.0.1"
198+ quickjs4j = " 0.0.4"
197199log4k = " 0.50.0"
198200rwmutex = " 1.0.0"
199201bluesky-ozone = " 0.3.3"
@@ -443,7 +445,6 @@ expiringmap = { module = "net.jodah:expiringmap"
443445password4j = { module = " com.password4j:password4j" , version.ref = " password4j" }
444446otp-java = { module = " com.github.bastiaanjansen:otp-java" , version.ref = " otp" }
445447cel = { module = " dev.cel:cel" , version.ref = " cel" }
446- jimfs = { module = " com.google.jimfs:jimfs" , version.ref = " jimfs" }
447448tomlj = { module = " org.tomlj:tomlj" , version.ref = " tomlj" }
448449bytesize = { module = " me.saket.bytesize:bytesize" , version.ref = " bytesize" }
449450zip-prefixer = { module = " net.e175.klaus:zip-prefixer" , version.ref = " zip-prefixer" }
@@ -652,6 +653,7 @@ weh-chasm-wasip1 = { module = "at.released.weh:bindings-chas
652653weh-chasm-emscripten = { module = " at.released.weh:bindings-chasm-emscripten" , version.ref = " weh-bindings" }
653654weh-chicory-wasip1 = { module = " at.released.weh:bindings-chicory-wasip1" , version.ref = " weh-bindings" }
654655weh-chicory-emscripten = { module = " at.released.weh:bindings-chicory-emscripten" , version.ref = " weh-bindings" }
656+ zerofs = { module = " io.roastedroot:zerofs" , version.ref = " zerofs" }
655657
656658# AI/ML
657659langchain4j = { module = " dev.langchain4j:langchain4j" , version.ref = " langchain4j" }
@@ -662,6 +664,9 @@ jlama-core = { module = "com.github.tjake:jlama-core"
662664jlama-native = { module = " com.github.tjake:jlama-native" , version.ref = " jlama" }
663665dflib = { module = " org.dflib:dflib" , version.ref = " dflib" }
664666mcp-kotlin = { module = " io.modelcontextprotocol:kotlin-sdk" , version.ref = " mcp-kotlin" }
667+ koog-agents = { module = " ai.koog:koog-agents" , version.ref = " koog" }
668+
669+ # Social
665670ozone-bluesky = { module = " sh.christian.ozone:bluesky" , version.ref = " bluesky-ozone" }
666671ozone-jetstream = { module = " sh.christian.ozone:jetstream" , version.ref = " bluesky-ozone" }
667672
0 commit comments