Skip to content

Commit 0a03a64

Browse files
Merge remote-tracking branch 'origin/dependency-version-update' into feb-2024-release
2 parents 7e71d36 + 4ae5967 commit 0a03a64

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
CyberSource Merged Spec
44
@@ -9,7 +9,6 @@ OpenAPI spec version: 0.0.1
99
-->
1010
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
12-
1312
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1413
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1514
<ProjectGuid>{B50ACCAD-A2D0-4593-BC66-B2D9BC58F03E}</ProjectGuid>
@@ -42,9 +41,9 @@ OpenAPI spec version: 0.0.1
4241
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
4342
</Reference>
4443
<Reference Include="Newtonsoft.Json">
45-
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
44+
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
4645
</Reference>
47-
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
46+
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
4847
<SpecificVersion>False</SpecificVersion>
4948
<HintPath>packages\NLog.5.0.0\lib\net46\NLog.dll</HintPath>
5049
</Reference>
@@ -102,4 +101,4 @@ OpenAPI spec version: 0.0.1
102101
<Content Include="license.txt" />
103102
</ItemGroup>
104103
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
105-
</Project>
104+
</Project>

cybersource-rest-client-dotnet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description>Use this client SDK to Call CyberSource REST API's. This SDK includes generates both HTTP Signature and JWT headers (including authentication headers) for the API requests.</description>
1212
<releaseNotes>Minor Release.</releaseNotes>
1313
<dependencies>
14-
<dependency id="Newtonsoft.Json" version="13.0.1"></dependency>
14+
<dependency id="Newtonsoft.Json" version="13.0.3"></dependency>
1515
<dependency id="RestSharp" version="[108.0.3]"></dependency>
1616
<dependency id="NLog" version="5.0.0"></dependency>
1717
<dependency id="CyberSource.Authentication" version="[0.0.0.18]"></dependency>

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="CyberSource.Authentication" version="0.0.0.18" targetFramework="net461" />
44
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net461" />
5-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
5+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net461" />
66
<package id="NLog" version="5.0.0" targetFramework="net461" />
77
<package id="RestSharp" version="108.0.3" targetFramework="net461" />
88
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />

test/cybersource-rest-client-dotnet.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ OpenAPI spec version: 0.0.1
7878
<Reference Include="System.Runtime.Serialization" />
7979
<Reference Include="System.Xml" />
8080
<Reference Include="Newtonsoft.Json">
81-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
81+
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
8282
</Reference>
8383
<Reference Include="nunit.framework">
8484
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>

test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" targetFramework="net461" />
4-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" developmentDependency="true" />
4+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net45" developmentDependency="true" />
55
<package id="NLog" version="5.0.0" targetFramework="net461" />
66
<package id="NUnit" version="2.6.4" targetFramework="net45" />
77
<package id="RestSharp" version="108.0.3" targetFramework="net461" developmentDependency="true" />

0 commit comments

Comments
 (0)