Upgrade to latest Quarkus 2.13.2 (#14834)
Upgrade to latest Quarkus 2.13.2 Resolves #14817
This commit is contained in:
parent
fa947a41ea
commit
90369f7540
3 changed files with 6 additions and 12 deletions
|
@ -23,8 +23,6 @@
|
||||||
-->
|
-->
|
||||||
<resteasy.version>4.7.7.Final</resteasy.version>
|
<resteasy.version>4.7.7.Final</resteasy.version>
|
||||||
<wildfly.common.version>1.5.4.Final-format-001</wildfly.common.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>
|
<kubernetes-client.version>5.12.3</kubernetes-client.version>
|
||||||
|
|
||||||
<compiler-plugin.version>3.8.1</compiler-plugin.version>
|
<compiler-plugin.version>3.8.1</compiler-plugin.version>
|
||||||
|
|
9
pom.xml
9
pom.xml
|
@ -41,7 +41,7 @@
|
||||||
<jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
|
<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>
|
<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:
|
Performing a Wildfly upgrade? Run the:
|
||||||
|
@ -95,9 +95,8 @@
|
||||||
<infinispan.version>13.0.10.Final</infinispan.version>
|
<infinispan.version>13.0.10.Final</infinispan.version>
|
||||||
<infinispan.protostream.processor.version>4.4.1.Final</infinispan.protostream.processor.version>
|
<infinispan.protostream.processor.version>4.4.1.Final</infinispan.protostream.processor.version>
|
||||||
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
||||||
<jackson.version>2.13.2</jackson.version>
|
<jackson.version>2.13.4</jackson.version>
|
||||||
<jackson.databind.version>2.13.2.2</jackson.databind.version>
|
<jackson.annotations.version>${jackson.version}</jackson.annotations.version>
|
||||||
<jackson.annotations.version>${jackson.databind.version}</jackson.annotations.version>
|
|
||||||
<jakarta.mail.version>1.6.5</jakarta.mail.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-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>
|
<jboss.logging.version>3.4.1.Final</jboss.logging.version>
|
||||||
|
@ -487,7 +486,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>${jackson.databind.version}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
|
|
@ -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.
|
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>
|
<resteasy.version>4.7.7.Final</resteasy.version>
|
||||||
<jackson-bom.version>2.13.3</jackson-bom.version>
|
<hibernate-orm.version>5.6.12.Final</hibernate-orm.version>
|
||||||
<hibernate-orm.version>5.6.10.Final</hibernate-orm.version>
|
|
||||||
<mysql-jdbc.version>8.0.30</mysql-jdbc.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-common.version>1.5.4.Final-format-001</wildfly-common.version>
|
||||||
<wildfly-elytron.version>1.20.0.Final</wildfly-elytron.version>
|
<wildfly-elytron.version>1.20.0.Final</wildfly-elytron.version>
|
||||||
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
|
<microprofile-metrics-api.version>3.0.1</microprofile-metrics-api.version>
|
||||||
|
@ -48,8 +47,6 @@
|
||||||
We need to override certain dependencies from the parent POM.
|
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.
|
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>
|
<hibernate.core.version>${hibernate-orm.version}</hibernate.core.version>
|
||||||
<mysql.driver.version>${mysql-jdbc.version}</mysql.driver.version>
|
<mysql.driver.version>${mysql-jdbc.version}</mysql.driver.version>
|
||||||
<postgresql.version>${postgresql-jdbc.version}</postgresql.version>
|
<postgresql.version>${postgresql-jdbc.version}</postgresql.version>
|
||||||
|
|
Loading…
Reference in a new issue