Skip to content

Commit

Permalink
chore(deps): update dependency cocoalumberjack/cocoalumberjack to fro…
Browse files Browse the repository at this point in the history
…m: "3.8.4"
  • Loading branch information
Self-hosted Renovate Bot committed Feb 8, 2024
1 parent dec9d2b commit 7310f6c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions examples/interesting_deps/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/interesting_deps/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
"state" : {
"revision" : "ae8e475260b978299134d42d739f0ec8241d9af0",
"version" : "3.8.3"
"revision" : "af4973721172dd7850a42a58a9ffcec0ec82e5a9",
"version" : "3.8.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/interesting_deps/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "MySwiftPackage",
dependencies: [
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.3"),
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.4"),
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "10.1.0"),
.package(url: "https://github.com/OpenCombine/OpenCombine", from: "0.14.0"),
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.2"),
Expand Down
4 changes: 2 additions & 2 deletions examples/interesting_deps/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@
"name": "swiftpkg_cocoalumberjack",
"identity": "cocoalumberjack",
"remote": {
"commit": "ae8e475260b978299134d42d739f0ec8241d9af0",
"commit": "af4973721172dd7850a42a58a9ffcec0ec82e5a9",
"remote": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
"version": "3.8.3"
"version": "3.8.4"
}
},
{
Expand Down

0 comments on commit 7310f6c

Please sign in to comment.