diff --git a/Package.resolved b/Package.resolved index 862567c..e09f09b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/openid/AppAuth-iOS.git", "state" : { - "revision" : "145104f5ea9d58ae21b60add007c33c1cc0c948e", - "version" : "2.0.0" + "revision" : "a7caeda164dc5108bf4649472b28a5af65dc6f33", + "version" : "2.1.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack.git", "state" : { - "revision" : "a9ed4b6f9bdedce7d77046f43adfb8ce1fd54114", - "version" : "3.9.0" + "revision" : "c5f2ed4d219866117e135cf648180dc7b66739d3", + "version" : "3.9.1" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/google-api-objectivec-client-for-rest.git", "state" : { - "revision" : "499087368ae106b7e00cd8cbb82fdd78257dfbc7", - "version" : "5.2.0" + "revision" : "07cd7c8ca9119dc08afd4bad52280bd3b763196c", + "version" : "5.4.0" } }, { @@ -77,8 +77,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/groue/GRDB.swift.git", "state" : { - "revision" : "36e30a6f1ef10e4194f6af0cff90888526f0c115", - "version" : "7.10.0" + "revision" : "b83108d10f42680d78f23fe4d4d80fc88dab3212", + "version" : "7.11.1" } }, { @@ -113,8 +113,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/AzureAD/microsoft-authentication-library-for-objc.git", "state" : { - "revision" : "dca588d8715cf668beb6057989147ed6df737cc6", - "version" : "2.9.0" + "revision" : "d54e9653f94883a896af533133888be1c2ef5c75", + "version" : "2.15.0" } }, { @@ -149,8 +149,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/promises.git", "state" : { - "revision" : "e70e889c0196c76d22759eb50d6a0270ca9f1d9e", - "version" : "2.3.1" + "revision" : "f4a19a3c313dc2616c70bb49d29a799fb16be837", + "version" : "2.4.1" } }, { @@ -158,8 +158,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log", "state" : { - "revision" : "3d8596ed08bd13520157f0355e35caed215ffbfa", - "version" : "1.6.3" + "revision" : "9c6fb14227f55d8f711ce3847dc2f419fb0ecacb", + "version" : "1.15.1" } } ], diff --git a/Package.swift b/Package.swift index 0462d2f..5bbf246 100644 --- a/Package.swift +++ b/Package.swift @@ -28,16 +28,16 @@ let package = Package( .library(name: "CryptomatorCloudAccessCore", targets: ["CryptomatorCloudAccessCore"]) ], dependencies: [ - .package(url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc.git", .upToNextMinor(from: "2.9.0")), + .package(url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc.git", .upToNextMinor(from: "2.15.0")), .package(url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.41.0")), .package(url: "https://github.com/cryptomator/cryptolib-swift.git", .upToNextMinor(from: "1.1.0")), .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMinor(from: "3.9.0")), - .package(url: "https://github.com/google/google-api-objectivec-client-for-rest.git", .upToNextMinor(from: "5.2.0")), + .package(url: "https://github.com/google/google-api-objectivec-client-for-rest.git", .upToNextMinor(from: "5.4.0")), .package(url: "https://github.com/google/GTMAppAuth.git", .upToNextMinor(from: "5.0.0")), .package(url: "https://github.com/google/gtm-session-fetcher.git", .upToNextMinor(from: "3.5.0")), - .package(url: "https://github.com/google/promises.git", .upToNextMinor(from: "2.3.0")), - .package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMinor(from: "7.10.0")), - .package(url: "https://github.com/openid/AppAuth-iOS.git", .upToNextMinor(from: "2.0.0")), + .package(url: "https://github.com/google/promises.git", .upToNextMinor(from: "2.4.1")), + .package(url: "https://github.com/groue/GRDB.swift.git", .upToNextMinor(from: "7.11.1")), + .package(url: "https://github.com/openid/AppAuth-iOS.git", .upToNextMinor(from: "2.1.0")), .package(url: "https://github.com/pCloud/pcloud-sdk-swift.git", .upToNextMinor(from: "3.2.0")), .package(url: "https://github.com/phil1995/dropbox-sdk-obj-c-spm.git", .upToNextMinor(from: "7.2.0")), .package(url: "https://github.com/phil1995/msgraph-sdk-objc-spm.git", .upToNextMinor(from: "1.0.0")),