Skip to content

Commit 9cd78d2

Browse files
authored
Update Java v2 web application quickstart
1 parent 0af2278 commit 9cd78d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-java-webapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Add MSAL4J to your application by using Maven or Gradle to manage your dependenc
140140
<dependency>
141141
<groupId>com.microsoft.azure</groupId>
142142
<artifactId>msal4j</artifactId>
143-
<version>0.5.0-preview</version>
143+
<version>0.6.0-preview</version>
144144
</dependency>
145145
```
146146

@@ -171,6 +171,6 @@ To know more about the auth flow for this scenario, see the Oauth 2.0 authorizat
171171
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
172172

173173
> [!div class="nextstepaction"]
174-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspxid=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)
174+
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)
175175
176176
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]

0 commit comments

Comments
 (0)