📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (fccd0e7) @sureshg
- chore: dep updates (93c3755) @sureshg
- chore: clean ups (7695447) @sureshg
- chore: add exoquery (561b157) @sureshg
- chore: fix deps (a96e349) @sureshg
- chore: remove exoquery due to compilation error (4011317) @sureshg
📦 Maven Central Release
🎉 This release v2.16.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.16.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.16.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.16.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 io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy (01578ee) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 (96e834b) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 (7f45ca4) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #243
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 by @dependabot[bot] in #244
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 by @dependabot[bot] in #245
Full Changelog: v2.15.0...v2.16.0