Skip to content

Commit

Permalink
Bump org.conscrypt:conscrypt-android from 2.5.2 to 2.5.3
Browse files Browse the repository at this point in the history
Bumps [org.conscrypt:conscrypt-android](https://github.com/google/conscrypt) from 2.5.2 to 2.5.3.
- [Commits](google/conscrypt@2.5.2...2.5.3)

---
updated-dependencies:
- dependency-name: org.conscrypt:conscrypt-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kruton committed Dec 5, 2024
1 parent f440c64 commit a95fa79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ dependencyUpdates {
dependencies {
implementation 'org.connectbot:sshlib:2.2.23'
googleImplementation 'com.google.android.gms:play-services-basement:18.3.0'
ossImplementation 'org.conscrypt:conscrypt-android:2.5.2'
ossImplementation 'org.conscrypt:conscrypt-android:2.5.3'

implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand All @@ -238,7 +238,7 @@ dependencies {

// Needed for robolectric tests
testCompileOnly 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'
testRuntimeOnly 'org.conscrypt:conscrypt-android:2.5.2'
testRuntimeOnly 'org.conscrypt:conscrypt-android:2.5.3'
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'

errorprone "com.google.errorprone:error_prone_core:2.28.0"
Expand Down

0 comments on commit a95fa79

Please sign in to comment.