Skip to content

Commit 96cc05f

Browse files
Bump com.squareup.okio:okio from 3.16.4 to 3.17.0 (#3203)
* Bump com.squareup.okio:okio from 3.16.4 to 3.17.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.16.4 to 3.17.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.16.4...parent-3.17.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updated gradle to 9.5.0 to fix Lint warning * Removed copyright from gradle-wrapper.properties * temporary disabled a flaky test * removed copyright in gradle-wrapper.properties because it brakes dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: denbond7 <denbond7@gmail.com>
1 parent e92022a commit 96cc05f

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ dependencies {
525525
implementation("com.squareup.retrofit2:retrofit:3.0.0")
526526
implementation("com.squareup.retrofit2:converter-gson:3.0.0")
527527
implementation("com.squareup.retrofit2:converter-scalars:3.0.0")
528-
implementation("com.squareup.okio:okio:3.16.4")
528+
implementation("com.squareup.okio:okio:3.17.0")
529529
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
530530

531531
implementation("com.github.bumptech.glide:glide:5.0.7")

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/fragment/isolation/incontainer/CheckCredentialsFragmentInIsolationTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import com.flowcrypt.email.rules.ScreenshotTestRule
2424
import com.flowcrypt.email.ui.activity.fragment.CheckCredentialsFragment
2525
import com.flowcrypt.email.ui.activity.fragment.CheckCredentialsFragmentArgs
2626
import org.junit.Assert.assertEquals
27+
import org.junit.Ignore
2728
import org.junit.Rule
2829
import org.junit.Test
2930
import org.junit.rules.RuleChain
@@ -49,6 +50,7 @@ class CheckCredentialsFragmentInIsolationTest : BaseTest() {
4950
.around(ScreenshotTestRule())
5051

5152
@Test
53+
@Ignore("flaky. Temporary disabled")
5254
fun testReturnExceptionForFailedAuthorization() {
5355
val requestKey = UUID.randomUUID().toString()
5456
val scenario = launchFragmentInContainer<CheckCredentialsFragment>(

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
# © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3-
# Contributors: denbond7
4-
#
5-
61
distributionBase=GRADLE_USER_HOME
72
distributionPath=wrapper/dists
83
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip

0 commit comments

Comments
 (0)