diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index 4a66897a..b941241a 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -1238,6 +1238,13 @@ "moduleLicense": "The Apache Software License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.postgresql:postgresql", + "moduleUrl": "https://jdbc.postgresql.org/", + "moduleVersion": "42.7.4", + "moduleLicense": "BSD-2-Clause", + "moduleLicenseUrl": "https://jdbc.postgresql.org/about/license.html" + }, { "moduleName": "org.slf4j:jul-to-slf4j", "moduleUrl": "http://www.slf4j.org",