Skip to content

Commit

Permalink
updated azure references
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed May 1, 2024
1 parent 71dcc0b commit 79a61d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.uid2</groupId>
<artifactId>attestation-azure</artifactId>
<artifactId>uid2-attestation-azure</artifactId>
<version>2.0.4-ef52553c57</version>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -41,13 +41,13 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>33.1.0-jre</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -57,22 +57,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.10.1</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.12</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -98,7 +98,6 @@
</snapshotRepository>
</distributionManagement>


<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -127,6 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 79a61d5

Please sign in to comment.