From 1a9e38ddfc5253cad15dfdb77d453e722d6dbc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:03:33 +0000 Subject: [PATCH] Bump github.com/duckduckgo/grdb.swift from 2.4.0 to 6.6.0 Bumps [github.com/duckduckgo/grdb.swift](https://github.com/duckduckgo/GRDB.swift) from 2.4.0 to 6.6.0. - [Release notes](https://github.com/duckduckgo/GRDB.swift/releases) - [Commits](https://github.com/duckduckgo/GRDB.swift/compare/2.4.0...v6.6.0) --- updated-dependencies: - dependency-name: github.com/duckduckgo/grdb.swift dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 32abe9c26..8ffd5f639 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/GRDB.swift.git", "state" : { - "revision" : "4225b85c9a0c50544e413a1ea1e502c802b44b35", - "version" : "2.4.0" + "revision" : "c3cc998fc14efa356259e5d01d8910e82de080ad", + "version" : "6.6.0" } }, { diff --git a/Package.swift b/Package.swift index eee36a46b..f9904f40b 100644 --- a/Package.swift +++ b/Package.swift @@ -47,7 +47,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "15.1.0"), - .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.0"), + .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "6.6.0"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"),