Skip to content

Commit

Permalink
Merge pull request #17 from nnsnodnb/renovate/vapor-jwt-kit-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb authored Oct 4, 2023
2 parents e02ecdc + 8bf891e commit 0ff9c7d
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/jwt-kit.git",
"state" : {
"revision" : "9e929d925434b91857661bcd455d1bd53f00bf22",
"version" : "4.13.0"
"revision" : "cd0fe3af36764e876182137c3132a6d8459e1867",
"version" : "4.13.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/kean/Get.git", .upToNextMajor(from: "2.1.6")),
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.13.0")),
.package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.13.1")),
.package(url: "https://github.com/kateinoigakukun/StubKit.git", .upToNextMajor(from: "0.1.7")),
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMajor(from: "1.2.3")),
.package(url: "https://github.com/pointfreeco/swift-tagged.git", .upToNextMajor(from: "0.10.0")),
Expand Down

0 comments on commit 0ff9c7d

Please sign in to comment.