update to quarkus 2.7.2
postgres update to 42.3.3. Did a hands-on startup performance test between 2.7.1 and 2.7.2, no change (between 3.2xx and 3.4xx seconds for start-dev with initialized db, mostly in the 3.3xx or lower 3.4xx timeframe). Also did a few smoketests Closes #10437 Closes #10282
This commit is contained in:
parent
52712d2c82
commit
c49c4f80a2
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -35,7 +35,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<quarkus.version>2.7.1.Final</quarkus.version>
|
||||
<quarkus.version>2.7.2.Final</quarkus.version>
|
||||
|
||||
<!--
|
||||
Performing a Wildfly upgrade? Run the:
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<jackson.databind.version>${jackson.version}</jackson.databind.version>
|
||||
<hibernate.core.version>5.6.5.Final</hibernate.core.version>
|
||||
<mysql.driver.version>8.0.28</mysql.driver.version>
|
||||
<postgresql.version>42.3.2</postgresql.version>
|
||||
<postgresql.version>42.3.3</postgresql.version>
|
||||
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
|
||||
<wildfly.common.version>1.5.4.Final-format-001</wildfly.common.version>
|
||||
<infinispan.version>13.0.5.Final</infinispan.version>
|
||||
|
|
Loading…
Reference in a new issue