Skip to content

Commit 1ffc08d

Browse files
committed
Update Azure references
1 parent 456467e commit 1ffc08d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.uid2</groupId>
77
<artifactId>uid2-shared</artifactId>
8-
<version>7.17.1-alpha-145-SNAPSHOT</version>
8+
<version>7.17.2</version>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Library for all the shared uid2 operations</description>
1111
<url>https://github.com/IABTechLab/uid2docs</url>
@@ -86,6 +86,13 @@
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>
89+
<dependency>
90+
<groupId>com.azure</groupId>
91+
<artifactId>azure-sdk-bom</artifactId>
92+
<version>1.2.26</version>
93+
<type>pom</type>
94+
<scope>import</scope>
95+
</dependency>
8996
</dependencies>
9097
</dependencyManagement>
9198

@@ -188,12 +195,10 @@
188195
<dependency>
189196
<groupId>com.azure</groupId>
190197
<artifactId>azure-security-attestation</artifactId>
191-
<version>1.1.24</version>
192198
</dependency>
193199
<dependency>
194200
<groupId>com.azure</groupId>
195201
<artifactId>azure-core-http-netty</artifactId>
196-
<version>1.15.2</version>
197202
</dependency>
198203
<dependency>
199204
<groupId>co.nstant.in</groupId>

0 commit comments

Comments
 (0)