```> Dependency verification failed for configu...
# ktlint
c
Copy code
> Dependency verification failed for configuration ':buildSrc:compileClasspath'
  2 artifacts failed verification:
    - dokka-gradle-plugin-0.10.1.jar (org.jetbrains.dokka:dokka-gradle-plugin:0.10.1) from repository MavenRepo
    - dokka-gradle-plugin-0.10.1.pom (org.jetbrains.dokka:dokka-gradle-plugin:0.10.1) from repository MavenRepo
  If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file by following the instructions at <https://docs.gradle.org/6.8.3/userguide/dependency_verification.html#sec:troubleshooting-verification>
This verification error is failing all PR checks now. Is this something we should be aware of? (I assume dokka jar was changed after created)
j
The maintainers may have published to Maven Central with a new key
Due to the JCenter shutdown
s
Ah thanks @jlleitschuh
Yeah we probably just need to refresh the dependencies then