File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
commands/audit/sca/cocoapods
tests/testdata/projects/package-managers/cocoapods Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func TestBuildCocoapodsDependencyList(t *testing.T) {
3939 techutils .Cocoapods .GetPackageTypeId () + "GoogleSignIn:6.2.4" ,
4040 techutils .Cocoapods .GetPackageTypeId () + "GTMAppAuth:1.3.1" ,
4141 techutils .Cocoapods .GetPackageTypeId () + "GTMSessionFetcher:2.3.0" ,
42- techutils .Cocoapods .GetPackageTypeId () + "nanopb:0.4.1 " ,
42+ techutils .Cocoapods .GetPackageTypeId () + "nanopb:0.3.0 " ,
4343 techutils .Cocoapods .GetPackageTypeId () + packageInfo ,
4444 }
4545
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ target 'Test' do
55pod 'GoogleSignIn' , '~> 6.2.4'
66pod 'AppAuth' , '~> 1.7.5'
77pod 'AppAuth' , '~> 1.7.5'
8- pod 'nanopb' , '~> 0.4.1 '
8+ pod 'nanopb' , '~> 0.3.0 '
99
1010end
Original file line number Diff line number Diff line change 1313 - AppAuth/Core (~> 1.6)
1414 - GTMSessionFetcher/Core (< 3.0, >= 1.5)
1515 - GTMSessionFetcher/Core (2.3.0)
16- - nanopb (0.4.1 )
16+ - nanopb (0.3.0 )
1717DEPENDENCIES:
1818 - GoogleSignIn
1919
You can’t perform that action at this time.
0 commit comments