Skip to content

Commit b979587

Browse files
committed
chore: fix container image and dep updates
1 parent 5ac97a4 commit b979587

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
9292
--publish 8081:8081 \
9393
--name kotlin-mpp-playground \
9494
--mount type=bind,source=$(pwd),destination=/app,readonly \
95-
openjdk:26-slim /bin/bash -c "printenv && backend/jvm/build/libs/jvm"
95+
openjdk:26-ea-slim /bin/bash -c "printenv && backend/jvm/build/libs/jvm"
9696

9797
# Build a container image and run
9898
$ ./gradlew :backend:jvm:jibDockerBuild --no-parallel
@@ -232,7 +232,7 @@ The next version will be based on the semantic version scope (`major`, `minor`,
232232
--name kotlin-native-build \
233233
--mount type=bind,source=$(pwd),destination=/app \
234234
--mount type=bind,source=${HOME}/.gradle,destination=/root/.gradle \
235-
openjdk:26-slim /bin/bash
235+
openjdk:26-ea-slim /bin/bash
236236
# apt update && apt install libtree tree
237237
# ./gradlew --no-daemon :backend:native:build
238238
# backend/native/build/bin/linuxX64/releaseExecutable/native.kexe

backend/jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jte {
4949

5050
jib {
5151
from {
52-
image = "openjdk:${javaVersion.get().majorVersion}-slim"
52+
image = "openjdk:${javaVersion.get().majorVersion}-ea-slim"
5353

5454
platforms {
5555
platform {

gradle/kotlin-js-store/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/kotlin-js-store/wasm/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-Beta2"
4-
kotlin-ksp = "2.3.1"
4+
kotlin-ksp = "2.3.2"
55
kotlin-jvmtarget = "25"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.19.0"
23+
bc-plugins = "2.20.0"
2424
kotlinx-kover = "0.9.3"
2525
kotlin-dokka = "2.1.0"
2626
kotlinx-io = "0.8.0"
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
41-
kotlin-wrappers = "2025.11.3"
41+
kotlin-wrappers = "2025.11.4"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
@@ -49,25 +49,25 @@ kotlin-base32 = "1.0.0"
4949
gradle-kotlin-dsl = "6.4.2"
5050
exoquery-plugin = "2.2.20-1.7.2.PL"
5151
exoquery-sql = "1.7.2.PL"
52-
exposed = "1.0.0-rc-2"
52+
exposed = "1.0.0-rc-3"
5353
postgresql = "42.7.8"
5454
embedded-postgres = "2.1.1"
55-
embedded-postgres-bom = "17.6.0"
55+
embedded-postgres-bom = "18.0.0"
5656
evas = "1.3.0"
57-
kopy = "0.20.1+2.2.21"
57+
kopy = "0.20.2+2.2.21"
5858
poko = "0.20.1"
5959
mappie = "2.2.21-1.6.1"
6060
akkurate = "0.11.0"
6161
kaml = "0.102.0"
6262
snakeyaml-engine-kmp = "4.0.1"
6363
konsist = "0.17.3"
6464
decoroutinator = "2.5.8"
65-
spring-boot = "4.0.0-RC1"
65+
spring-boot = "4.0.0-RC2"
6666
spring-depmgmt = "1.1.7"
6767
ktor = "3.3.2"
6868
swagger-codegen = "3.0.75"
6969
ktor-cohort = "2.8.0"
70-
java-http = "1.3.1"
70+
java-http = "1.4.0"
7171
fusionauth-jwt = "5.3.3"
7272
otel = "1.55.0"
7373
otel-alpha = "1.55.0-alpha"
@@ -93,7 +93,7 @@ intellij-markdown = "0.7.3"
9393
jgit = "7.4.0.202509020913-r"
9494
jte = "3.2.1"
9595
sshj = "0.40.0"
96-
jsch = "2.27.5"
96+
jsch = "2.27.6"
9797
pty4j = "0.13.11"
9898
oshi = "6.9.1"
9999
junit = "6.0.1"
@@ -148,7 +148,7 @@ java-keychain = "1.1.0"
148148
arrow-suspendapp = "2.2.0"
149149
hikariCP = "7.0.2"
150150
h2 = "2.4.240"
151-
micrometer = "1.16.0-RC1"
151+
micrometer = "1.16.0"
152152
swagger-ui = "5.17.14"
153153
hoplite = "3.0.0.RC1"
154154
config4k = "0.7.0"
@@ -191,10 +191,10 @@ langchain4j = "1.8.0"
191191
langchain4j-jlama = "1.8.0-beta15"
192192
langchain4j-kotlin = "0.3.0"
193193
jlama = "0.8.4"
194-
mcp-kotlin = "0.7.4"
194+
mcp-kotlin = "0.7.5"
195195
koog = "0.5.2"
196196
mcp4k = "0.4.6"
197-
dflib = "2.0.0-M4"
197+
dflib = "2.0.0-M5"
198198
ldaptive = "2.4.2"
199199
chicory = "1.5.3"
200200
weh-bindings = "0.6.0"
@@ -209,7 +209,7 @@ voices = "0.0.8"
209209
onnx = "1.23.2"
210210
angus-mail = "2.1.0-M1"
211211
simplemail = "8.12.6"
212-
javelit = "0.66.0"
212+
javelit = "0.67.0"
213213

214214
# Compose
215215
compose = "1.10.0-beta01"

0 commit comments

Comments
 (0)