From 4e949609a79f059a27808e12083826d89ca099f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:35:18 +0000 Subject: [PATCH 1/2] Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 Bumps [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) from 2.1.1 to 3.0.0. - [Commits](https://github.com/jakartaee/common-annotations-api/compare/2.1.1...3.0.0) --- updated-dependencies: - dependency-name: jakarta.annotation:jakarta.annotation-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml index 439c6b0ab..befc55643 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml +++ b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> - <version>2.1.1</version> + <version>3.0.0</version> </dependency> </dependencies> </project> From 2f19915cf4d0690bae0da407c50400c56d1fb6fa Mon Sep 17 00:00:00 2001 From: Muyao Feng <92105726+Netyyyy@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:58:34 +0800 Subject: [PATCH 2/2] Remove Jakarta dependencies from pom.xml --- .../azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml index befc55643..77a22dfab 100644 --- a/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml +++ b/cosmos/azure-spring-data-cosmos/cosmos-mvc-sample/pom.xml @@ -68,15 +68,5 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>jakarta.servlet</groupId> - <artifactId>jakarta.servlet-api</artifactId> - <version>6.0.0</version> - </dependency> - <dependency> - <groupId>jakarta.annotation</groupId> - <artifactId>jakarta.annotation-api</artifactId> - <version>3.0.0</version> - </dependency> </dependencies> </project>