From b01c9aa05ea045b84a5fd7f4efdf79751820c180 Mon Sep 17 00:00:00 2001
From: kcichonczyk <88378534+kcichonczyk@users.noreply.github.com>
Date: Fri, 31 Mar 2023 10:43:36 +0200
Subject: [PATCH] ACS-4460: Release T-Core (T-Engines) 3.1.0-A5 [release]
(#775)
---
.github/workflows/ci.yml | 1 +
pom.xml | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a32bd8d..7d83d8cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
- name: "Clean-up SNAPSHOT artifacts"
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.34.0
+ continue-on-error: true
with:
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
diff --git a/pom.xml b/pom.xml
index bfeb9e2d..a3c42ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
2.4.1
5.2.2
5.2.3
+ 1.33
false
@@ -254,7 +255,7 @@
org.yaml
snakeyaml
- 1.32
+ ${dependency.snakeyaml.version}