From 0d44bacd549786d4be518773fad6e882b99ef508 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 23 Jul 2026 05:06:41 +0000 Subject: [PATCH 1/2] Bump docker.io/paketobuildpacks/apache-tomee from 1.17.6 to 1.18.0 Bumps docker.io/paketobuildpacks/apache-tomee from 1.17.6 to 1.18.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 2 +- package.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index af73cad8..bf1a852a 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -98,7 +98,7 @@ api = "0.7" [[order.group]] id = "paketo-buildpacks/apache-tomee" optional = true - version = "1.17.6" + version = "1.18.0" [[order.group]] id = "paketo-buildpacks/liberty" diff --git a/package.toml b/package.toml index fea69835..c957fc9d 100644 --- a/package.toml +++ b/package.toml @@ -38,7 +38,7 @@ uri = "docker://docker.io/paketobuildpacks/apache-tomcat:8.10.3" [[dependencies]] - uri = "docker://docker.io/paketobuildpacks/apache-tomee:1.17.6" + uri = "docker://docker.io/paketobuildpacks/apache-tomee:1.18.0" [[dependencies]] uri = "docker://docker.io/paketobuildpacks/liberty:7.0.4" From f259a8d1e1aa3e8bc2a0f4d39d8a3a04c965f05a Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Tue, 28 Jul 2026 23:25:05 -0400 Subject: [PATCH 2/2] fix: update Tomee integration test version from 10.1 to 10.2 The Tomee buildpack v1.18.0 ships Apache Tomee 10.2.0 (up from 10.1.5 in v1.17.6). The integration test pinned BP_TOMEE_VERSION=10.1 which no longer matches any shipped version. Signed-off-by: Daniel Mikusa --- integration/tomee_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/tomee_test.go b/integration/tomee_test.go index cd138a0e..63e39490 100644 --- a/integration/tomee_test.go +++ b/integration/tomee_test.go @@ -43,7 +43,7 @@ func testTomee(t *testing.T, context spec.G, it spec.S) { WithEnv(map[string]string{ "BP_ARCH": "amd64", "BP_JAVA_APP_SERVER": "tomee", - "BP_TOMEE_VERSION": "10.1", + "BP_TOMEE_VERSION": "10.2", }). WithBuilder(builder). WithTrustBuilder().