Skip to content

Commit 7adff25

Browse files
committed
chore: gradle update
1 parent 0f9d5e2 commit 7adff25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 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.3"
88
kotlin-lang-version = "2.3"
9-
gradle = "9.2.1"
9+
gradle = "9.3.0-rc-1"
1010
java-vendor = "Oracle"
1111
java-jvmargs = "--enable-preview"
1212
java-addmodules = "jdk.incubator.vector"
@@ -56,7 +56,7 @@ embedded-postgres-bom = "18.1.0"
5656
evas = "1.4.0"
5757
kopy = "0.20.2+2.2.21"
5858
poko = "0.20.2"
59-
mappie = "2.2.21-1.6.1"
59+
mappie = "2.2.21-2.0.0"
6060
akkurate = "0.11.0"
6161
kaml = "0.104.0"
6262
snakeyaml-engine-kmp = "4.0.1"
@@ -77,7 +77,7 @@ otel-instr-alpha = "2.22.0-alpha"
7777
otel-semconv = "1.37.0"
7878
otel-contrib = "1.52.0-alpha"
7979
otel-kotlin = "0.7.0"
80-
jackson = "3.0.2"
80+
jackson = "3.0.3"
8181
bc = "1.83"
8282
okio = "3.16.4"
8383
ayza = "10.0.2"
@@ -189,8 +189,8 @@ kfswatch = "1.4.0"
189189
kommand = "2.3.0"
190190
kmp-process = "0.4.0"
191191
kmbed = "1.8.4"
192-
langchain4j = "1.9.0"
193-
langchain4j-jlama = "1.9.0-beta16"
192+
langchain4j = "1.9.1"
193+
langchain4j-jlama = "1.9.1-beta17"
194194
langchain4j-kotlin = "0.3.0"
195195
jlama = "0.8.4"
196196
mcp-kotlin = "0.8.0"
@@ -263,7 +263,7 @@ graalvm-nativeimage = "0.11.3"
263263
github-depgraph = "0.1.0"
264264
github-changelog = "2.2.0"
265265
buildkonfig = "0.17.1"
266-
gmazzo-buildconfig = "6.0.5"
266+
gmazzo-buildconfig = "6.0.6"
267267
cyclonedx-plugin = "1.10.0"
268268
modulegraph = "0.13.0"
269269
exposed-plugin = "0.2.1"

gradle/wrapper/gradle-wrapper.jar

542 Bytes
Binary file not shown.

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-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-rc-1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)