From b7ed7549b0d7f3ded5a92b7173a9e18ef0fa1cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:37:06 +0000 Subject: [PATCH] chore(deps): update dependency tadija/aexml to from: "4.7.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8787f1dd7..9612300d3 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "XcodeProj", targets: ["XcodeProj"]), ], dependencies: [ - .package(url: "https://github.com/tadija/AEXML.git", .upToNextMinor(from: "4.6.1")), + .package(url: "https://github.com/tadija/AEXML.git", .upToNextMinor(from: "4.7.0")), .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0") ],