@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020org-url = " https://suresh.dev"
2121
2222# Gradle Dependencies Versions
23- bc-plugins = " 1.15 .0"
23+ bc-plugins = " 1.17 .0"
2424kotlinx-kover = " 0.9.1"
2525kotlinx-bcv = " 0.17.0"
2626kotlin-dokka = " 2.0.0"
@@ -39,7 +39,7 @@ kotlinx-benchmark = "0.4.13"
3939kotlinx-fuzz = " 0.2.2"
4040kotlinx-metadata = " 0.9.0"
4141kotlinx-reflect-lite = " 1.1.0"
42- kotlin-wrappers = " 2025.3.7 "
42+ kotlin-wrappers = " 2025.3.8 "
4343kotlin-redacted = " 1.12.1"
4444kotlin-serviceloader = " 0.0.15"
4545kotlinx-multik = " 0.2.3"
@@ -158,7 +158,7 @@ ap-loader-all = "3.0-9"
158158openjdk-jmc = " 9.0.0"
159159airlift-aircompressor = " 2.0.2"
160160airlift-security = " 312"
161- directory-keystore = " 1.1.0 "
161+ directory-keystore = " 1.1.1 "
162162maven-mima = " 3.0.0-alpha-3"
163163maven-archeologist = " 0.0.10"
164164jfree-chart = " 1.5.4"
@@ -167,7 +167,7 @@ xchart = "3.8.8"
167167batik = " 1.18"
168168twelvemonkeys = " 3.12.0"
169169okapibarcode = " 0.4.1"
170- chasm = " 0.9.53 "
170+ chasm = " 0.9.6 "
171171cel = " 0.9.1"
172172kfswatch = " 1.3.0"
173173kmp-process = " 0.2.0"
@@ -247,6 +247,8 @@ badass-jlink = "3.1.0"
247247maven-plugin-api = " 3.9.9"
248248maven-plugin-annotations = " 3.15.1"
249249gradlex-maven-plugin = " 1.0.3"
250+ typesafe-conventions = " 0.5.0"
251+
250252
251253# Repositories
252254repo-mvn-central = " https://repo.maven.apache.org/maven2/"
@@ -776,6 +778,7 @@ kmbed-plugin = { id = "io.karma.kmbed.kmbed-gradle-plugi
776778badass-jlink = { id = " com.dua3.gradle.jlink" , version.ref = " badass-jlink" }
777779badass-runtime = { id = " com.dua3.gradle.runtime" , version.ref = " badass-runtime" }
778780gradlex-maven-plugin = { id = " org.gradlex.maven-plugin-development" , version.ref = " gradlex-maven-plugin" }
781+ typesafe-conventions = { id = " dev.panuszewski.typesafe-conventions" , version.ref = " typesafe-conventions" }
779782
780783# Common build and settings plugin
781784project-root = { id = " dev.suresh.plugin.root" , version.ref = " bc-plugins" }
0 commit comments