diff --git a/.github/workflows/okta-react-native.yml b/.github/workflows/okta-react-native.yml index 4342b8c6..94dab708 100644 --- a/.github/workflows/okta-react-native.yml +++ b/.github/workflows/okta-react-native.yml @@ -26,7 +26,7 @@ jobs: - name: Execute snyk.sh run: bash ./scripts/snyk.sh iOSUnitTests: - runs-on: macos-15 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -52,7 +52,7 @@ jobs: xcodebuild \ -workspace ios/ReactNativeOktaSdkBridge.xcworkspace \ -scheme "ReactNativeOktaSdkBridge" \ - -destination "platform=iOS Simulator,OS=latest,name=iPhone 16" \ + -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15" \ clean test | xcpretty # iOSUITests: # runs-on: macos-12 diff --git a/e2e/android/forceVersions.gradle b/e2e/android/forceVersions.gradle index 51fb7480..f6fd1706 100644 --- a/e2e/android/forceVersions.gradle +++ b/e2e/android/forceVersions.gradle @@ -13,9 +13,9 @@ def forceVersions(ConfigurationContainer configurations) { force 'junit:junit:4.13.2' force 'commons-io:commons-io:2.15.1' force 'commons-codec:commons-codec:1.17.0' - force 'io.netty:netty-handler:4.1.118.Final' - force 'io.netty:netty-codec-http:4.1.118.Final' - force 'io.netty:netty-codec-http2:4.1.118.Final' + force 'io.netty:netty-handler:4.1.124.Final' + force 'io.netty:netty-codec-http:4.1.124.Final' + force 'io.netty:netty-codec-http2:4.1.124.Final' force 'com.google.protobuf:protobuf-java:3.25.6' } }