Skip to content

Commit

Permalink
build(deps): bump JsonSchema.Net in /src in the default group
Browse files Browse the repository at this point in the history
Bumps the default group in /src with 1 update: [JsonSchema.Net](https://github.com/json-everything/json-everything).


Updates `JsonSchema.Net` from 7.3.0 to 7.3.1
- [Commits](json-everything/json-everything@schema-v7.3.0...schema-v7.3.1)

---
updated-dependencies:
- dependency-name: JsonSchema.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent f36c976 commit 81b90c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/externalsystems/Dim.Library/Dim.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="JsonSchema.Net" Version="7.3.0" />
<PackageReference Include="JsonSchema.Net" Version="7.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="JsonSchema.Net" Version="7.3.0" />
<PackageReference Include="JsonSchema.Net" Version="7.3.1" />
</ItemGroup>

</Project>

0 comments on commit 81b90c4

Please sign in to comment.