From eaa01a5c23284ed4fdf36af34479ae300de55438 Mon Sep 17 00:00:00 2001 From: "stirlingbot[bot]" <195170888+stirlingbot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:09:43 +0000 Subject: [PATCH] Update Backend 3rd Party Licenses (#5781) Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> --- .../resources/static/3rdPartyLicenses.json | 42 +++++++++++++++++++ build.gradle | 2 +- frontend/src-tauri/tauri.conf.json | 2 +- .../testing/serverExperienceSimulations.ts | 2 +- .../testing/serverExperienceSimulations.ts | 2 +- 5 files changed, 46 insertions(+), 4 deletions(-) diff --git a/app/core/src/main/resources/static/3rdPartyLicenses.json b/app/core/src/main/resources/static/3rdPartyLicenses.json index 34222e1d2..f2803d0cf 100644 --- a/app/core/src/main/resources/static/3rdPartyLicenses.json +++ b/app/core/src/main/resources/static/3rdPartyLicenses.json @@ -214,6 +214,13 @@ "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "com.github.virtuald:curvesapi", + "moduleUrl": "https://github.com/virtuald/curvesapi", + "moduleVersion": "1.08", + "moduleLicense": "BSD License", + "moduleLicenseUrl": "http://opensource.org/licenses/BSD-3-Clause" + }, { "moduleName": "com.google.code.findbugs:jsr305", "moduleUrl": "http://findbugs.sourceforge.net/", @@ -1008,6 +1015,13 @@ "moduleLicense": "Apache-2.0", "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.apache.commons:commons-compress", + "moduleUrl": "https://commons.apache.org/proper/commons-compress/", + "moduleVersion": "1.28.0", + "moduleLicense": "Apache-2.0", + "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "org.apache.commons:commons-csv", "moduleUrl": "https://commons.apache.org/proper/commons-csv/", @@ -1131,6 +1145,27 @@ "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.apache.poi:poi", + "moduleUrl": "https://poi.apache.org/", + "moduleVersion": "5.5.1", + "moduleLicense": "Apache License, Version 2.0", + "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "org.apache.poi:poi-ooxml", + "moduleUrl": "https://poi.apache.org/", + "moduleVersion": "5.5.1", + "moduleLicense": "Apache License, Version 2.0", + "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" + }, + { + "moduleName": "org.apache.poi:poi-ooxml-lite", + "moduleUrl": "https://poi.apache.org/", + "moduleVersion": "5.5.1", + "moduleLicense": "Apache License, Version 2.0", + "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "org.apache.poi:poi-scratchpad", "moduleUrl": "https://poi.apache.org/", @@ -1159,6 +1194,13 @@ "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" }, + { + "moduleName": "org.apache.xmlbeans:xmlbeans", + "moduleUrl": "https://xmlbeans.apache.org/", + "moduleVersion": "5.3.0", + "moduleLicense": "The Apache Software License, Version 2.0", + "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt" + }, { "moduleName": "org.apache.xmlgraphics:batik-all", "moduleVersion": "1.19", diff --git a/build.gradle b/build.gradle index 1c779608a..aa5d71fa1 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ springBoot { allprojects { group = 'stirling.software' - version = '2.5.2' + version = '2.5.3' configurations.configureEach { exclude group: 'commons-logging', module: 'commons-logging' diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 10368a081..655211990 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Stirling-PDF", - "version": "2.5.2", + "version": "2.5.3", "identifier": "stirling.pdf.dev", "build": { "frontendDist": "../dist", diff --git a/frontend/src/core/testing/serverExperienceSimulations.ts b/frontend/src/core/testing/serverExperienceSimulations.ts index 89db90a36..2c8d2a573 100644 --- a/frontend/src/core/testing/serverExperienceSimulations.ts +++ b/frontend/src/core/testing/serverExperienceSimulations.ts @@ -38,7 +38,7 @@ const FREE_LICENSE_INFO: LicenseInfo = { const BASE_NO_LOGIN_CONFIG: AppConfig = { enableAnalytics: true, - appVersion: '2.5.2', + appVersion: '2.5.3', serverCertificateEnabled: false, enableAlphaFunctionality: false, serverPort: 8080, diff --git a/frontend/src/proprietary/testing/serverExperienceSimulations.ts b/frontend/src/proprietary/testing/serverExperienceSimulations.ts index 9c907f6ee..4766b3931 100644 --- a/frontend/src/proprietary/testing/serverExperienceSimulations.ts +++ b/frontend/src/proprietary/testing/serverExperienceSimulations.ts @@ -48,7 +48,7 @@ const FREE_LICENSE_INFO: LicenseInfo = { const BASE_NO_LOGIN_CONFIG: AppConfig = { enableAnalytics: true, - appVersion: '2.5.2', + appVersion: '2.5.3', serverCertificateEnabled: false, enableAlphaFunctionality: false, enableDesktopInstallSlide: true,