@@ -21,15 +21,15 @@ For addin compatible with Cake Script Runners see Cake.AzureDevOps.
21
21
<repository type =" git" url =" https://github.com/cake-contrib/Cake.AzureDevOps.git" />
22
22
<copyright >Copyright © Pascal Berger</copyright >
23
23
<tags >cake cake-addin azure-devops azure-devops-server</tags >
24
- <releaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.1 </releaseNotes >
24
+ <releaseNotes >https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/5.0.2 </releaseNotes >
25
25
<dependencies >
26
26
<group targetFramework =" net8.0" >
27
27
<dependency id =" Cake.Core" version =" 5.0" exclude =" Build,Analyzers" />
28
28
<dependency id =" Microsoft.TeamFoundationServer.Client" version =" 19.225.1" exclude =" Build,Analyzers" />
29
29
<dependency id =" Microsoft.VisualStudio.Services.InteractiveClient" version =" 19.225.1" exclude =" Build,Analyzers" />
30
30
<dependency id =" TfsUrlParser" version =" 1.5.0" exclude =" Build,Analyzers" />
31
31
<!-- Transitive dependencies specified to fix security vulnerabilities-->
32
- <dependency id =" Microsoft.Identity.Client" version =" 4.66.2 " />
32
+ <dependency id =" Microsoft.Identity.Client" version =" 4.72.1 " />
33
33
<dependency id =" System.Data.SqlClient" version =" 4.9.0" />
34
34
<dependency id =" System.Formats.Asn1" version =" 9.0.0" />
35
35
<dependency id =" System.IdentityModel.Tokens.Jwt" version =" 8.2.1" />
@@ -42,7 +42,7 @@ For addin compatible with Cake Script Runners see Cake.AzureDevOps.
42
42
<dependency id =" Microsoft.VisualStudio.Services.InteractiveClient" version =" 19.225.1" exclude =" Build,Analyzers" />
43
43
<dependency id =" TfsUrlParser" version =" 1.5.0" exclude =" Build,Analyzers" />
44
44
<!-- Transitive dependencies specified to fix security vulnerabilities-->
45
- <dependency id =" Microsoft.Identity.Client" version =" 4.66.2 " />
45
+ <dependency id =" Microsoft.Identity.Client" version =" 4.72.1 " />
46
46
<dependency id =" System.Data.SqlClient" version =" 4.9.0" />
47
47
<dependency id =" System.Formats.Asn1" version =" 9.0.0" />
48
48
<dependency id =" System.IdentityModel.Tokens.Jwt" version =" 8.2.1" />
0 commit comments