From c20c8c02e2b8475cdc3fceb4812cbb8deb92cff9 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Fri, 29 Nov 2024 11:42:59 +0800 Subject: [PATCH] Bump Exposed to v0.56.0 in `CommonVersions` --- buildSrc/src/main/kotlin/VersionsAndDependencies.kt | 2 +- .../src/main/kotlin/com/huanshankeji/CommonVersions.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt index 6c082d4..25b9d8f 100644 --- a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt +++ b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt @@ -17,7 +17,7 @@ val alignedPluginVersion = "0.7.0-SNAPSHOT" // "x.y.z" indicates the version of the way of organizing the code, // and the date indicates the version when the dependency versions are updated. -val commonGradleDependenciesVersion = "0.8.0-20241016-SNAPSHOT" +val commonGradleDependenciesVersion = "0.8.0-20241129-SNAPSHOT" // This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts". val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply { diff --git a/common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt b/common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt index 98c5080..6169c00 100644 --- a/common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt +++ b/common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt @@ -11,7 +11,7 @@ class CommonVersions( val kotlinxDatetime: String = "0.6.1", val kotlinxBenchmark: String = GeneratedVersions.kotlinxBenchmark, // TODO `kotlinxIo` - val exposed: String = "0.53.0", // "0.54.0" deprecates the old DSL APIs as errors while we still depend on them. + val exposed: String = "0.56.0", val ktor: String = "2.3.12", // "3.0.0" uses Kotlin 2.0.20 too. val androidx: Androidx = Androidx(),