Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehlersd committed Dec 18, 2024
1 parent 06e0793 commit 11309d3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
21 changes: 15 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire.git",
"state" : {
"revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a",
"version" : "5.9.1"
"revision" : "513364f870f6bfc468f9d2ff0a95caccc10044c5",
"version" : "5.10.2"
}
},
{
Expand Down Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DoubleNode/DNSCore.git",
"state" : {
"revision" : "3865941b872e85ad1a199612963092d02ba8b7e4",
"version" : "1.11.7"
"revision" : "6ae42e7423029031d27c53702554e86eed6a055e",
"version" : "1.11.8"
}
},
{
Expand All @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DoubleNode/DNSDataObjects.git",
"state" : {
"revision" : "91eaa1d16e774f6dcb1100ae275001647ced94e3",
"version" : "1.11.8"
"revision" : "d11c7aa001835d143c0de3ae47ae64ca88168efa",
"version" : "1.11.9"
}
},
{
Expand Down Expand Up @@ -135,6 +135,15 @@
"version" : "1.1.2"
}
},
{
"identity" : "swiftlintplugins",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SimplyDanny/SwiftLintPlugins",
"state" : {
"revision" : "f9731bef175c3eea3a0ca960f1be78fcc2bc7853",
"version" : "0.57.1"
}
},
{
"identity" : "swiftybeaver",
"kind" : "remoteSourceControl",
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.9.1"),
.package(url: "https://github.com/DoubleNode/DNSCore.git", from: "1.11.7"),
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.10.2"),
.package(url: "https://github.com/DoubleNode/DNSCore.git", from: "1.11.8"),
.package(url: "https://github.com/DoubleNode/DNSCoreThreading.git", from: "1.11.1"),
.package(url: "https://github.com/DoubleNode/DNSDataObjects.git", from: "1.11.8"),
.package(url: "https://github.com/DoubleNode/DNSDataObjects.git", from: "1.11.9"),
.package(url: "https://github.com/DoubleNode/DNSError.git", from: "1.11.1"),
],
targets: [
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ Once you have your Swift package set up, adding Alamofire as a dependency is as

```swift
dependencies: [
.package(url: "https://github.com/DoubleNode/DNSProtocols.git", from: "1.11.11")
.package(url: "https://github.com/DoubleNode/DNSProtocols.git", from: "1.11.12")
]
```

## Dependencies

- Alamofire v5.9.1+
- DNSCore v1.11.7+
- Alamofire v5.10.2+
- DNSCore v1.11.8+
- DNSCoreThreading v1.11.1+
- DNSDataObjects v1.11.8+
- DNSDataObjects v1.11.9+
- DNSError v1.11.1+

## Credits
Expand Down

0 comments on commit 11309d3

Please sign in to comment.