From a9497675fdaeca9a647d7df880e0020f09f39d18 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 9 Dec 2024 12:11:50 +0000 Subject: [PATCH] CORE-69: Update sbt-dependency-tree from 1.10.5 to 1.10.6 --- .github/workflows/consumer_contract_tests.yml | 2 +- .github/workflows/verify_consumer_pacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/consumer_contract_tests.yml b/.github/workflows/consumer_contract_tests.yml index 634467b03b..d875145916 100644 --- a/.github/workflows/consumer_contract_tests.yml +++ b/.github/workflows/consumer_contract_tests.yml @@ -136,7 +136,7 @@ jobs: -v jar-cache:/root/.ivy \ -v jar-cache:/root/.ivy2 \ -w /working \ - sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \ + sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \ bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean \"testOnly org.broadinstitute.dsde.rawls.consumer.*\"" - name: Output consumer contract as non-breaking base64 string diff --git a/.github/workflows/verify_consumer_pacts.yml b/.github/workflows/verify_consumer_pacts.yml index 5c2dabfdfd..09130cda62 100644 --- a/.github/workflows/verify_consumer_pacts.yml +++ b/.github/workflows/verify_consumer_pacts.yml @@ -328,7 +328,7 @@ jobs: -e POSTGRES_READ_URL=localhost:5432 \ -e POSTGRES_USERNAME=rawls-test \ -e POSTGRES_PASSWORD=rawls-test \ - sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \ + sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \ bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean coverage \"testOnly org.broadinstitute.dsde.rawls.provider.*\" coverageReport" can-i-deploy: # The can-i-deploy job will run as a result of a Rawls PR. It reports the pact verification statuses on all deployed environments.