From 4330c8edeb819aae47c4e5741a99ad556b5be4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 01:05:53 +0000 Subject: [PATCH] Bump hibernate-search-orm from 5.11.8.Final to 5.11.11.Final Bumps hibernate-search-orm from 5.11.8.Final to 5.11.11.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..52ffc76 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.11.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'