We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2207fb4 commit 6c565a9Copy full SHA for 6c565a9
scripts/pit/lib/lib-patch-v25.sh
@@ -27,6 +27,10 @@ applyv25patches() {
27
## TODO: changes are already in v25, make it main branch when 25.0 GA
28
patchTestBenchJUnit
29
;;
30
+ base-starter-flow-quarkus)
31
+ ## TODO: changes are already in v25, make it main branch when 25.0 GA
32
+ changeMavenProperty quarkus.platform.version 3.24.2
33
+ ;;
34
esac
35
## TODO: document in migration guide to 25
36
patchImports 'import com.fasterxml.jackson.core.type.TypeReference;' 'import tools.jackson.core.type.TypeReference;'
0 commit comments