SmallRye fault tolerance version 5.3.1 from bom is not being taken #23981
Unanswered
matiasgonsal
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
The 2.7 branch is using 5.2.1.Final. That's why you have this version. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to upgrade the SmallRye fault tolerance dependency to the latest version 5.3.1. Even if a create a new quarkus application the SmallRye fault tolerance version is still 5.2.1
mvn io.quarkus.platform:quarkus-maven-plugin:2.7.2.Final:create
-DprojectGroupId=org.acme
-DprojectArtifactId=getting-started
-DclassName="org.acme.getting.started.GreetingResource"
-Dpath="/hello"
-DbuildTool=gradle
Beta Was this translation helpful? Give feedback.
All reactions