Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ort-61.2.0.tgz | 2025-06-26 | 194.6 MB | |
ort-61.2.0.tgz.asc | 2025-06-26 | 831 Bytes | |
ort-61.2.0.zip | 2025-06-26 | 194.7 MB | |
ort-61.2.0.zip.asc | 2025-06-26 | 831 Bytes | |
orth-61.2.0.tgz.asc | 2025-06-26 | 831 Bytes | |
orth-61.2.0.zip | 2025-06-26 | 54.9 MB | |
orth-61.2.0.zip.asc | 2025-06-26 | 831 Bytes | |
orth-61.2.0.tgz | 2025-06-26 | 54.9 MB | |
61.2.0 source code.tar.gz | 2025-06-26 | 18.3 MB | |
61.2.0 source code.zip | 2025-06-26 | 21.3 MB | |
README.md | 2025-06-26 | 2.0 kB | |
Totals: 11 Items | 538.7 MB | 0 |
What's Changed
๐ Bug Fixes
- [3aabbc] common-utils: Always suppress color when getting the version string
- [34fb3c] gradle: Use
constraints
instead offorce
to upgrade versions
๐ New Features
- [fe64a6] buildSrc: Make some plugin docs properties configurable
- [8dfe6a] gradle: Publish a version catalog for ORT
โ Tests
- [425342] spdx-document: Mention also the patch level version in test names
- [47cf11] spdx-document: Move the examples into a
v2.2.2
directory - [43fee3] spdx-document: Update examples files to match SPDX's
v2.2.2
tag - [98eb20] Add a comment about the SPDX v2.2.1 examples
๐ Build & โ๏ธ CI
- [8f586c] fossid: Remove FreeMarker as a direct dependency
- [3db03e] gradle: Account for Maven Central Portal default publishing
- [b0ef53] gradle: Add XZ as an explicit dependency where needed
- [2d60af] github: Do not fail fast for the (unit) test matrix
- [8ad26b] github: Switch to new property names for publishing
๐ Documentation
- [3137a8] plugins: Clarify how package manager configs are merged
- [9f1392] plugins: Provide examples for
RepositoryAnalyzerConfiguration
๐ง Chores
- [1e07c0] buildSrc: Remove an unused import
- [66d6cd] composer: Remove custom
getVersionArguments()
- [cedda3] spdx-utils: Inline simple
consume()
calls
๐ Dependency Updates
- [fa9402] Update Kotlin to version 2.2.0
- [f95401] Update the dependency-analysis-gradle-plugin to version 2.19.0
- [71268d] update com.blackduck.integration:blackduck-common to v67.0.12
- [3414bc] update com.github.gmazzo.buildconfig to v5.6.7
- [c086b3] update com.google.devtools.ksp:symbol-processing-api to v2.2.0-2.0.2
- [3b72c0] update com.vanniktech:gradle-maven-publish-plugin to v0.33.0
- [bc32aa] update graalvm/setup-graalvm digest to e1df20a
- [e2ed46] update io.mockk:mockk to v1.14.4
- [32091d] update org.semver4j:semver4j to v5.8.0
๐ Refactorings
- [299c3d] buildSrc: Move code to a local function for later reuse