Skip to content

Commit 70233d3

Browse files
authored
Merge pull request #330 from IABTechLab/ian-patch-vulnerability
patch vulnerability
2 parents 2d2a940 + 861e36c commit 70233d3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request, push, workflow_dispatch]
33

44
jobs:
55
build:
6-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v3
77
with:
88
java_version: "21"
99
secrets: inherit

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,27 @@
191191
<dependency>
192192
<groupId>com.google.cloud</groupId>
193193
<artifactId>google-cloud-logging</artifactId>
194+
<version>3.15.12</version>
195+
</dependency>
196+
<dependency>
197+
<groupId>com.google.protobuf</groupId>
198+
<artifactId>protobuf-java</artifactId>
199+
<version>3.25.5</version>
194200
</dependency>
195201
<dependency>
196202
<groupId>com.azure</groupId>
197203
<artifactId>azure-security-attestation</artifactId>
204+
<version>1.1.29</version>
205+
</dependency>
206+
<dependency>
207+
<groupId>io.netty</groupId>
208+
<artifactId>netty-codec-http2</artifactId>
209+
<version>4.1.100.Final</version>
198210
</dependency>
199211
<dependency>
200212
<groupId>com.azure</groupId>
201213
<artifactId>azure-core-http-netty</artifactId>
214+
<version>1.15.6</version>
202215
</dependency>
203216
<dependency>
204217
<groupId>co.nstant.in</groupId>

0 commit comments

Comments
 (0)