From bfe58a1f6898531f80794659766fcd7e3ac46087 Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Tue, 17 Feb 2026 16:54:11 -0500 Subject: [PATCH 1/6] updates --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9f3095bdd..fb73b2455 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ maven-compiler-plugin 3.10.1 - 17 + 21 true @@ -529,7 +529,7 @@ 3.8.1 - [17.0,22.0) + [21.0,22.0) @@ -599,7 +599,7 @@ org.apache.maven.plugins maven-compiler-plugin - 17 + 21 @@ -683,7 +683,7 @@ impsort-maven-plugin 1.8.0 - 17 + 21 From 169aecd90122276b316e03268ba97d38e9bc1a43 Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Tue, 17 Feb 2026 16:57:56 -0500 Subject: [PATCH 2/6] ci updates --- .circleci/config.yml | 2 +- .github/workflows/mvnw.yml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fa0ae743..2c8ba7aea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 parameters: java-tag: type: string - default: "21.0.5" + default: "21.0.9" run_against_develop_core: type: boolean default: false diff --git a/.github/workflows/mvnw.yml b/.github/workflows/mvnw.yml index 94a88aa5f..f71b8c557 100644 --- a/.github/workflows/mvnw.yml +++ b/.github/workflows/mvnw.yml @@ -4,10 +4,10 @@ on: [push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: - java: [ '17.0.4+8', '21.0.5+11.0.LTS' ] + java: [ '21.0.5+11.0.LTS' ] steps: - name: install git secrets diff --git a/pom.xml b/pom.xml index fb73b2455..44923a28e 100644 --- a/pom.xml +++ b/pom.xml @@ -681,7 +681,7 @@ net.revelc.code impsort-maven-plugin - 1.8.0 + 1.12.0 21 From df93a0506bc90ae9c40431656dc3365b073b724a Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Tue, 17 Feb 2026 17:01:46 -0500 Subject: [PATCH 3/6] plugin version update --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 44923a28e..99052701d 100644 --- a/pom.xml +++ b/pom.xml @@ -269,7 +269,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.3.0 + 3.6.1 org.apache.maven.plugins From 2ab95dc481bf2e6e91099d25f634a74f47228c6d Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Tue, 17 Feb 2026 17:13:26 -0500 Subject: [PATCH 4/6] odd --- support/generated/src/main/resources/pom.xml | 6 ++++++ support/pom.xml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/support/generated/src/main/resources/pom.xml b/support/generated/src/main/resources/pom.xml index 284246bf4..91a0907ef 100644 --- a/support/generated/src/main/resources/pom.xml +++ b/support/generated/src/main/resources/pom.xml @@ -69,6 +69,12 @@ 2.31.56 compile + + software.amazon.awssdk + aws-core + 2.31.56 + compile + com.google.guava guava diff --git a/support/pom.xml b/support/pom.xml index 12a9fa2f5..423d4f1c2 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -157,6 +157,11 @@ rds compile + + software.amazon.awssdk + aws-core + +