Skip to content

Commit b8fedfc

Browse files
committed
chore: dep updates
1 parent 50950f1 commit b8fedfc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.1"
88
kotlin-lang-version = "2.1"
9-
gradle = "8.14-rc-1"
9+
gradle = "8.14-rc-2"
1010
java-vendor = "Oracle"
1111
java-jvmArguments = "--enable-preview"
1212
java-addModules = "jdk.incubator.vector"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "1.29.0"
23+
bc-plugins = "1.30.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -39,7 +39,7 @@ kotlinx-benchmark = "0.4.13"
3939
kotlinx-fuzz = "0.2.2"
4040
kotlinx-metadata = "0.9.0"
4141
kotlinx-reflect-lite = "1.1.0"
42-
kotlin-wrappers = "2025.4.11"
42+
kotlin-wrappers = "2025.4.12"
4343
kotlin-redacted = "1.13.0"
4444
kotlin-serviceloader = "0.0.15"
4545
kotlinx-multik = "0.2.3"
@@ -48,7 +48,7 @@ kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
evas = "1.2.0"
5050
kopy = "0.15.0+2.1.20"
51-
poko = "0.18.5"
51+
poko = "0.18.6"
5252
mappie = "2.1.20-1.2.3"
5353
akkurate = "0.11.0"
5454
kaml = "0.77.0"
@@ -112,7 +112,7 @@ rsocket = "0.20.0"
112112
jctools = "4.0.5"
113113
caffeine-coroutines = "2.0.1"
114114
kotlin-codepoints = "0.9.0"
115-
kotlin-logging = "7.0.6"
115+
kotlin-logging = "7.0.7"
116116
kotlin-bignum = "0.3.10"
117117
kotlin-diff = "1.0.0"
118118
kotlin-retry = "2.0.1"
@@ -180,7 +180,7 @@ kmbed = "1.8.4"
180180
langchain4j = "1.0.0-beta3"
181181
jlama = "0.8.4"
182182
mcp-kotlin = "0.4.0"
183-
mcp4k = "0.3.6"
183+
mcp4k = "0.4.0"
184184
dflib = "2.0.0-M2"
185185
ldaptive = "2.4.1"
186186
chicory = "1.2.1"
@@ -224,6 +224,7 @@ gradle-publish = "1.3.1"
224224
shadow = "9.0.0-beta12"
225225
spotless = "7.0.3"
226226
semver-plugin = "0.8.0"
227+
gratatouille = "0.0.5"
227228
vercraft = "0.5.0"
228229
kmpmt = "0.1.1"
229230
tasktree = "4.0.1"
@@ -235,7 +236,7 @@ graalvm-nativeimage = "0.10.6"
235236
github-depgraph = "0.1.0"
236237
github-changelog = "2.2.0"
237238
wire-plugin = "5.3.1"
238-
buildkonfig = "0.17.0"
239+
buildkonfig = "0.17.1"
239240
gmazzo-buildconfig = "5.6.2"
240241
cyclonedx-plugin = "1.10.0"
241242
modulegraph = "0.12.0"
@@ -734,6 +735,7 @@ wasm2class = { id = "at.released.wasm2class.plugin"
734735
mcp4k = { id = "sh.ondr.mcp4k" , version.ref = "mcp4k"}
735736
tasktree = { id = "com.dorongold.task-tree" , version.ref = "tasktree" }
736737
foojay-resolver = { id = "org.gradle.toolchains.foojay-resolver" , version.ref = "foojay-resolver" }
738+
gratatouille = { id = "com.gradleup.gratatouille" , version.ref = "gratatouille" }
737739
cyclonedx = { id = "org.cyclonedx.cyclonedx" , version.ref = "cyclonedx-plugin" }
738740
github-depgraph = { id = "org.gradle.github-dependency-graph" , version.ref = "github-depgraph"}
739741
wire = { id = "com.squareup.wire" , version.ref = "wire-plugin"}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-rc-1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-rc-2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)