quarkus-amazon-services
quarkus-amazon-services copied to clipboard
Quarkus 3.10.0 3.10.1 3.11.0.CR1 forsing version 2.14.0 not 2.15.0
Hello
When I generate new Quarkus project we get:
dependencies { implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")) implementation(enforcedPlatform("${quarkusPlatformGroupId}:quarkus-amazon-services-bom:${quarkusPlatformVersion}")) implementation("io.quarkiverse.amazonservices:quarkus-amazon-sns") }
In Quarkus 3.10.0/3.10.1/3.11.0.CR1 version of quarkus-amazon-services is 2.14.0 not 2.15.0. Is that intended or some POM/BOM is missconfigured? Thx for help