Skip to content

Commit

Permalink
Bump JetBrains.Annotations from 2023.2.0 to 2023.3.0 (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#494)

* Bump JetBrains.Annotations from 2023.2.0 to 2023.3.0

Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2023.2.0 to 2023.3.0.
- [Commits](JetBrains/JetBrains.Annotations@v2023.2.0...2023.3)

Signed-off-by: Thomas Farr <[email protected]>

---
updated-dependencies:
- dependency-name: JetBrains.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 74d542b)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Jan 8, 2024
1 parent 078fab1 commit fd36f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `CSharpier.Core` from 0.26.3 to 0.26.7
- Bumps `xunit` from 2.6.2 to 2.6.3
- Bumps `Argu` from 6.1.1 to 6.1.4
- Bumps `JetBrains.Annotations` from 2023.2.0 to 2023.3.0

## [1.6.0]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Condition="'$(TargetFramework)' == 'net461'" Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit fd36f0e

Please sign in to comment.