updating libs.versions.toml
This commit is contained in:
+15
-15
@@ -10,38 +10,38 @@ agp = "8.1.4"
|
||||
kotlin = "2.2.20"
|
||||
kotlin-logging = "7.0.3"
|
||||
kotlinx = "1.10.2"
|
||||
kotlinx-serialization-json = "1.7.3"
|
||||
kotlinx-serialization-json = "1.9.0"
|
||||
kotlinx-datetime = "0.7.1"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
|
||||
|
||||
# --- Spring Ecosystem ---
|
||||
springBoot = "3.5.5"
|
||||
springBoot = "3.5.6"
|
||||
springCloud = "2025.0.0"
|
||||
springDependencyManagement = "1.1.7"
|
||||
springdoc = "2.8.11"
|
||||
springdoc = "2.8.13"
|
||||
|
||||
# --- Ktor (API Layer & Client) ---
|
||||
ktor = "3.3.0"
|
||||
ktor = "3.3.1"
|
||||
|
||||
# --- Compose UI ---
|
||||
androidx-lifecycle = "2.9.4"
|
||||
composeHotReload = "1.0.0-beta07"
|
||||
composeHotReload = "1.0.0-rc02"
|
||||
composeMultiplatform = "1.9.0"
|
||||
|
||||
|
||||
# --- Database & Persistence ---
|
||||
exposed = "0.61.0"
|
||||
postgresql = "42.7.7"
|
||||
postgresql = "42.7.8"
|
||||
hikari = "7.0.2"
|
||||
h2 = "2.3.232"
|
||||
flyway = "11.11.2"
|
||||
redisson = "3.51.0"
|
||||
lettuce = "6.8.0.RELEASE"
|
||||
flyway = "11.7.2"
|
||||
redisson = "3.52.0"
|
||||
lettuce = "6.6.0.RELEASE"
|
||||
|
||||
# --- Service Discovery & Monitoring ---
|
||||
micrometer = "1.15.3"
|
||||
micrometerTracing = "1.5.3"
|
||||
micrometer = "1.15.4"
|
||||
micrometerTracing = "1.5.4"
|
||||
zipkin = "3.5.1"
|
||||
zipkinReporter = "3.5.1"
|
||||
|
||||
@@ -52,7 +52,7 @@ keycloakAdminClient = "26.0.7"
|
||||
# --- Testing ---
|
||||
junitJupiter = "5.12.2"
|
||||
junitPlatform = "1.12.2"
|
||||
mockk = "1.14.5"
|
||||
mockk = "1.14.6"
|
||||
assertj = "3.27.4"
|
||||
testcontainers = "1.21.3"
|
||||
testcontainersKeycloak = "3.9.0"
|
||||
@@ -68,11 +68,11 @@ caffeine = "3.2.2"
|
||||
reactorKafka = "1.3.23"
|
||||
jackson = "2.19.2"
|
||||
jakartaAnnotation = "3.0.0"
|
||||
roomCommonJvm = "2.7.2"
|
||||
uiDesktop = "1.7.0"
|
||||
roomCommonJvm = "2.8.2"
|
||||
uiDesktop = "1.9.3"
|
||||
|
||||
# --- Logging ---
|
||||
slf4j = "2.0.16"
|
||||
slf4j = "2.0.17"
|
||||
|
||||
# --- Gradle Plugins ---
|
||||
foojayResolver = "1.0.0"
|
||||
|
||||
Reference in New Issue
Block a user