From dd1d4dbc196fd1073d52ee7c3adca4e0f074b70b Mon Sep 17 00:00:00 2001 From: Erik Rehm <112951632+ErikRehmTT@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:24:04 +0200 Subject: [PATCH] Bump commons-lang3 version in sbom (#732) --- config/allowed_licenses.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/allowed_licenses.json b/config/allowed_licenses.json index 1bc10e26..ebf6ed21 100644 --- a/config/allowed_licenses.json +++ b/config/allowed_licenses.json @@ -202,10 +202,10 @@ }, { "moduleName": "org.apache.commons:commons-lang3", - "moduleVersion": "3.16.0", + "moduleVersion": "3.17.0", "moduleLicense": "Apache-2.0", - "moduleCopyright": "2001-2023, The Apache Software Foundation", - "licenseUrl": "https://github.com/apache/commons-lang/blob/rel/commons-lang-3.16.0/LICENSE.txt", + "moduleCopyright": "2001-2024, The Apache Software Foundation", + "licenseUrl": "https://github.com/apache/commons-lang/blob/rel/commons-lang-3.17.0/LICENSE.txt", "actualLicense": "$moduleLicense" }, {