You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: