From b5b98d899b6de3f3794848db6dda5f59fe252c2e Mon Sep 17 00:00:00 2001 From: Picnic-DevPla-Bot <168541957+Picnic-DevPla-Bot@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:00:07 +0200 Subject: [PATCH] Upgrade OpenRewrite Templating 1.11.2 -> 1.12.0 (#1252) See: - https://github.com/openrewrite/rewrite-templating/releases/tag/v1.12.0 - https://github.com/openrewrite/rewrite-templating/compare/v1.11.2...v1.12.0 --- error-prone-contrib/pom.xml | 5 +++++ pom.xml | 8 +++++++- refaster-runner/pom.xml | 5 +++++ refaster-test-support/pom.xml | 5 +++++ 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/error-prone-contrib/pom.xml b/error-prone-contrib/pom.xml index 122e0c8a..f8bb856d 100644 --- a/error-prone-contrib/pom.xml +++ b/error-prone-contrib/pom.xml @@ -122,6 +122,11 @@ jakarta.servlet-api test + + javax.annotation + javax.annotation-api + provided + javax.inject javax.inject diff --git a/pom.xml b/pom.xml index ed605231..cc224266 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ 1.0.1 0.11.0 1.1.4 - 1.11.2 + 1.12.0 3.2.3 @@ -384,6 +384,11 @@ jakarta.servlet-api 6.1.0 + + javax.annotation + javax.annotation-api + 1.3.2 + javax.inject javax.inject @@ -1300,6 +1305,7 @@ GPL-2.0-with-classpath-exception | CDDL/GPLv2+CE + | CDDL + GPLv2 with classpath exception | GNU General Public License, version 2 (GPL2), with the classpath exception | GNU General Public License, version 2, with the Classpath Exception | GPL2 w/ CPE diff --git a/refaster-runner/pom.xml b/refaster-runner/pom.xml index ddacd89c..d7c40e1d 100644 --- a/refaster-runner/pom.xml +++ b/refaster-runner/pom.xml @@ -58,6 +58,11 @@ guava provided + + javax.annotation + javax.annotation-api + test + javax.inject javax.inject diff --git a/refaster-test-support/pom.xml b/refaster-test-support/pom.xml index 0bbfb907..e1b2d699 100644 --- a/refaster-test-support/pom.xml +++ b/refaster-test-support/pom.xml @@ -50,6 +50,11 @@ com.google.guava guava + + javax.annotation + javax.annotation-api + test + javax.inject javax.inject