From 4ec39c88a35e2c6896fdb13a65d3685c1b9e10ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:32:21 +0000 Subject: [PATCH 1/2] build(deps): bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.15.0 to 3.16.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chpl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chpl/pom.xml b/chpl/pom.xml index 05ae372adf..6b41c1837d 100644 --- a/chpl/pom.xml +++ b/chpl/pom.xml @@ -25,7 +25,7 @@ 6.1.0 2.26.1 1.18.46 - 3.15.0 + 3.16.0 3.5.0 3.6.0 3.5.0 From 95a2148a4fd797e8694b748dd2152d61ba3a44be Mon Sep 17 00:00:00 2001 From: Katy Ekey Date: Fri, 18 Sep 2026 12:49:11 -0400 Subject: [PATCH 2/2] build: Update Tomcat jars to 11.0.26 [#OCD-5467] --- Dockerfile | 2 +- chpl/chpl-service/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0bfae4d618..05462a7427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY chpl/chpl-service/src chpl-service/src RUN mvn clean package -DskipTests # Stage 2: Deploy to Tomcat -FROM tomcat:11.0.25-jdk21 +FROM tomcat:11.0.26-jdk21 # Copy the custom server.xml COPY tomcat-config/* /usr/local/tomcat/conf # Copy the WAR file from the build stage diff --git a/chpl/chpl-service/pom.xml b/chpl/chpl-service/pom.xml index 6664f06c05..61dc967258 100644 --- a/chpl/chpl-service/pom.xml +++ b/chpl/chpl-service/pom.xml @@ -278,7 +278,7 @@ org.apache.tomcat tomcat-dbcp - 11.0.25 + 11.0.26 @@ -362,7 +362,7 @@ org.apache.tomcat tomcat-catalina - 11.0.25 + 11.0.26 provided