Skip to content

Commit

Permalink
Bump hibernate-search.version from 7.2.1.Final to 7.2.2.Final
Browse files Browse the repository at this point in the history
Bumps `hibernate-search.version` from 7.2.1.Final to 7.2.2.Final.

Updates `org.hibernate.search:hibernate-search-bom` from 7.2.1.Final to 7.2.2.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.2.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.2.1.Final...7.2.2.Final)

Updates `org.hibernate.search:hibernate-search-mapper-orm` from 7.2.1.Final to 7.2.2.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.2.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.2.1.Final...7.2.2.Final)

Updates `org.hibernate.search:hibernate-search-engine` from 7.2.1.Final to 7.2.2.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.2.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.2.1.Final...7.2.2.Final)

Updates `org.hibernate.search:hibernate-search-mapper-pojo-base` from 7.2.1.Final to 7.2.2.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.2.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.2.1.Final...7.2.2.Final)

Updates `org.hibernate.search:hibernate-search-util-common` from 7.2.1.Final to 7.2.2.Final
- [Release notes](https://github.com/hibernate/hibernate-search/releases)
- [Changelog](https://github.com/hibernate/hibernate-search/blob/7.2.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-search@7.2.1.Final...7.2.2.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.search:hibernate-search-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-mapper-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-mapper-pojo-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.search:hibernate-search-util-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 9ff49c1 commit 5ec309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version> <!-- version controlled by Hibernate ORM's needs -->
<hibernate-reactive.version>2.4.2.Final</hibernate-reactive.version> <!-- highly sensitive to Hibernate ORM upgrades -->
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<hibernate-search.version>7.2.1.Final</hibernate-search.version>
<hibernate-search.version>7.2.2.Final</hibernate-search.version>

<!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
<grpc.version>1.65.1</grpc.version> <!-- when updating, verify if com.google.auth should not be updated too -->
Expand Down

0 comments on commit 5ec309f

Please sign in to comment.