Skip to content

Commit

Permalink
update to quarkus 2.7.2
Browse files Browse the repository at this point in the history
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 keycloak#10437

Closes keycloak#10282
  • Loading branch information
DGuhr authored and pedroigor committed Feb 24, 2022
1 parent 52712d2 commit c49c4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c49c4f8

Please sign in to comment.