Skip to content

Commit

Permalink
Update to Quarkus 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jan 25, 2024
1 parent ff4d77c commit 3b9433a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@
<packaging>pom</packaging>
<name>Quarkus - MicroProfile - Parent</name>
<properties>
<maven.version>3.9.2</maven.version>
<wiremock.plugin.version>7.3.0</wiremock.plugin.version>
<wiremock.jre8.version>2.27.2</wiremock.jre8.version>
<quarkus.version>3.4.1</quarkus.version>
<microprofile.config.version>3.0.2</microprofile.config.version>
<microprofile.jwt.version>2.0</microprofile.jwt.version>
<microprofile.health.version>4.0.1</microprofile.health.version>
<microprofile.fault-tolerance.version>4.0.2</microprofile.fault-tolerance.version>
<microprofile.metrics.version>4.0.1</microprofile.metrics.version>
<microprofile.openapi.version>3.0</microprofile.openapi.version>
<microprofile.opentracing.version>3.0</microprofile.opentracing.version>
<microprofile.rest-client.version>3.0.1</microprofile.rest-client.version>
<arquillian.version>1.7.0.Final</arquillian.version>
<quarkus.version>3.6.1</quarkus.version>
</properties>
<scm>
<connection>scm:git:[email protected]:quarkiverse/quarkus-microprofile.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion tck/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-core-impl</artifactId>
<version>4.0.10</version>
<version>${jakarta.cdi.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tck/jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-tck</artifactId>
<version>3.0.0</version>
<version>${jakarta.jsonb.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tck/jsonp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-tests</artifactId>
<version>2.1.1</version>
<version>${jakarta.jsonp.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tck/jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>unpack-suite-files</id>
Expand Down
22 changes: 22 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@

<name>Quarkus - MicroProfile - TCK</name>

<properties>
<maven.version>3.9.6</maven.version>

<jakarta.cdi.version>4.0.12</jakarta.cdi.version>
<jakarta.rest.version>3.1.4</jakarta.rest.version>
<jakarta.jsonp.version>2.1.1</jakarta.jsonp.version>
<jakarta.jsonb.version>3.0.0</jakarta.jsonb.version>

<microprofile.config.version>3.0.2</microprofile.config.version>
<microprofile.jwt.version>2.0</microprofile.jwt.version>
<microprofile.health.version>4.0.1</microprofile.health.version>
<microprofile.fault-tolerance.version>4.0.2</microprofile.fault-tolerance.version>
<microprofile.metrics.version>4.0.1</microprofile.metrics.version>
<microprofile.openapi.version>3.0</microprofile.openapi.version>
<microprofile.opentracing.version>3.0</microprofile.opentracing.version>
<microprofile.rest-client.version>3.0.1</microprofile.rest-client.version>

<arquillian.version>1.8.0.Final</arquillian.version>
<wiremock.plugin.version>7.3.0</wiremock.plugin.version>
<wiremock.jre8.version>2.27.2</wiremock.jre8.version>
</properties>

<dependencyManagement>
<dependencies>
<!-- The Arquillian BOM overrides the Maven dependencies with 3.6.3, but Quarkus requires 3.8.1 -->
Expand Down

0 comments on commit 3b9433a

Please sign in to comment.