Skip to content

51.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 08:54
· 22 commits to main since this release

What's Changed

πŸŽ‰ New Features

  • 0797f37 Dockerfile: Install the rng-tools5 package
  • 5956a45 model: Match the type case insensitively in package configurations

βœ… Tests

  • 038961f model: Add two tests for a recently fixed performance issue
  • 8ba5d1d model: Avoid unnecessary temporary list creations
  • c28f005 model: Move SimpleLicenseInfoProvider to TestUtils
  • 7c8d3ec model: Move a function to the top level for consistency
  • f75a87d model: Remove an init block to reduce the level of nesting
  • 56f3034 model: Turn createResolvedLicenseInfo() into a constant

🐘 Build & βš™οΈ CI

  • cd855be Upgrade to Gradle 8.13 RC1

πŸ“– Documentation

  • 69ae168 github: Adjust issue templates to issue types
  • 9c32fea model: Fix-up a comment
  • eba69a9 model: Remove a duplicate comment
  • 4391f15 spdx-utils: Document a couple of recently introduced functions

πŸ”§ Chores

  • 48b9cfc reporter: Show the total time only after per-file results

πŸš€ Dependency Updates

  • 4a87084 update com.autonomousapps:dependency-analysis-gradle-plugin to v2.8.2
  • d7cb050 update com.charleskorn.kaml:kaml to v0.72.0
  • b6c8262 update org.jruby:jruby to v9.4.12.0
  • b80d751 update org.metaeffekt.core:ae-security to v0.135.3
  • 4c9d11c update org.metaeffekt.core:ae-security to v0.135.4
  • 6b5b865 update org.wiremock:wiremock to v3.12.0

πŸ’‘ Other Changes

  • 594e39b Revert "fix(Git): Work around a bug with JGit vs MINA"