Upgrading to Quarkus 3.8.3 (#28085)
Closes #28084 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
c916932cbf
commit
149e50e1b1
2 changed files with 9 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -45,8 +45,8 @@
|
|||
<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>3.8.2</quarkus.version>
|
||||
<quarkus.build.version>3.8.2</quarkus.build.version>
|
||||
<quarkus.version>3.8.3</quarkus.version>
|
||||
<quarkus.build.version>3.8.3</quarkus.build.version>
|
||||
|
||||
<project.build-time>${timestamp}</project.build-time>
|
||||
|
||||
|
|
|
@ -85,6 +85,13 @@
|
|||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-parent</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Selenium Server -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue