Skip to content

36.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 13:38
· 999 commits to main since this release

What's Changed

Breaking Changes 🛠

  • 4470675 chore(clearly-defined)!: Make CoordinatesSerializer internal

Bug Fixes 🐞

  • 03b4ed9 cli: Remove credentials from environment variables
  • 47f73b4 gradle-plugin: Guard dependencyResolutionManagement usage
  • acfb440 maven: Correctly convert repositories
  • 0d99de2 pub: Properly end the input structure when parsing specs
  • 9d0873c spdx-utils: Accept the "no patent" exception

New Features 🎉

  • e5c6e0c fossid: Make FossID sensitivity configurable

Build 🐘 & CI ⚙️

  • 1d9c188 gradle: Update transitive commons-io versions
  • bac154a release: Increase the timeout for creating the staging repository

Chores 🔧

  • 9607cd0 Align custom kotlinx-serializers to be objects

Dependency Updates 🚀

  • b4523c9 Update the gradle-maven-publish-plugin to version 0.30.0
  • d67369d update dependency ch.qos.logback:logback-classic to v1.5.10
  • b54962b update dependency ch.qos.logback:logback-classic to v1.5.11
  • 06537b2 update dependency io.github.pdvrieze.xmlutil:serialization to v0.90.2
  • 8c103c4 update dependency org.cyclonedx:cyclonedx-core-java to v9.1.0
  • 89af4ed update kotlin monorepo to v2.0.21
  • 0b82618 update ksp to v2.0.21-1.0.25

Refactorings 🚜

  • 831b113 pub: Port the lockfile parsing to KxS

Tests ✅