Skip to content

Commit

Permalink
Merge pull request quarkusio#38134 from quarkusio/dependabot/maven/ve…
Browse files Browse the repository at this point in the history
…rsion.cdi-tck-4.0.13

Bump version.cdi-tck from 4.0.12 to 4.0.13
  • Loading branch information
gastaldi authored Jan 15, 2024
2 parents e642b6a + c179216 commit 7f78d69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- TCK versions -->
<version.arquillian>1.7.0.Final</version.arquillian>
<version.atinject-tck>2.0.1</version.atinject-tck>
<version.cdi-tck>4.0.12</version.cdi-tck>
<version.cdi-tck>4.0.13</version.cdi-tck>
<version.junit4>4.13.2</version.junit4>
<!-- Maven plugin versions -->
<version.compiler.plugin>3.12.1</version.compiler.plugin>
Expand Down
4 changes: 2 additions & 2 deletions tcks/jakarta-cdi-lang-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - TCK - Jakarta CDI Lang Model</name>

<properties>
<cdi-tck.version>4.0.12</cdi-tck.version>
<version.cdi-tck>4.0.13</version.cdi-tck>
<junit4.version>4.13.2</junit4.version>
</properties>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-lang-model</artifactId>
<version>${cdi-tck.version}</version>
<version>${version.cdi-tck}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tcks/jakarta-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Quarkus - TCK - Jakarta CDI</name>

<properties>
<cdi-tck.version>4.0.12</cdi-tck.version>
<version.cdi-tck>4.0.13</version.cdi-tck>
</properties>

<dependencies>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-core-impl</artifactId>
<version>${cdi-tck.version}</version>
<version>${version.cdi-tck}</version>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
Expand Down

0 comments on commit 7f78d69

Please sign in to comment.