From 65a8b93467643584a1245e3efc84af1a3f213ce1 Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sun, 10 Dec 2023 15:13:46 -0300 Subject: [PATCH] chore: update bundle dependencies versions --- .github/workflows/build-bundle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index b60cb40..f144ab8 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -32,12 +32,12 @@ jobs: - name: Getting soft-iot-node-type dependency uses: wei/wget@v1 with: - args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.1.0/soft-iot-node-type-1.0-SNAPSHOT.jar + args: https://github.com/AllanCapistrano/soft-iot-node-type/releases/download/v1.2.0/soft-iot-node-type-1.0-SNAPSHOT.jar - name: Getting SOFT-IoT-DLT-Client-Tangle-Hornet dependency uses: wei/wget@v1 with: - args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.2.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar + args: https://github.com/AllanCapistrano/soft-iot-dlt-client-tangle-hornet/releases/download/v1.3.0/soft-iot-dlt-client-tangle-hornet-1.0-SNAPSHOT.jar - name: Installing soft-iot-mapping-devices run: mvn install:install-file -Dfile=./soft-iot-mapping-devices-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=soft-iot-mapping-devices -Dversion=1.0-SNAPSHOT -Dpackaging=jar