Skip to content

Commit 6c565a9

Browse files
committed
update quarkus platform version
1 parent 2207fb4 commit 6c565a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/pit/lib/lib-patch-v25.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ applyv25patches() {
2727
## TODO: changes are already in v25, make it main branch when 25.0 GA
2828
patchTestBenchJUnit
2929
;;
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+
;;
3034
esac
3135
## TODO: document in migration guide to 25
3236
patchImports 'import com.fasterxml.jackson.core.type.TypeReference;' 'import tools.jackson.core.type.TypeReference;'

0 commit comments

Comments
 (0)