From 6a0ba76a22cf1f3e509dda078217e53211f62d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 09:43:46 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 6.0.13 to 6.1.1 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.0.13 to 6.1.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.1.1) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 af2051ab..95a701bd 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.13' + testImplementation 'org.springframework:spring-context:6.1.1' testImplementation "org.apache.camel:camel-jsonpath:${camelVersion}" }