From b7c9a81ea963afc82386bd89f7248f3e0e8e62d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 07:28:38 +0000 Subject: [PATCH] Bump GraphQL.Client from 3.0.3 to 3.1.0 Bumps [GraphQL.Client](https://github.com/graphql-dotnet/graphql-client) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/graphql-dotnet/graphql-client/releases) - [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v3.0.3...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- Wabbajack.Lib/Wabbajack.Lib.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.Lib/Wabbajack.Lib.csproj b/Wabbajack.Lib/Wabbajack.Lib.csproj index b98c4bec..989e4aa2 100644 --- a/Wabbajack.Lib/Wabbajack.Lib.csproj +++ b/Wabbajack.Lib/Wabbajack.Lib.csproj @@ -20,7 +20,7 @@ <Version>2.2.2.1</Version> </PackageReference> <PackageReference Include="GraphQL.Client"> - <Version>3.0.3</Version> + <Version>3.1.0</Version> </PackageReference> <PackageReference Include="HtmlAgilityPack"> <Version>1.11.23</Version>