From dc2f89163282bc4fdd0f9eba246a719c824ed578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:32:23 +0100 Subject: [PATCH] Update 3rd Party Licenses (#1464) Signed-off-by: GitHub Action Co-authored-by: GitHub Action --- src/main/resources/static/3rdPartyLicenses.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index 06605aa0..fadfdec9 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -81,6 +81,20 @@ "moduleLicense": "GNU Lesser General Public License v3 (LGPL-v3)", "moduleLicenseUrl": "http://www.gnu.org/licenses/lgpl-3.0.html" }, + { + "moduleName": "com.github.Carleslc.Simple-YAML:Simple-Configuration", + "moduleUrl": "https://carleslc.me/Simple-YAML", + "moduleVersion": "1.8.4", + "moduleLicense": "GNU General Public License v3.0", + "moduleLicenseUrl": "https://api.github.com/licenses/gpl-3.0" + }, + { + "moduleName": "com.github.Carleslc.Simple-YAML:Simple-Yaml", + "moduleUrl": "https://carleslc.me/Simple-YAML", + "moduleVersion": "1.8.4", + "moduleLicense": "GNU General Public License v3.0", + "moduleLicenseUrl": "https://api.github.com/licenses/gpl-3.0" + }, { "moduleName": "com.github.stephenc.jcip:jcip-annotations", "moduleUrl": "http://stephenc.github.com/jcip-annotations",