From 2a8927db356de74b44fee8c7a3d1786f0078886a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:37:28 +0000 Subject: [PATCH 1/2] Bump version.cdi-tck from 4.0.12 to 4.0.13 Bumps `version.cdi-tck` from 4.0.12 to 4.0.13. Updates `jakarta.enterprise:cdi-tck-api` from 4.0.12 to 4.0.13 - [Release notes](https://github.com/eclipse-ee4j/cdi-tck/releases) - [Commits](https://github.com/eclipse-ee4j/cdi-tck/compare/4.0.12...4.0.13) Updates `jakarta.enterprise:cdi-tck-core-impl` from 4.0.12 to 4.0.13 - [Release notes](https://github.com/eclipse-ee4j/cdi-tck/releases) - [Commits](https://github.com/eclipse-ee4j/cdi-tck/compare/4.0.12...4.0.13) Updates `jakarta.enterprise:cdi-tck-lang-model` from 4.0.12 to 4.0.13 - [Release notes](https://github.com/eclipse-ee4j/cdi-tck/releases) - [Commits](https://github.com/eclipse-ee4j/cdi-tck/compare/4.0.12...4.0.13) --- updated-dependencies: - dependency-name: jakarta.enterprise:cdi-tck-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: jakarta.enterprise:cdi-tck-core-impl dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: jakarta.enterprise:cdi-tck-lang-model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- independent-projects/arc/pom.xml | 2 +- tcks/jakarta-cdi-lang-model/pom.xml | 2 +- tcks/jakarta-cdi/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index fe754411961c1..8da9a60440e1c 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -58,7 +58,7 @@ 1.7.0.Final 2.0.1 - 4.0.12 + 4.0.13 4.13.2 3.12.1 diff --git a/tcks/jakarta-cdi-lang-model/pom.xml b/tcks/jakarta-cdi-lang-model/pom.xml index 35317099369a8..ae9718c6f0d65 100644 --- a/tcks/jakarta-cdi-lang-model/pom.xml +++ b/tcks/jakarta-cdi-lang-model/pom.xml @@ -13,7 +13,7 @@ Quarkus - TCK - Jakarta CDI Lang Model - 4.0.12 + 4.0.13 4.13.2 diff --git a/tcks/jakarta-cdi/pom.xml b/tcks/jakarta-cdi/pom.xml index 7c52c36dbb7a8..5f86de9302a4b 100644 --- a/tcks/jakarta-cdi/pom.xml +++ b/tcks/jakarta-cdi/pom.xml @@ -13,7 +13,7 @@ Quarkus - TCK - Jakarta CDI - 4.0.12 + 4.0.13 From c1792166330e6432147432dfc8049cb381636168 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Mon, 15 Jan 2024 18:08:27 +0100 Subject: [PATCH 2/2] Make sure all properties for CDI TCK version across the project are equally named --- tcks/jakarta-cdi-lang-model/pom.xml | 4 ++-- tcks/jakarta-cdi/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tcks/jakarta-cdi-lang-model/pom.xml b/tcks/jakarta-cdi-lang-model/pom.xml index ae9718c6f0d65..5999fd85b51fb 100644 --- a/tcks/jakarta-cdi-lang-model/pom.xml +++ b/tcks/jakarta-cdi-lang-model/pom.xml @@ -13,7 +13,7 @@ Quarkus - TCK - Jakarta CDI Lang Model - 4.0.13 + 4.0.13 4.13.2 @@ -30,7 +30,7 @@ jakarta.enterprise cdi-tck-lang-model - ${cdi-tck.version} + ${version.cdi-tck} junit diff --git a/tcks/jakarta-cdi/pom.xml b/tcks/jakarta-cdi/pom.xml index 5f86de9302a4b..19b5529f63ab9 100644 --- a/tcks/jakarta-cdi/pom.xml +++ b/tcks/jakarta-cdi/pom.xml @@ -13,7 +13,7 @@ Quarkus - TCK - Jakarta CDI - 4.0.13 + 4.0.13 @@ -33,7 +33,7 @@ jakarta.enterprise cdi-tck-core-impl - ${cdi-tck.version} + ${version.cdi-tck}