Skip to content

Commit 236fc53

Browse files
committed
Bump PSScriptAnalyzer dependency to 1.24.0
1 parent 64180bc commit 236fc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSAppDeployToolkit.Tools/PSAppDeployToolkit.Tools.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
# Modules that must be imported into the global environment prior to importing this module
5151
RequiredModules = @(
52-
@{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.0.5'; }
53-
@{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.23.0'; }
52+
@{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.1.5'; }
53+
@{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.24.0'; }
5454
)
5555

5656
# Assemblies that must be loaded prior to importing this module

0 commit comments

Comments
 (0)