Skip to content

Commit 6948258

Browse files
committed
chore: build fixes
1 parent 99beade commit 6948258

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
env:
3939
releaseBuild: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
40-
runSandboxBuild: false
40+
runSandboxBuild: true
4141

4242
jobs:
4343
build:

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "26"
33
kotlin = "2.3.0-RC"
4-
kotlin-ksp = "2.3.2"
4+
kotlin-ksp = "2.3.3"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
@@ -39,7 +39,7 @@ kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
4141
kotlin-wrappers = "2025.11.11"
42-
kotlin-redacted = "1.15.0"
42+
kotlin-redacted = "1.15.1"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
4545
kotlinx-dataframe = "1.0.0-Beta3"
@@ -62,7 +62,7 @@ kaml = "0.104.0"
6262
snakeyaml-engine-kmp = "4.0.1"
6363
konsist = "0.17.3"
6464
decoroutinator = "2.5.8"
65-
spring-boot = "4.0.0-RC2"
65+
spring-boot = "4.0.0"
6666
spring-depmgmt = "1.1.7"
6767
ktor = "3.3.2"
6868
webauthn4j = "0.30.0.RELEASE"
@@ -75,12 +75,12 @@ otel-alpha = "1.56.0-alpha"
7575
otel-instr = "2.22.0"
7676
otel-instr-alpha = "2.22.0-alpha"
7777
otel-semconv = "1.37.0"
78-
otel-contrib = "1.51.0-alpha"
78+
otel-contrib = "1.52.0-alpha"
7979
otel-kotlin = "0.7.0"
8080
jackson = "3.0.2"
8181
bc = "1.82"
8282
okio = "3.16.4"
83-
ayza = "10.0.1"
83+
ayza = "10.0.2"
8484
ksp-auto-service = "1.2.0"
8585
sweetspi = "0.1.3"
8686
zip-prefixer = "0.4.0"
@@ -193,7 +193,7 @@ langchain4j = "1.8.0"
193193
langchain4j-jlama = "1.8.0-beta15"
194194
langchain4j-kotlin = "0.3.0"
195195
jlama = "0.8.4"
196-
mcp-kotlin = "0.7.7"
196+
mcp-kotlin = "0.8.0"
197197
koog = "0.5.3"
198198
mcp4k = "0.4.6"
199199
dflib = "2.0.0-M5"
@@ -211,15 +211,15 @@ voices = "0.0.8"
211211
onnx = "1.23.2"
212212
angus-mail = "2.1.0-M1"
213213
simplemail = "8.12.6"
214-
javelit = "0.71.0"
214+
javelit = "0.73.0"
215215

216216
# Compose
217-
compose = "1.10.0-beta01"
218-
compose-material3 = "1.10.0-alpha04"
219-
compose-viewmodel = "2.10.0-alpha04"
217+
compose = "1.10.0-beta02"
218+
compose-material3 = "1.10.0-alpha05"
219+
compose-viewmodel = "2.10.0-alpha05"
220220
compose-nav = "2.9.1"
221-
compose-nav3 = "1.0.0-alpha04"
222-
compose-adaptive = "1.3.0-alpha01"
221+
compose-nav3 = "1.0.0-alpha05"
222+
compose-adaptive = "1.3.0-alpha02"
223223
compose-icons = "1.7.3"
224224
compose-fontawesome = "1.1.1"
225225
kobweb = "0.23.3"
@@ -255,7 +255,7 @@ semver-plugin = "0.9.0"
255255
gratatouille = "0.1.3"
256256
kmpmt = "0.1.1"
257257
tasktree = "4.0.1"
258-
sigstore = "2.0.0-rc2"
258+
sigstore = "2.0.0"
259259
reproducible-builds = "1.1"
260260
autonomousapps-depanalysis = "3.5.0"
261261
autonomousapps-bestpractices = "0.10"

0 commit comments

Comments
 (0)