Skip to content

Commit

Permalink
Update JS .NET Gremlin dependency versions
Browse files Browse the repository at this point in the history
Dependencies don't yet exist
  • Loading branch information
ryn5 committed Dec 19, 2023
1 parent b6bb07d commit 7cefd44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gremlin-dotnet/Examples/BasicGremlin/BasicGremlin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gremlin.Net" Version="3.7.0" />
<PackageReference Include="Gremlin.Net" Version="4.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion gremlin-dotnet/Examples/Connections/Connections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gremlin.Net" Version="3.7.0" />
<PackageReference Include="Gremlin.Net" Version="4.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gremlin.Net" Version="3.7.0" />
<PackageReference Include="Gremlin.Net" Version="4.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion gremlin-javascript/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "Ryan Tan",
"license": "Apache-2.0",
"dependencies": {
"gremlin": "^3.7.0"
"gremlin": "^4.0.0"
}
}

0 comments on commit 7cefd44

Please sign in to comment.