Skip to content

Commit

Permalink
Update upstream dependency version (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta authored Aug 4, 2023
1 parent e2e3cf7 commit a21fb76
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
whitelist_rules:
only_rules:
# Spacing
- closing_brace
- closure_spacing
Expand Down Expand Up @@ -56,8 +56,6 @@ colon:

leading_whitespace:
severity: error
let_var_whitespace:
severity: error
operator_whitespace:
severity: error
operator_usage_whitespace:
Expand Down
4 changes: 2 additions & 2 deletions OktaIdx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'OktaIdx'
spec.version = '3.0.8'
spec.version = '3.0.9'
spec.summary = 'SDK to easily integrate the Okta Identity Engine'
spec.description = <<-DESC
Integrate your native app with Okta using the Okta Identity Engine library.
Expand All @@ -24,5 +24,5 @@ Integrate your native app with Okta using the Okta Identity Engine library.
spec.source_files = 'Sources/OktaIdx/**/*.swift'
spec.swift_version = "5.5"

spec.dependency "OktaAuthFoundation", "~> 1.2"
spec.dependency "OktaAuthFoundation", "~> 1.4.2"
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var package = Package(
dependencies: [
.package(name: "AuthFoundation",
url: "https://github.com/okta/okta-mobile-swift",
from: "1.2.0")
from: "1.4.2")
],
targets: [
.target(name: "OktaIdx",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library uses semantic versioning and follows Okta's [Library Version Policy
| ------- | ---------------------------------- |
| 1.0.0 | |
| 2.0.1 | |
| 3.0.8 | ✔️ Stable |
| 3.0.9 | ✔️ Stable |

The latest release can always be found on the [releases page][github-releases].

Expand Down
2 changes: 1 addition & 1 deletion Sources/OktaIdx/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

import Foundation

public let Version = SDKVersion(sdk: "okta-idx-swift", version: "3.0.8")
public let Version = SDKVersion(sdk: "okta-idx-swift", version: "3.0.9")

0 comments on commit a21fb76

Please sign in to comment.