From 6c0520d715e929d7804425bb7cd655a374598787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:47:20 +0200 Subject: [PATCH] Bump org.springframework:spring-context from 6.0.12 to 6.0.13 (#937) Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.0.12 to 6.0.13. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.13) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- camel-idea-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle index ead0ba1e..192330e4 100644 --- a/camel-idea-plugin/build.gradle +++ b/camel-idea-plugin/build.gradle @@ -76,7 +76,7 @@ dependencies { testImplementation 'org.jboss.shrinkwrap:shrinkwrap-depchain:1.2.6' testImplementation 'org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:3.2.1' testImplementation 'org.hamcrest:hamcrest-all:1.3' - testImplementation 'org.springframework:spring-context:6.0.12' + testImplementation 'org.springframework:spring-context:6.0.13' testImplementation "org.apache.camel:camel-jsonpath:${camelVersion}" }