v2.10.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (ec3cdc4) @sureshg
- chore: dep updates (878c88b) @sureshg
- chore: jlink plugin updates (57708d7) @sureshg
- chore: exoquery updates (80403a4) @sureshg
- chore: dep updates (2e40b56) @sureshg
- chore: fix dataframe (5e90cd5) @sureshg
- chore: dep updates (3d9800d) @sureshg
- chore: dep updates (08c7bcc) @sureshg
- chore: dep updates (8e74122) @sureshg
- chore: ktor di deps (a7bde98) @sureshg
- chore: koog update (5c8e64e) @sureshg
- chore: dep updates (815ee5d) @sureshg
- chore: gradle 9.2.0-rc update (d191665) @sureshg
- chore: dep updates (55c9082) @sureshg
- chore: dep updates (da402d8) @sureshg
- chore: ktor request validation (926327f) @sureshg
- chore: jwt deps (dfe2e41) @sureshg
- chore: dep updates (b64c266) @sureshg
- chore: dep updates (6884c69) @sureshg
- chore: fix ksp and misc changes (11d66f1) @sureshg
📦 Maven Central Release
🎉 This release v2.10.0 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.10.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.10.0
📥 How to Use
Add to your settings.gradle.kts:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.10.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 (81f8a4e) @dependabot[bot]
- chore(deps): bump gradle/actions from 4 to 5 (595e3d0) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 (a1ec05d) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 (9fa04b4) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 by @dependabot[bot] in #239
- chore(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #240
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 by @dependabot[bot] in #241
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 by @dependabot[bot] in #242
Full Changelog: v2.9.2...v2.10.0