From dd991c2ed59787a2698ae273457a0d9124a3f214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:44:06 -0700 Subject: [PATCH] Bump spring from 5.3.36 to 5.3.37 (#5240) Bumps `spring` from 5.3.36 to 5.3.37. Updates `org.springframework:spring-context` from 5.3.36 to 5.3.37 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.36...v5.3.37) Updates `org.springframework:spring-core` from 5.3.36 to 5.3.37 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.36...v5.3.37) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-core 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> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6b30a3efc3..d87cf7a268 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -66,7 +66,7 @@ rest-assured = "5.3.2" signalfx = "1.0.43" slf4j = "1.7.36" spectator-atlas = "1.3.10" -spring = "5.3.36" +spring = "5.3.37" spring-javaformat = "0.0.42" testcontainers = "1.19.8" tomcat = "8.5.100"