Skip to content

Commit

Permalink
Bump org.conscrypt:conscrypt-openjdk-uber from 2.4.0 to 2.5.2
Browse files Browse the repository at this point in the history
Bumps [org.conscrypt:conscrypt-openjdk-uber](https://github.com/google/conscrypt) from 2.4.0 to 2.5.2.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](google/conscrypt@2.4.0...2.5.2)

---
updated-dependencies:
- dependency-name: org.conscrypt:conscrypt-openjdk-uber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and utzcoz committed Apr 3, 2023
1 parent b553c26 commit ddc39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/security-providers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.conscrypt:conscrypt-openjdk-uber:2.4.0"
testImplementation "org.conscrypt:conscrypt-openjdk-uber:2.5.2"
testImplementation "com.squareup.okhttp3:okhttp"
testImplementation platform("com.squareup.okhttp3:okhttp-bom:4.10.0")
}

0 comments on commit ddc39e2

Please sign in to comment.