From d9f4986f51702732fe44401de732dd2cc945a14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 07:00:58 +0000 Subject: [PATCH] Bump spring-context-indexer from 5.3.3 to 6.0.3 Bumps [spring-context-indexer](https://github.com/spring-projects/spring-framework) from 5.3.3 to 6.0.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v6.0.3) --- 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..0f154d7 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.3") compileOnly('org.postgresql:postgresql:42.2.18') compileOnly('net.getnova.framework:nova-api:2.0.0')