Skip to content

Commit

Permalink
Database: update vulnerable dependency STUD-73256
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-petre committed Jan 9, 2025
1 parent 93fb81f commit de989a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Activities/.pipelines/jobs/stage.build.runtime.tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
robotVersion: "23.10.6"
robotVersion: "23.10.10"
studioProjectPath: ""
buildForWindows: true
buildForPortable: true
Expand Down
3 changes: 2 additions & 1 deletion Activities/.pipelines/variables/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ variables:
SolutionsPath: "$(Build.SourcesDirectory)\\Activities"
ToolsPath: "$(Build.SourcesDirectory)\\Activities\\Tools"
TestRunnerVersion: "1.594.543"
TestsStudioVersion: "23.10.6"
TestsStudioVersion: "23.10.10"

2 changes: 2 additions & 0 deletions Activities/Database/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ trigger:
include:
- Activities/Database/*
- Activities/Activities.Database.sln
- Activities/Directory.build.targets
- Activities/Shared/*
- Activities/Tools/*

Expand All @@ -43,6 +44,7 @@ pr:
include:
- Activities/Database/*
- Activities/Activities.Database.sln
- Activities/Directory.build.targets
- Activities/Shared/*
- Activities/Tools/*

Expand Down
3 changes: 1 addition & 2 deletions Activities/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<PackageReference Update="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Update="System.Formats.Asn1" Version="8.0.1" />

<PackageReference Update="Azure.Identity" Version="1.11.4" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.62.0" />
<PackageReference Update="Azure.Identity" Version="1.13.1" />
</ItemGroup>

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

0 comments on commit de989a1

Please sign in to comment.