Update to Quarkus 2.14.1.Final (#15601)

This commit is contained in:
Bruno Oliveira da Silva 2022-11-23 12:00:52 -03:00 committed by GitHub
parent b019172813
commit c31ad8424c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.13.3.Final</quarkus.version>
<quarkus.version>2.14.1.Final</quarkus.version>
<project.build-time>${timestamp}</project.build-time>
@ -95,7 +95,7 @@
<jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec.version>2.0.1.Final</jboss.spec.javax.xml.bind.jboss-jaxb-api_2.3_spec.version>
<jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec.version>2.0.0.Final</jboss.spec.javax.servlet.jsp.jboss-jsp-api_2.3_spec.version>
<log4j.version>1.2.17</log4j.version>
<resteasy.version>4.7.4.Final</resteasy.version>
<resteasy.version>4.7.7.Final</resteasy.version>
<resteasy.undertow.version>${resteasy.version}</resteasy.undertow.version>
<owasp.html.sanitizer.version>20211018.2</owasp.html.sanitizer.version>
<slf4j-api.version>1.7.30</slf4j-api.version>

View File

@ -36,7 +36,7 @@
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>
<hibernate-orm.version>5.6.12.Final</hibernate-orm.version>
<hibernate-orm.version>5.6.14.Final</hibernate-orm.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version>
<postgresql-jdbc.version>42.5.0</postgresql-jdbc.version>
<wildfly-common.version>1.5.4.Final-format-001</wildfly-common.version>