Reputation: 826
I have a project in micronaut and it looks like it has a transitive dependency io.ktor:ktor-bom:pom:1.3.2
Out of the blue, I'm having an error on my ci/cd pipeline:
[ERROR] Non-resolvable import POM: Could not find artifact io.ktor:ktor-bom:pom:1.3.2 in jcenter.bintray.com (https://jcenter.bintray.com) @ io.micronaut:micronaut-bom:2.0.1, /builds/restcountries/restcountries/io/micronaut/micronaut-bom/2.0.1/micronaut-bom-2.0.1.pom, line 1224, column 19
Any advice on how to get rid of this issue?
Upvotes: 0
Views: 25