Skip to content

89.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:29
· 6 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 915c289 scanoss: Treat full file matches initially as pending snippet matches

🎉 New Features

  • cb4855b cli-helper: Allow inserting an .ort.yml file into analyzer result

🐘 Build & ⚙️ CI

  • 2ab2005 gradle: Avoid using Project.getProperties
  • 7358073 gradle: Avoid using Project objects in dependency notation
  • 49177e2 gradle: Avoid using property delegates

📖 Documentation

  • 1d18e0f analyzer: Clarify the message about duplicate projects / packages
  • 11004e6 model: Improve DependencyGraph class docs wording

🔧 Chores

  • c63f40c cli-test-launcher: Conveniently run all tests

🚀 Dependency Updates

  • 44882a9 docker: Upgrade Provenant to version 0.1.13
  • e23a7c5 update actions/setup-java action to v5.3.0
  • e8753ac update aws-java-sdk-v2 monorepo to v2.46.13
  • 84c3a05 update blackduckcommon to v68.0.2
  • 55b5aaf update dependency prettier to v3.8.4
  • 4c9a331 update graalvm/setup-graalvm action to v1.5.6

🚜 Refactorings

  • 9ec07af model: Factor out RepositoryConfiguration.orEmpty()