Skip to content

v2.20.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Nov 06:57
· 10 commits to main since this release
4fa04f0

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.20.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.20.0")
      }
    }
  }
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}

plugins { id("dev.suresh.plugin.repos") }

🔐 Artifact Verification

All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1

📝 Uncategorized Changes

What's Changed

Dependencies 📦️

  • chore(deps): bump mikepenz/release-changelog-builder-action from 5 to 6 by @dependabot[bot] in #251
  • chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #252
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8770 by @dependabot[bot] in #253

Full Changelog: v2.19.0...v2.20.0