Skip to content

Commit

Permalink
Bump Azure.Bicep.Types from 0.3.181 to 0.4.1 (#725)
Browse files Browse the repository at this point in the history
* Bump Azure.Bicep.Types from 0.3.181 to 0.4.1

Bumps [Azure.Bicep.Types](https://github.com/Azure/bicep-types) from 0.3.181 to 0.4.1.
- [Commits](https://github.com/Azure/bicep-types/commits)

---
updated-dependencies:
- dependency-name: Azure.Bicep.Types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix dotnet lockfiles

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and anthony-c-martin committed Jan 25, 2024
1 parent b3deeb0 commit 2ca2cc6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions src/Bicep.Types.K8s.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.3.181",
"contentHash": "Zbn4qhr79IXsrIRGyqKPkP5UTa2HO4TiGcryQvHv3xFtX5AKdgoQShMW5y0VlFNSBDgwT0rd509ITyt0uyvCsQ==",
"resolved": "0.4.1",
"contentHash": "IKmxyCwXkuIPcJhpjKkz2P9PNxlTvdtjGLlGEMduGaQTiYgE/glIirPeknwj3DAc9VhysZ9i/nGgpe0O2Vl1eg==",
"dependencies": {
"System.Text.Json": "7.0.1"
"System.Text.Json": "7.0.3"
}
},
"Microsoft.Build.Tasks.Git": {
Expand Down Expand Up @@ -139,8 +139,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "7.0.1",
"contentHash": "OtDEmCCiNl8JAduFKZ/r0Sw6XZNHwIicUYy/mXgMDGeOsZLshH37qi3oPRzFYiryVktiMoQLByMGPtRCEMYbeQ==",
"resolved": "7.0.3",
"contentHash": "AyjhwXN1zTFeIibHimfJn6eAsZ7rTBib79JQpzg8WAuR/HKDu9JGNHTuu3nbbXQ/bgI+U4z6HtZmCHNXB1QXrQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "7.0.0"
Expand All @@ -149,7 +149,7 @@
"Azure.Bicep.Types.K8s": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.3.181, )"
"Azure.Bicep.Types": "[0.4.1, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Bicep.Types.K8s/Bicep.Types.K8s.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Bicep.Types" Version="0.3.181" />
<PackageReference Include="Azure.Bicep.Types" Version="0.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Bicep.Types.K8s/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
".NETStandard,Version=v2.0": {
"Azure.Bicep.Types": {
"type": "Direct",
"requested": "[0.3.181, )",
"resolved": "0.3.181",
"contentHash": "Zbn4qhr79IXsrIRGyqKPkP5UTa2HO4TiGcryQvHv3xFtX5AKdgoQShMW5y0VlFNSBDgwT0rd509ITyt0uyvCsQ==",
"requested": "[0.4.1, )",
"resolved": "0.4.1",
"contentHash": "IKmxyCwXkuIPcJhpjKkz2P9PNxlTvdtjGLlGEMduGaQTiYgE/glIirPeknwj3DAc9VhysZ9i/nGgpe0O2Vl1eg==",
"dependencies": {
"System.Text.Json": "7.0.1"
"System.Text.Json": "7.0.3"
}
},
"Microsoft.SourceLink.GitHub": {
Expand Down Expand Up @@ -96,8 +96,8 @@
},
"System.Text.Json": {
"type": "Transitive",
"resolved": "7.0.1",
"contentHash": "OtDEmCCiNl8JAduFKZ/r0Sw6XZNHwIicUYy/mXgMDGeOsZLshH37qi3oPRzFYiryVktiMoQLByMGPtRCEMYbeQ==",
"resolved": "7.0.3",
"contentHash": "AyjhwXN1zTFeIibHimfJn6eAsZ7rTBib79JQpzg8WAuR/HKDu9JGNHTuu3nbbXQ/bgI+U4z6HtZmCHNXB1QXrQ==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
"System.Buffers": "4.5.1",
Expand Down

0 comments on commit 2ca2cc6

Please sign in to comment.