From 7174256e8edc696c12265b5c9911e69faf421775 Mon Sep 17 00:00:00 2001 From: karthika-shastha Date: Mon, 24 Mar 2025 14:32:50 +0530 Subject: [PATCH 1/8] Update pom.xml with 2.31.6 awssdk version Signed-off-by: karthika-shastha --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79f5f7f..4f236a2 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ UTF-8 UTF-8 ${maven.build.timestamp} - 2.29.40 + 2.31.6 0.16.0 From 466b78afea28891c265bcc8df023f0a66b589bd6 Mon Sep 17 00:00:00 2001 From: karthika-shastha Date: Tue, 22 Apr 2025 14:31:21 +0530 Subject: [PATCH 2/8] Update config.yml with 23.0 Signed-off-by: karthika-shastha --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d3b8e3..b284158 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: java: docker: - - image: cimg/openjdk:21.0 + - image: cimg/openjdk:23.0 jobs: build: From b3b741131be351642c504abc70261d3355014a22 Mon Sep 17 00:00:00 2001 From: karthika-shastha Date: Tue, 22 Apr 2025 15:13:32 +0530 Subject: [PATCH 3/8] Reverted config.yml Signed-off-by: karthika-shastha --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b284158..2d3b8e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: java: docker: - - image: cimg/openjdk:23.0 + - image: cimg/openjdk:21.0 jobs: build: From 64b993107f83c1bd133e68e8578dd2cff10726d4 Mon Sep 17 00:00:00 2001 From: karthika-shastha Date: Wed, 23 Apr 2025 10:30:02 +0530 Subject: [PATCH 4/8] Update pom.xml Signed-off-by: karthika-shastha --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f236a2..3073058 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ org.eclipse.jetty jetty-servlet - 11.0.24 + 12.0.12 com.github.ben-manes.caffeine From 98b7681a6102e5698a316f2fddd58f54438eab68 Mon Sep 17 00:00:00 2001 From: karthika-shastha Date: Wed, 23 Apr 2025 10:42:49 +0530 Subject: [PATCH 5/8] Update pom.xml org.eclipse.jetty 11.0.25 Signed-off-by: karthika-shastha --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3073058..e41cc44 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ org.eclipse.jetty jetty-servlet - 12.0.12 + 11.0.25 com.github.ben-manes.caffeine From 918d33dc39bbabf12b02bfc8b1804c73cf289d95 Mon Sep 17 00:00:00 2001 From: kshastha Date: Wed, 23 Apr 2025 12:20:10 +0530 Subject: [PATCH 6/8] updating to 12 --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e41cc44..6aa7a4a 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,8 @@ ${maven.build.timestamp} 2.31.6 0.16.0 + 12 + 12 @@ -99,7 +101,7 @@ org.eclipse.jetty jetty-servlet - 11.0.25 + 12.0.12 com.github.ben-manes.caffeine @@ -139,9 +141,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.8.0 - 11 + 12 From b373a3c1f1976cdf186cd134bda7e41309bdab31 Mon Sep 17 00:00:00 2001 From: kshastha Date: Wed, 23 Apr 2025 12:30:16 +0530 Subject: [PATCH 7/8] updating to ee10 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6aa7a4a..4840ecd 100644 --- a/pom.xml +++ b/pom.xml @@ -99,9 +99,9 @@ ${io.prometheus.version} - org.eclipse.jetty - jetty-servlet - 12.0.12 + org.eclipse.jetty.ee10 + jetty-ee10-maven-plugin + 12.0.12-SNAPSHOT com.github.ben-manes.caffeine From b061c25e6e231c5c87efbba9c4c86f11f471f37f Mon Sep 17 00:00:00 2001 From: kshastha Date: Wed, 23 Apr 2025 12:40:22 +0530 Subject: [PATCH 8/8] updating to ee10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4840ecd..b00033d 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ org.eclipse.jetty.ee10 jetty-ee10-maven-plugin - 12.0.12-SNAPSHOT + 12.0.12 com.github.ben-manes.caffeine