diff --git a/Package.swift b/Package.swift index 93767017..62bb6835 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( .library(name: "RollbarCocoaLumberjack", targets: ["RollbarCocoaLumberjack"]), ], dependencies: [ - .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.7.4"), + .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.0"), ], targets: [ .target( diff --git a/RollbarCocoaLumberjack.podspec b/RollbarCocoaLumberjack.podspec index d80b1f11..74ea9051 100644 --- a/RollbarCocoaLumberjack.podspec +++ b/RollbarCocoaLumberjack.podspec @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.framework = "Foundation" s.dependency "RollbarCommon", "~> #{s.version}" s.dependency "RollbarNotifier", "~> #{s.version}" - s.dependency "CocoaLumberjack", "~> 3.7.4" + s.dependency "CocoaLumberjack", "~> 3.8.0" s.swift_versions = "5.5" s.requires_arc = true diff --git a/RollbarCocoaLumberjack/Package.swift b/RollbarCocoaLumberjack/Package.swift index 94543072..8a410a6c 100644 --- a/RollbarCocoaLumberjack/Package.swift +++ b/RollbarCocoaLumberjack/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(path: "../RollbarCommon"), .package(path: "../RollbarNotifier"), .package(path: "../UnitTesting"), - .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.7.4"), + .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.0"), ], targets: [ .target( diff --git a/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved index c2d2cb72..a61fce38 100644 --- a/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RollbarSDK.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack.git", "state" : { - "revision" : "80ada1f753b0d53d9b57c465936a7c4169375002", - "version" : "3.7.4" + "revision" : "0188d31089b5881a269e01777be74c7316924346", + "version" : "3.8.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", - "version" : "1.4.2" + "revision" : "32e8d724467f8fe623624570367e3d50c5638e46", + "version" : "1.5.2" } } ],