From 0511e4ef7acc7775ddc18342bbc280f9896184bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 07:03:52 +0000 Subject: [PATCH] Bump spring-context-indexer from 5.3.3 to 6.0.4 Bumps [spring-context-indexer](https://github.com/spring-projects/spring-framework) from 5.3.3 to 6.0.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v6.0.4) --- updated-dependencies: - dependency-name: org.springframework:spring-context-indexer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bfecb8f..e1ba5bd 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply from: "${rootDir}/gradle/test.gradle" // apply from: "${rootDir}/gradle/checkstyle.gradle" dependencies { - annotationProcessor("org.springframework:spring-context-indexer:5.3.3") + annotationProcessor("org.springframework:spring-context-indexer:6.0.4") compileOnly('org.postgresql:postgresql:42.2.18') compileOnly('net.getnova.framework:nova-api:2.0.0')