diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-31 05:49:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 05:49:05 +0000 |
commit | 222ff5b052f404747196fc29c9b9fc14c43fb751 (patch) | |
tree | a872496ece5aa49910e778f4889e89e5820f88d6 /app | |
parent | 249550e4e78cab83a26e1eb0f1feb8d211bcb67b (diff) |
fix(deps): update bouncycastle to v1.76 (#2632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r-- | app/lint-baseline.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index d68a7d8e..e69d247b 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 8.2.0-alpha13" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha13)" variant="all" version="8.2.0-alpha13"> +<issues format="6" by="lint 8.2.0-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha14)" variant="all" version="8.2.0-alpha14"> <issue id="StopShip" @@ -16,14 +16,14 @@ id="InvalidPackage" message="Invalid package reference in org.bouncycastle:bcpkix-jdk15to18; not included in Android: `javax.naming.directory`. Referenced from `org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory`."> <location - file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk15to18/1.75/f16e5252ad7a46d5eaf255231b0a5da307599082/bcpkix-jdk15to18-1.75.jar"/> + file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk15to18/1.76/3ee440dfa1c557c1cc0c46b5dadf5ef3896ccebb/bcpkix-jdk15to18-1.76.jar"/> </issue> <issue id="InvalidPackage" message="Invalid package reference in org.bouncycastle:bcpkix-jdk15to18; not included in Android: `javax.naming`. Referenced from `org.bouncycastle.cert.dane.fetcher.JndiDANEFetcherFactory.1`."> <location - file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk15to18/1.75/f16e5252ad7a46d5eaf255231b0a5da307599082/bcpkix-jdk15to18-1.75.jar"/> + file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk15to18/1.76/3ee440dfa1c557c1cc0c46b5dadf5ef3896ccebb/bcpkix-jdk15to18-1.76.jar"/> </issue> <issue |