Skip to content

Commit de989a1

Browse files
Database: update vulnerable dependency STUD-73256
1 parent 93fb81f commit de989a1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Activities/.pipelines/jobs/stage.build.runtime.tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
robotVersion: "23.10.6"
2+
robotVersion: "23.10.10"
33
studioProjectPath: ""
44
buildForWindows: true
55
buildForPortable: true

Activities/.pipelines/variables/variables.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ variables:
66
SolutionsPath: "$(Build.SourcesDirectory)\\Activities"
77
ToolsPath: "$(Build.SourcesDirectory)\\Activities\\Tools"
88
TestRunnerVersion: "1.594.543"
9-
TestsStudioVersion: "23.10.6"
9+
TestsStudioVersion: "23.10.10"
10+

Activities/Database/azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ trigger:
2929
include:
3030
- Activities/Database/*
3131
- Activities/Activities.Database.sln
32+
- Activities/Directory.build.targets
3233
- Activities/Shared/*
3334
- Activities/Tools/*
3435

@@ -43,6 +44,7 @@ pr:
4344
include:
4445
- Activities/Database/*
4546
- Activities/Activities.Database.sln
47+
- Activities/Directory.build.targets
4648
- Activities/Shared/*
4749
- Activities/Tools/*
4850

Activities/Directory.build.targets

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
<PackageReference Update="System.Text.RegularExpressions" Version="4.3.1" />
3838
<PackageReference Update="System.Formats.Asn1" Version="8.0.1" />
3939

40-
<PackageReference Update="Azure.Identity" Version="1.11.4" />
41-
<PackageReference Update="Microsoft.Identity.Client" Version="4.62.0" />
40+
<PackageReference Update="Azure.Identity" Version="1.13.1" />
4241
</ItemGroup>
4342

4443
<!-- the None element is used for keeping files visible in solution explorer -->

0 commit comments

Comments
 (0)