Skip to content

Commit

Permalink
Upgrade to latest Quarkus 2.13.2 (keycloak#14834)
Browse files Browse the repository at this point in the history
Upgrade to latest Quarkus 2.13.2

Resolves keycloak#14817
  • Loading branch information
abstractj authored Oct 17, 2022
1 parent fa947a4 commit 90369f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 0 additions & 2 deletions operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
-->
<resteasy.version>4.7.7.Final</resteasy.version>
<wildfly.common.version>1.5.4.Final-format-001</wildfly.common.version>
<jackson.version>2.13.3</jackson.version>
<jackson.databind.version>2.13.3</jackson.databind.version>
<kubernetes-client.version>5.12.3</kubernetes-client.version>

<compiler-plugin.version>3.8.1</compiler-plugin.version>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
<jboss.snapshots.repo.url>https://s01.oss.sonatype.org/content/repositories/snapshots/</jboss.snapshots.repo.url>

<quarkus.version>2.12.2.Final</quarkus.version>
<quarkus.version>2.13.2.Final</quarkus.version>

<!--
Performing a Wildfly upgrade? Run the:
Expand Down Expand Up @@ -95,9 +95,8 @@
<infinispan.version>13.0.10.Final</infinispan.version>
<infinispan.protostream.processor.version>4.4.1.Final</infinispan.protostream.processor.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<jackson.version>2.13.2</jackson.version>
<jackson.databind.version>2.13.2.2</jackson.databind.version>
<jackson.annotations.version>${jackson.databind.version}</jackson.annotations.version>
<jackson.version>2.13.4</jackson.version>
<jackson.annotations.version>${jackson.version}</jackson.annotations.version>
<jakarta.mail.version>1.6.5</jakarta.mail.version>
<jboss-jaxrs-api_2.1_spec>2.0.1.Final</jboss-jaxrs-api_2.1_spec>
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
Expand Down Expand Up @@ -487,7 +486,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
7 changes: 2 additions & 5 deletions quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
Their names should match the name used by Quarkus BOM and the versions are automatically set when running the 'set-quarkus-version.sh' script.
-->
<resteasy.version>4.7.7.Final</resteasy.version>
<jackson-bom.version>2.13.3</jackson-bom.version>
<hibernate-orm.version>5.6.10.Final</hibernate-orm.version>
<hibernate-orm.version>5.6.12.Final</hibernate-orm.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version>
<postgresql-jdbc.version>42.4.2</postgresql-jdbc.version>
<postgresql-jdbc.version>42.5.0</postgresql-jdbc.version>
<wildfly-common.version>1.5.4.Final-format-001</wildfly-common.version>
<wildfly-elytron.version>1.20.0.Final</wildfly-elytron.version>
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
Expand All @@ -48,8 +47,6 @@
We need to override certain dependencies from the parent POM.
TODO: remove these properties after changing the parent POM to use the same property names used by Quarkus BOM.
-->
<jackson.version>${jackson-bom.version}</jackson.version>
<jackson.databind.version>${jackson-bom.version}</jackson.databind.version>
<hibernate.core.version>${hibernate-orm.version}</hibernate.core.version>
<mysql.driver.version>${mysql-jdbc.version}</mysql.driver.version>
<postgresql.version>${postgresql-jdbc.version}</postgresql.version>
Expand Down

0 comments on commit 90369f7

Please sign in to comment.