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.2.3 to 7.3.0
- [Commits](json-everything/json-everything@schema-v7.2.3...schema-v7.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 4d0ae8a commit b9521bc
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.2.3" />
<PackageReference Include="JsonSchema.Net" Version="7.3.0" />
</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.2.3" />
<PackageReference Include="JsonSchema.Net" Version="7.3.0" />
</ItemGroup>

</Project>

0 comments on commit b9521bc

Please sign in to comment.