Skip to content

Commit 9bf84c1

Browse files
ameterharsh62
authored andcommitted
fix: update SQLite dependency to 0.13.2 (#1696)
1 parent 9ad6902 commit 9bf84c1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pod::Spec.new do |s|
5252

5353
s.subspec 'AWSDataStorePlugin' do |ss|
5454
ss.source_files = 'AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift'
55-
ss.dependency 'SQLite.swift', '0.12.2'
55+
ss.dependency 'SQLite.swift', '0.13.2'
5656
end
5757

5858
s.subspec 'AWSLocationGeoPlugin' do |ss|

AmplifyPlugins/DataStore/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include_build_tools!
88
target 'AWSDataStoreCategoryPlugin' do
99
pod 'Amplify', :path => '../../'
1010
pod 'AWSPluginsCore', :path => '../../'
11-
pod "SQLite.swift", "0.12.2"
11+
pod "SQLite.swift", "0.13.2"
1212

1313
target "AWSDataStoreCategoryPluginTests" do
1414
inherit! :complete

AmplifyPlugins/DataStore/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ PODS:
5050
- CwlCatchException (~> 2.1.1)
5151
- CwlMachBadInstructionHandler (~> 2.1.0)
5252
- CwlPosixPreconditionTesting (~> 2.1.0)
53-
- SQLite.swift (0.12.2):
54-
- SQLite.swift/standard (= 0.12.2)
55-
- SQLite.swift/standard (0.12.2)
53+
- SQLite.swift (0.13.2):
54+
- SQLite.swift/standard (= 0.13.2)
55+
- SQLite.swift/standard (0.13.2)
5656
- Starscream (4.0.4)
5757
- SwiftFormat/CLI (0.44.17)
5858
- SwiftLint (0.47.0)
@@ -65,7 +65,7 @@ DEPENDENCIES:
6565
- AWSMobileClient (~> 2.27.0)
6666
- AWSPluginsCore (from `../../`)
6767
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
68-
- SQLite.swift (= 0.12.2)
68+
- SQLite.swift (= 0.13.2)
6969
- SwiftFormat/CLI (= 0.44.17)
7070
- SwiftLint
7171

@@ -120,11 +120,11 @@ SPEC CHECKSUMS:
120120
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8
121121
CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c
122122
CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440
123-
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
123+
SQLite.swift: 4fc2be46c36392e3b87afe6fe7f1801c1daa07ef
124124
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
125125
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
126126
SwiftLint: d41cc46a2ae58ac6d9f26954bc89f1d72e71fdef
127127

128-
PODFILE CHECKSUM: 78ccedd30ee5c56d82712b227290345e458bf378
128+
PODFILE CHECKSUM: 07ff9134d58a47ca475ed1439261458407a9b1f3
129129

130130
COCOAPODS: 1.11.3

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.package(name: "AWSiOSSDKV2", url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.27.0")),
3838
.package(name: "AppSyncRealTimeClient", url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "1.8.0"),
39-
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .exact("0.12.2"))
39+
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .exact("0.13.2"))
4040
],
4141
targets: [
4242
.target(

0 commit comments

Comments
 (0)