Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 3f4b1d7 commit 6729504
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:

- name: Docker login
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Setup buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Export runtime
uses: crazy-max/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Json.More.Net" Version="2.0.1.2" />
<PackageReference Include="JsonPath.Net" Version="1.1.2" />
<PackageReference Include="Json.More.Net" Version="2.0.2" />
<PackageReference Include="JsonPath.Net" Version="1.1.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
Expand Down
14 changes: 7 additions & 7 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"net8.0": {
"Json.More.Net": {
"type": "Direct",
"requested": "[2.0.1.2, )",
"resolved": "2.0.1.2",
"contentHash": "uF3QeiaXEfH92emz0/BWUiNtMSfxIIvgynuB0Bf1vF4s8eWTcZitBx9l+g/FDaJk5XxqBv9buQXizXKQcXFG1w=="
"requested": "[2.0.2, )",
"resolved": "2.0.2",
"contentHash": "izscdjjk8EAHDBCjyz7V7n77SzkrSjh/hUGV6cyR6PlVdjYDh5ohc8yqvwSqJ9+6Uof8W6B24dIHlDKD+I1F8A=="
},
"JsonPath.Net": {
"type": "Direct",
"requested": "[1.1.2, )",
"resolved": "1.1.2",
"contentHash": "K39Y4u6eLEPwzQNd+s0IwA9Fm/1XYl7LhDfgdoaZEOfDe92HUQLooFiVOeI/TJAx20MNlAa6oFytl8rD+/xagQ==",
"requested": "[1.1.3, )",
"resolved": "1.1.3",
"contentHash": "kFWW6SrhLTl4o6Yif1DFh7C/ueeIfGqiadlRjJDdZQX6pOCpnCRjKWuRudRYUHCE3Obs3kwDkYbdZ9YveTIByA==",
"dependencies": {
"Json.More.Net": "2.0.1.2"
"Json.More.Net": "2.0.2"
}
},
"Microsoft.Extensions.Hosting": {
Expand Down

0 comments on commit 6729504

Please sign in to comment.