diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 7df275d9..577b1178 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -3,7 +3,7 @@ on: [pull_request, push, workflow_dispatch] jobs: build: - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3 with: java_version: "21" secrets: inherit \ No newline at end of file diff --git a/pom.xml b/pom.xml index f8bb6e42..7f0775f4 100644 --- a/pom.xml +++ b/pom.xml @@ -191,14 +191,27 @@ com.google.cloud google-cloud-logging + 3.15.12 + + + com.google.protobuf + protobuf-java + 3.25.5 com.azure azure-security-attestation + 1.1.29 + + + io.netty + netty-codec-http2 + 4.1.100.Final com.azure azure-core-http-netty + 1.15.6 co.nstant.in