Skip to content

Commit

Permalink
Adapt sbom (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT committed Oct 1, 2024
1 parent b6816df commit 854a69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/allowed_licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,10 +801,10 @@
},
{
"moduleLicense": "MIT License",
"moduleVersion": "2.0.0",
"moduleVersion": "2.0.16",
"moduleName": "org.slf4j:slf4j-api",
"licenseUrl": "https://github.com/qos-ch/slf4j/blob/v_2.0.0/slf4j-api/LICENSE.txt",
"moduleCopyright": "Copyright (c) 2004-2007 QOS.ch",
"licenseUrl": "https://github.com/qos-ch/slf4j/blob/v_2.0.16/slf4j-api/LICENSE.txt",
"moduleCopyright": "Copyright (c) 2004-2023 QOS.ch",
"actualLicense" : "$moduleLicense"
},
{
Expand Down

0 comments on commit 854a69e

Please sign in to comment.