@@ -28,16 +28,16 @@ let package = Package(
28
28
. library( name: " CryptomatorCloudAccessCore " , targets: [ " CryptomatorCloudAccessCore " ] )
29
29
] ,
30
30
dependencies: [
31
- . package ( url: " https://github.com/AzureAD/microsoft-authentication-library-for-objc.git " , . upToNextMinor( from: " 1.3 .0 " ) ) ,
32
- . package ( url: " https://github.com/aws-amplify/aws-sdk-ios-spm.git " , . upToNextMinor( from: " 2.34 .0 " ) ) ,
31
+ . package ( url: " https://github.com/AzureAD/microsoft-authentication-library-for-objc.git " , . upToNextMinor( from: " 1.5 .0 " ) ) ,
32
+ . package ( url: " https://github.com/aws-amplify/aws-sdk-ios-spm.git " , . upToNextMinor( from: " 2.35 .0 " ) ) ,
33
33
. package ( url: " https://github.com/cryptomator/cryptolib-swift.git " , . upToNextMinor( from: " 1.1.0 " ) ) ,
34
34
. package ( url: " https://github.com/CocoaLumberjack/CocoaLumberjack.git " , . upToNextMinor( from: " 3.8.0 " ) ) ,
35
35
. package ( url: " https://github.com/google/google-api-objectivec-client-for-rest.git " , . upToNextMinor( from: " 3.4.0 " ) ) ,
36
- . package ( url: " https://github.com/google/GTMAppAuth.git " , . upToNextMinor( from: " 4.0 .0 " ) ) ,
37
- . package ( url: " https://github.com/google/gtm-session-fetcher.git " , . upToNextMinor( from: " 3.1 .0 " ) ) ,
36
+ . package ( url: " https://github.com/google/GTMAppAuth.git " , . upToNextMinor( from: " 4.1 .0 " ) ) ,
37
+ . package ( url: " https://github.com/google/gtm-session-fetcher.git " , . upToNextMinor( from: " 3.5 .0 " ) ) ,
38
38
. package ( url: " https://github.com/google/promises.git " , . upToNextMinor( from: " 2.3.0 " ) ) ,
39
- . package ( url: " https://github.com/groue/GRDB.swift.git " , . upToNextMinor( from: " 5.26.0 " ) ) ,
40
- . package ( url: " https://github.com/openid/AppAuth-iOS.git " , . upToNextMinor( from: " 1.6 .0 " ) ) ,
39
+ . package ( url: " https://github.com/groue/GRDB.swift.git " , . upToNextMinor( from: " 6.29.1 " ) ) ,
40
+ . package ( url: " https://github.com/openid/AppAuth-iOS.git " , . upToNextMinor( from: " 1.7 .0 " ) ) ,
41
41
. package ( url: " https://github.com/pCloud/pcloud-sdk-swift.git " , . upToNextMinor( from: " 3.2.0 " ) ) ,
42
42
. package ( url: " https://github.com/phil1995/dropbox-sdk-obj-c-spm.git " , . upToNextMinor( from: " 7.2.0 " ) ) ,
43
43
. package ( url: " https://github.com/phil1995/msgraph-sdk-objc-spm.git " , . upToNextMinor( from: " 1.0.0 " ) ) ,
0 commit comments