Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump elasticsearch.version from 8.15.0 to 8.15.2 #133

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump elasticsearch.version from 8.15.0 to 8.15.2
Bumps `elasticsearch.version` from 8.15.0 to 8.15.2.

Updates `org.elasticsearch:elasticsearch` from 8.15.0 to 8.15.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.15.0...v8.15.2)

Updates `org.elasticsearch.test:framework` from 8.15.0 to 8.15.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.15.0...v8.15.2)

---
updated-dependencies:
- dependency-name: org.elasticsearch:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.elasticsearch.test:framework
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
commit b8b4497e69d72e837c2a5c120326bd57cc1cb59a
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@

<querqy.lucene.version>5.7.lucene961.0</querqy.lucene.version>

<elasticsearch.version>8.15.0</elasticsearch.version>
<elasticsearch.version>8.15.2</elasticsearch.version>
<jacoco.version>0.8.12</jacoco.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Loading