diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-30 13:13:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 13:13:18 +0000 |
commit | 8f950fb83e1a05ffbc86ee5f76e6b94c7bba95b5 (patch) | |
tree | 975b4a3810c4da45e4af850fd01a36ffa307002f /app/lint-baseline.xml | |
parent | 6067f2beeef93d4ebb059b065a58bab3d9fe6033 (diff) |
fix(deps): update dependency org.pgpainless:pgpainless-core to v1.6.2 (#2667)
* fix(deps): update dependency org.pgpainless:pgpainless-core to v1.6.2
* fix(deps): use `-jdk18on` artifacts for BouncyCastle
* chore: re-roll Lint baseline
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index e69d247b..8450381e 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-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-alpha14)" variant="all" version="8.2.0-alpha14"> +<issues format="6" by="lint 8.3.0-alpha01" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha01)" variant="all" version="8.3.0-alpha01"> <issue id="StopShip" @@ -14,16 +14,16 @@ <issue 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`."> + message="Invalid package reference in org.bouncycastle:bcpkix-jdk18on; 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.76/3ee440dfa1c557c1cc0c46b5dadf5ef3896ccebb/bcpkix-jdk15to18-1.76.jar"/> + file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk18on/1.76/10c9cf5c1b4d64abeda28ee32fbade3b74373622/bcpkix-jdk18on-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`."> + message="Invalid package reference in org.bouncycastle:bcpkix-jdk18on; 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.76/3ee440dfa1c557c1cc0c46b5dadf5ef3896ccebb/bcpkix-jdk15to18-1.76.jar"/> + file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/org.bouncycastle/bcpkix-jdk18on/1.76/10c9cf5c1b4d64abeda28ee32fbade3b74373622/bcpkix-jdk18on-1.76.jar"/> </issue> <issue |