From e61b7fb1ea682e20b1b499c03a4c42412531393f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 01:06:37 +0000 Subject: [PATCH] Bump hibernate-search-orm from 5.11.8.Final to 5.11.10.Final Bumps hibernate-search-orm from 5.11.8.Final to 5.11.10.Final. --- updated-dependencies: - dependency-name: org.hibernate:hibernate-search-orm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2e56d9..edd6a93 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0' implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '3.0.0' - implementation group: 'org.hibernate', name: 'hibernate-search-orm', version: '5.11.8.Final' + implementation group: 'org.hibernate', name: 'hibernate-search-orm', version: '5.11.10.Final' compile group: 'org.telegram', name: 'telegrambots-spring-boot-starter', version: '4.9.2' compileOnly 'org.projectlombok:lombok' // compile group: 'com.omertron', name: 'themoviedbapi', version: '4.3'