From 50e3bf861dfdfd144487ecfb55e8ff584343e08d Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Wed, 22 Mar 2023 13:08:14 +0100 Subject: [PATCH 1/2] Upload agent binaries as artifacts --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37feb5a896..586247590b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,6 +71,11 @@ jobs: with: name: build path: ${{ github.workspace }} + - name: Upload agent binaries as artifacts + uses: actions/upload-artifact@v3 + with: + name: elastic-apm-agent + path: ./elastic-apm-agent/target/elastic-apm-agent-*.jar license: name: License From 0eaa23d34ba54394072376c26b944a30161e93e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:09:51 +0000 Subject: [PATCH 2/2] Bump version.vertx from 3.6.0 to 3.9.15 Bumps `version.vertx` from 3.6.0 to 3.9.15. Updates `vertx-core` from 3.6.0 to 3.9.15 - [Release notes](https://github.com/eclipse/vert.x/releases) - [Commits](https://github.com/eclipse/vert.x/compare/3.6.0...3.9.15) Updates `vertx-web` from 3.6.0 to 3.9.15 Updates `vertx-web-client` from 3.6.0 to 3.9.15 --- updated-dependencies: - dependency-name: io.vertx:vertx-core dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.vertx:vertx-web dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.vertx:vertx-web-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml | 2 +- apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml | 2 +- apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml index 9cc3570381..fb7e6830e8 100644 --- a/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml +++ b/apm-agent-plugins/apm-vertx/apm-vertx-common/pom.xml @@ -13,7 +13,7 @@ ${project.basedir}/../../.. - 3.6.0 + 3.9.15 diff --git a/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml index 1e49af8444..ebaf1cd8c9 100644 --- a/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml +++ b/apm-agent-plugins/apm-vertx/apm-vertx3-plugin/pom.xml @@ -13,7 +13,7 @@ ${project.basedir}/../../.. - 3.6.0 + 3.9.15 diff --git a/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml b/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml index dffc25dc84..360fc02db3 100644 --- a/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml +++ b/apm-agent-plugins/apm-vertx/apm-vertx4-plugin/pom.xml @@ -13,7 +13,7 @@ ${project.basedir}/../../.. - 4.4.0 + 3.9.15 ${version.vertx}