Skip to content

Commit

Permalink
[fix] updated swifty json
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Dec 7, 2024
1 parent 176842b commit 381e0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftyJSON/SwiftyJSON.git",
"state" : {
"revision" : "2b6054efa051565954e1d2b9da831680026cd768",
"version" : "4.3.0"
"revision" : "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828",
"version" : "5.0.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "4.0.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.1"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
.package(
url: "https://github.com/airsidemobile/JOSESwift.git",
Expand Down

0 comments on commit 381e0da

Please sign in to comment.