From 7b9d419267185460c667115b887b6df92270d256 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:12:27 +0100 Subject: [PATCH] Update 3rd Party Licenses (#1754) Signed-off-by: GitHub Action Co-authored-by: GitHub Action --- .../resources/static/3rdPartyLicenses.json | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index b63fb1cb..2fd94091 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -262,6 +262,13 @@ "moduleLicense": "Apache-2.0", "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "commons-logging:commons-logging", + "moduleUrl": "http://jakarta.apache.org/commons/logging/", + "moduleVersion": "1.0.4", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "/LICENSE.txt" + }, { "moduleName": "io.github.pixee:java-security-toolkit", "moduleUrl": "https://github.com/pixee/java-security-toolkit", @@ -516,6 +523,19 @@ "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.apache.xmlgraphics:batik-all", + "moduleVersion": "1.17", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "org.apache.xmlgraphics:xmlgraphics-commons", + "moduleUrl": "http://xmlgraphics.apache.org/commons/", + "moduleVersion": "2.9", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "org.aspectj:aspectjweaver", "moduleUrl": "https://www.eclipse.org/aspectj/", @@ -1171,6 +1191,20 @@ "moduleVersion": "2.2", "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "xml-apis:xml-apis", + "moduleUrl": "http://xml.apache.org/commons/components/external/", + "moduleVersion": "1.4.01", + "moduleLicense": "The W3C License", + "moduleLicenseUrl": "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip" + }, + { + "moduleName": "xml-apis:xml-apis-ext", + "moduleUrl": "http://xml.apache.org/commons/components/external/", + "moduleVersion": "1.3.04", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" } ] } \ No newline at end of file