From d2ff372173f4bfd13558bf167b64d392c0d1c875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 09:03:44 +0000 Subject: [PATCH] Update dependency mono0926/LicensePlist to v3.27.2 --- CLI/_license_plist/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/_license_plist/Package.swift b/CLI/_license_plist/Package.swift index 75afa55..136e49e 100644 --- a/CLI/_license_plist/Package.swift +++ b/CLI/_license_plist/Package.swift @@ -5,6 +5,6 @@ import PackageDescription let package = Package( name: "_licesnse_plist", dependencies: [ - .package(url: "https://github.com/mono0926/LicensePlist", .exact("3.13.0")) + .package(url: "https://github.com/mono0926/LicensePlist", .exact("3.27.2")) ] )