From c8d0adae2b8e128b2b3e3c83f44c32e2242c40b5 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado Date: Sun, 16 Aug 2026 10:54:51 -0600 Subject: [PATCH] bump elastic apm agento to version 1.56.0 --- box.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index bcc841f..eb22e3b 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox Elastic APM", - "version":"1.0.2", + "version":"1.0.3", "author":"Brad Wood", "homepage":"https://github.com/coldbox-modules/cbElasticAPM", "repository":{ @@ -22,9 +22,9 @@ "postVersion":"publish" }, "dependencies":{ - "apm-agent-api-1.30.0":"jar:https://repo1.maven.org/maven2/co/elastic/apm/apm-agent-api/1.30.0/apm-agent-api-1.30.0.jar" + "apm-agent-api-1.56.0":"jar:https://repo1.maven.org/maven2/co/elastic/apm/apm-agent-api/1.56.0/apm-agent-api-1.56.0.jar" }, "installPaths":{ - "apm-agent-api-1.30.0":"lib/apm-agent-api-1.30.0/" + "apm-agent-api-1.56.0":"lib/apm-agent-api-1.56.0/" } }