Skip to content

Commit

Permalink
Bump Lucene.Net from 4.8.0-beta00016 to 4.8.0-beta00017 (#222)
Browse files Browse the repository at this point in the history
* Bump Lucene.Net from 4.8.0-beta00016 to 4.8.0-beta00017

Bumps [Lucene.Net](https://github.com/apache/lucenenet) from 4.8.0-beta00016 to 4.8.0-beta00017.
- [Release notes](https://github.com/apache/lucenenet/releases)
- [Changelog](https://github.com/apache/lucenenet/blob/master/CHANGES.txt)
- [Commits](https://github.com/apache/lucenenet/commits)

---
updated-dependencies:
- dependency-name: Lucene.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump Lucene.Net from 4.8.0-beta00016 to 4.8.0-beta00017

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rune Johansen <6797636+runejo@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and runejo authored Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fc18682 commit ef69304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Px.Search.Lucene/Px.Search.Lucene.csproj
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00017" />
<PackageReference Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00017" />
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00017" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
</ItemGroup>

0 comments on commit ef69304

Please sign in to comment.