Skip to content

Commit

Permalink
Updating the SDK dependencies for azure-mixedreality-authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavit committed Aug 31, 2021
1 parent b4d39b7 commit 8b03f60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.1.1 (2021-08-31)

### Dependency Updates

Upgraded `azure-core` and other dependencies for the library.

## 1.1.0 (2021-07-07)

Updated dependencies.
Expand Down
14 changes: 7 additions & 7 deletions sdk/mixedreality/azure-mixedreality-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->

<name>Microsoft Azure SDK for Mixed Reality Authentication</name>
<description>This package contains Microsoft Azure SDK for Mixed Reality Authentication.</description>
Expand All @@ -34,25 +34,25 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.18.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.19.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.10.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.10.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.6.4</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.7.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.7.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.7.2</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -82,13 +82,13 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.7</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<version>3.4.8</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.3.1</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<version>1.3.5</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8b03f60

Please sign in to comment.